A lightweight desktop code editor for the GolfScript programming language.
- GolfScript syntax highlighting
- Built-in interpreter and real-time stack debugger
- Auto-save and session recovery
- Auto-updates
Download the latest .exe (Windows) or .deb/.AppImage (Linux) from the Releases page.
git clone https://github.com/seohuda/gswriter.git
cd gswriter
npm install
npm run dev # Start in dev mode
npm run dist # Build for productionMIT
