Hacker News new | past | comments | ask | show | jobs | submit login

What is so good about forth?



It's rather simple, can easily run on bare metal (ie no OS).

You can go very low level, but it has better higher level abstraction capabilities than C.

It's also really weird, which fascinates me. Eg most Forth code doesn't use variable names.

I've toyed around with Forth a bit. But never used it in anger.

Wikipedia says that Forth is used today in some bootloaders and outer space. I suspect the latter is a historic accident, because the inventor of Forth worked on a big telescope.

See https://en.wikipedia.org/wiki/Forth_(programming_language)


Ahh. I remember. I always get fascinated first, but when I see 2 3 4 + * meaning (2+3)*4 my eyes glaze over.


Thanks to a good amount of time spent with Lisp, I don't mind neither post-fix nor prefix notation that much.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: