Tagged Questions

2
votes
3answers
64 views

Real world usage of concatenative programming langauges

Can someone point to real-world projects done in concatenative languages like Forth, Factor, Joy etc?
5
votes
7answers
198 views

Is it practical to learn and use Forth?

When I was still a young developer, I started to focus on the many available programming languages. But in 1980 to 1990 there weren't many freely available compilers. So I started …
1
vote
4answers
157 views

Forth Interpreter in Java

Here I found a Simple Forth Interpreter implemented in Java. However I don't understand the significance of it if I want to use it? What could be the advantage of the Forth Interp …
5
votes
1answer
215 views

Forth: free video tutorials ?

Can you recommend any free Forth video tutorials (except for following) ? The only one I know of is Samuel A. Falvo's excellent "Over The Shoulder Episode 1: Text Preprocessing in …
-1
votes
5answers
319 views

Since every one is coding Lisp and Erlang now. Does that mean that we will see forth coders in 2010? [closed]

Hi. I'm think I see more and more coders looking into Erlang and Lisp. Since I learned it in exactly the same order, and now, I'm looking into forth. Does it mean that Forth is th …
8
votes
15answers
918 views

FORTH love if honk then

Does anybody use FORTH for embedded programming?
7
votes
6answers
510 views

What are the primitive Forth operators?

I'm interested in implementing a Forth system, just so I can get some experience building a simple VM and runtime. When starting in Forth, one typically learns about the stack and …
15
votes
4answers
516 views

Good resources for learning Factor

Having recently come across this introduction to Factor, I've been a bit curious to learn more. Aside from the official FAQ mentioned there, do you have resources for learning the …
7
votes
4answers
390 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 …
6
votes
3answers
562 views

Good resources to learn the Factor programming language ?

I understand that Factor is based on Forth, so I guess resources on Forth would be nice too. Thanks !