nconc
nconc copied to clipboard
scheme interpreter in javascript with stack-friendly tail calls and full call/cc
Results
2
nconc issues
Sort by
recently updated
recently updated
newest added
Just example that doesn't work as it should. This code is not maintained anymore so I'm adding as references for those that want to use this code: ```javascript _.schemeEval(_.schemeRead(` ((lambda...
You can't parse this `parser.parse("(list 1 2 3) (list 2 3 4)")` it throw Exception `SyntaxError: Expected ".", [0-9] or [eE] but "(" found.` Parser should return array and schemeEval...