A Little Concurrent Language Based on Tables
https://chitchat.fnpl.rocks
- Lex 53%
- HTML 32.7%
- Nix 8.7%
- Shell 2.8%
- Haskell 2.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| app | ||
| public | ||
| .gitignore | ||
| build.sh | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| web.cabal | ||
ChitChat
I am currently designing a programming language that has a bit of Smalltalk, Lua, and Erlang in it.
It is at its first steps, a simple tree-walk interpreter is the goal for now.
Running
- Create the development environment
nix develop - Build the WASM module + the JS glue
bash build.sh - Serve it
python3 -m http.server -d . 8000