/pointless-editor

Electron editor for Pointless

Primary LanguageTypeScript

Pointless graphical editor

A TypeScript editor for the Pointless concatenative programming language.

Other links

Quick start

Install

# clone and build
git clone https://github.com/roycrippen/pointless-editor.git
cd pointless-editor
npm install
npm run compile
npm run pack

# install Pointless Engine
# Pointless Engine in websocket mode
pointless web

# open index.html with browser
**************** add electron build command
  • Compile: npm run compile
  • Compile and watch: npm run watch
  • Pack: npm run pack

References

Interactive editor component forked from brief editor author: AshleyF url: https://github.com/AshleyF/brief Language is a subset of Joy programming language url : https://en.wikipedia.org/wiki/Joy_(programming_language)