Tagged Questions
13
votes
7answers
974 views
Is Forth still in use? If so, how and where?
A long time ago I remember thinking that the Forth programming language was pretty cool. I really haven't heard anything about it in years. Is Forth still in use? If so, what types of applications is ...
11
votes
12answers
588 views
What programming languages have the most easily-implemented interpreters?
I need to implement an interpreter for a programming language as part of a project I'm working on. I don't think the details of this project are too relevant, except that it requires me to implement ...
10
votes
6answers
1k views
For what applications is Forth best suited?
I am intrigued by stack-based languages like Forth. Are there situations where Forth is the best tool for the job or is it just an intellectual and historical curiosity? What about derivative ...
9
votes
4answers
704 views
How do I design and implement a programming language?
This question is related to
This question on Aardvark
This question on here
The past couple of years I've been thinking about things I like and don't like about languages I use. I always wanted to ...
3
votes
3answers
309 views
Programming languages implemented in assembly language
Recently I've stumbled upon JONESFORTH, which is an interpreter for the Forth programming language implemented in plain assembly language.
I find this implementation interesting, because it shows how ...