Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Small Clojure Interpreter

node v10.24.1
version: 0.0.10-alpha.1
endpointsharetweet
// see https://github.com/borkdude/sci const { evalString } = require('@borkdude/sci'); function sayHello() { console.log('Hello'); } evalString("(dotimes [i 3] (f))", {bindings: {f: sayHello}});
Created from: https://runkit.com/docs/embed
Loading…

1 comment

  • posted 5 years ago by borkdude
    Sci on Github: https://github.com/borkdude/sci

sign in to comment