Live data from Hacker News

Starting Forth

forth.com

1–10 of 71 posts

Re: Starting Forth

#3
It's really cool to see all of this interest in Forth. I think when I learned Forth, it made me a significantly better developer over all; it's also an awesome base for DSLs and really a fascinating paradigm.

Re: Starting Forth

#9
post #3

It's really cool to see all of this interest in Forth. I think when I learned Forth, it made me a significantly better developer over all; it's also an awesome base for DSLs and really a fascinating paradigm.

Honest question, wouldn't you just write a lexer with yacc/bison for a DSL? How does a full programming language act as a base for a DSL, which is usually more limited than a programming language?

Re: Starting Forth

#10
post #5

Is Forth still being used in industry other than for legacy systems? (genuine question)

Not much. Forth is from an era when it was hard to program small microcontrollers and the tools for doing so were expensive. Today, everybody cross-compiles to microcontrollers.

I've done robotics programming in Forth. I do not expect to use it again.

Post reply on HN