I have made a language based on forth. Im still working on it but i want to document my work.
Simple hello world:
" std.fifth " execute
" Hello, world! " .n
Source code: https://github.com/poggingfish/pfifth
What should i do next?
I have made a language based on forth. Im still working on it but i want to document my work.
Simple hello world:
" std.fifth " execute
" Hello, world! " .n
Source code: https://github.com/poggingfish/pfifth
I made a lisp in shell. it was actually kind of shocking how slow it was.
please log in to reply to this thread