Pointless is a small but powerful stack based concatenative programming language.
pointless-hs
is the Haskell execution engine for the Pointless programming language. It has a websocket interface to the graphical editor as well as a REPL.
To compile
$ stack build
To run REPL
$ stack exec pointless-hs-exe
To run websocket server
$ stack exec pointless-hs-exe web
Other links
- syntax highlighting vscode extension
- graphical editor vscode extension
- language documentation