Hacker News new | ask | show | jobs
by zem 94 days ago
I remember when acorn user (a bbc microcomputer magazine) had an article on forth. I got enthusiastic about the idea but there was no real way to get a forth interpreter back then. I did play around with interpreting rpn expressions in basic, though probably not very efficiently :)
1 comments

https://github.com/colinhoad/bbc-micro-forth-compiler/tree/m...

the book it's from: https://archive.org/details/BBCMicroCompendium/page/88/mode/...

This may have distorted my thinking on how to write languages horrendously. To this day, anytime I try I end up writing something froth-y.

that's awesome :) thanks for the link!