mirror of
https://github.com/urlysses/1991.git
synced 2025-02-19 23:13:25 -05:00
A server-side web framework written in Forth. http://www.1-9-9-1.com
![]() The aim is to try to avoid polluting the global wordlist with routing functions. The alternative would be to have users simply define words that match their routes, e.g.: ``` : 1991/hi ( some definition of hi's handler ) ; ``` I'm still not entirely convinced that the above method isn't a better solution. |
||
---|---|---|
.gitignore | ||
1991.fs | ||
LICENSE.md | ||
README.md |
1991
A server-side web framework written in Forth.