quickforth/README.md

22 lines
395 B
Markdown
Raw Permalink Normal View History

2021-11-14 14:14:52 +00:00
# quickforth
2021-11-14 04:53:07 +00:00
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