HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phreda4

no profile record

Submissions

Show HN: R3forth Visual Debugger [video]

youtube.com
2 points·by phreda4·4개월 전·0 comments

Bandit a 32bit baremetal computer that runs Color Forth [video]

youtube.com
1 points·by phreda4·5개월 전·0 comments

Show HN: R3forth, a ColorForth-inspired language with a tiny VM

github.com
92 points·by phreda4·5개월 전·17 comments

comments

phreda4
·5개월 전·discuss
Word is an internal call, it's a function, but the key is that the parameters and local variables are on the data stack and are separate from the return stack. I can call many levels without touching the data stack! Impossible in other languages. However, this does require practice and a change of mindset. At runtime, the dictionary doesn't exist, and under certain conditions and with the correct compiler, the stack doesn't either; it's converted into registers.
phreda4
·5개월 전·discuss
r3forth is case insensitive
phreda4
·5개월 전·discuss
not for now, just launch many instances!