quickforth/README.md

22 lines
395 B
Markdown

# quickforth
proof of concept running arbitrary forth in a cgi-bin like env
## Requirements
- retro forth
- quickserv
## Getting Started
1. run `quickserv_macos_x64` in a terminal (or download/install/build/etc an apropriate binary for your computer)
2. Open http://localhost:42069
## Resources
- retro - http://forth.works/book.html
- quickserv - https://github.com/jstrieb/quickserv