A command-line REPL for Ludus.
Go to file
2023-12-28 19:29:04 -05:00
.gitignore Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
.ignore Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
bun.lockb Fix startup time issues 2023-12-26 23:42:51 -05:00
help.txt Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
index.ts Fix startup time issues 2023-12-26 23:42:51 -05:00
listener.ts Use unix sockets, not TCP sockets 2023-12-28 19:29:04 -05:00
package-lock.json Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
package.json Update README 2023-12-27 12:07:24 -05:00
README.md Update README 2023-12-27 12:07:24 -05:00
runner.ts Fix conflict in listener.ts 2023-12-26 22:36:37 -05:00
sender.ts Use unix sockets, not TCP sockets 2023-12-28 19:29:04 -05:00
tsconfig.json Stand up basic functioning TCP-based Ludus Repl 2023-12-25 00:08:41 -05:00
unix.ts Use unix sockets, not TCP sockets 2023-12-28 19:29:04 -05:00

A command-line version of Ludus

A Bun-driven, JS-based, command-line version of Ludus.

Download a MacOS (ARM64) from the releases page (temporarily unavailable), or run locally using Bun. Downloadable as @ludus/cli from NPM.