Hacker News new | ask | show | jobs
by protomyth 3158 days ago
No, but Forth provided one of the nicest, most immediate, and interactive environments to explore a problem. Instead of multiple files in a text editor, you build and test your app live and then dump it all to a text file. I have rarely had that experience with any other language except Smalltalk. I understand some Lisp environments act that way, but Forth was available places Lisp and Smalltalk were not.
2 comments

>you build and test your app live and then dump it all to a text file

The Tcl shell is really great for doing this. Since everything can be represented as a string-type, you're able to introspect your defined procedures and dump them to disk.

Developing on the target is just so last century. Now that programmers have developed the IDE you'll have to pull them from their cold dead hands.
I don't think I've used any IDE (other than Smalltalk) that was vaguely in the class of using Forth for interactivity and building of programs from the bottom up.

Whats up with mocking everyone you reply to on this thread?