just watching https://www.youtube.com/watch?v=qgmrZoJyHUw with @PythonLinks talking about #forth CPUs and the differences with other architectures. The ease of stack based CPU’s and and data alignment seem to be very appealing to me, can wait to test the #Hana-Core ! Shot out to Christopher Lozinski @PythonLinks for his work and the presentation. Thought I had was, if Forth is the Opcode, can’t you port the language VM’s to use that as their own bytecode?
The similarity between language vm opcodes and Forth words in hardware is promising, they share stack operations like push or pop, but if you actually read the Javascript, Python and Lua opcode references they diverge from Forth. Lua 5.* is particularly different.