Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
Small Clojure Interpreter
node v10.24.1
version:
0.0.10-alpha.1
endpoint
share
tweet
// 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
4 years ago
by
borkdude
Sci on Github: https://github.com/borkdude/sci
sign in
to comment