HP48 and FORTH
On these days I stumbled upon Forth, a 1970 programming language which is quite similar to HP48 internal programming language.
Like the HP48 language, Forth uses RPN, it is stack based and have some success for being tiny and easy to implement.
For a 6502 Forth compiler you can refer to https://github.com/piotr-wiszowaty/foco65
For a list of Forth rimplementation refer to this link: https://theultimatebenchmark.org/systems.html
Posts in programming_languages
- Closure in Java: fast and nice! // Feb 26, 2010
- Erlang: a lesson to learn…again! // Jun 25, 2015
- Recuperare Erlang // Jun 27, 2015
- QB64: basic Revenge // Jun 27, 2020
- Erlang & la resilienza con pattern matching e processi // Apr 15, 2021
- HP48 and FORTH // Feb 4, 2023
- Forth: di nuovo // Jan 5, 2025