David Thompson 96f8505c94 Add terminal REPL example. před 2 týdny
..
Makefile 96f8505c94 Add terminal REPL example. před 2 týdny
README.md 96f8505c94 Add terminal REPL example. před 2 týdny
boot-repl.js 96f8505c94 Add terminal REPL example. před 2 týdny
boot-repl.scm 96f8505c94 Add terminal REPL example. před 2 týdny
reflect.js 96f8505c94 Add terminal REPL example. před 2 týdny
reflect.wasm 96f8505c94 Add terminal REPL example. před 2 týdny
repl.scm 96f8505c94 Add terminal REPL example. před 2 týdny
wtf8.wasm 96f8505c94 Add terminal REPL example. před 2 týdny

README.md

Hoot REPL example

This example demonstrates a text-only REPL suitable for running in either the Hoot Wasm interpreter or NodeJS.

Try it out

Run on the Hoot Wasm interpreter:

make run-guile

Run on NodeJS:

make run-node