/pointless-hs

Pointless language implementation in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Pointless Concatenative Programing Language

Pointless is a small but powerful stack based concatenative programming language.

pointless-hs

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.

Quickstart

To compile

$ stack build

To run REPL

$ stack exec pointless-hs-exe

To run websocket server

$ stack exec pointless-hs-exe web

Other links