Skip to content

Instantly share code, notes, and snippets.

@tca
Created June 23, 2015 23:08
Show Gist options
  • Save tca/71745cff5783211deb1d to your computer and use it in GitHub Desktop.
Save tca/71745cff5783211deb1d to your computer and use it in GitHub Desktop.
cat reader.js eval.js base.js mk.js test.js | node
var Immutable = require("immutable");
var vm = new VeneerVM();
var val = vm.read_eval("(== a 2)");
var out = procedurep(val) ? val() : pretty_print(val);
console.log(out);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment