Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 665 Bytes

Disclaimer

The repo is used for "working in public". The project itself is not yet usable, but feel free to browse the oft-changing code.

I will remove this disclaimer when the GUI MVP milestone (see scratchpad.md) is done.

What

Super-Tyson (ST) is a micro-ide for micro lisp.

Editor screenshot

Why

Needed a project to learn me some C++. Also ulisp is lacking a small IDE, something like micropython's Thonny.

How (to use)

# configure
cmake -GNinja -Bbuild -S.

# build
ninja -C build

# run
./build/SuperTyson

# if on Haiku, run the graphical app
./build/haiku/st