reforth
reforth is an actively used programming language created in 2013. Reforth tries to solve my gripes without fundamentally changing Forth's elegance and simplicity.
7Years Old | 49Users | ?Jobs |
- reforth on github
- reforth first appeared in 2013
- Have a question about reforth not answered here? Email me and let me know how I can help.
Example code from the web:
begin condition if operation next end condition1 if operation1 leave end end 10 for condition if operation leave end end
Last updated August 9th, 2020