Our implementation of quasiquoting is not yet complete because the function unquote-splicing is not yet implemented.
This feature should be pretty easy to add by just refactoring evalQQ to work on a list of FutureVals, rather than just one at a time.
Our implementation of quasiquoting is not yet complete because the function
unquote-splicingis not yet implemented.This feature should be pretty easy to add by just refactoring
evalQQto work on a list ofFutureVals, rather than just one at a time.