In short, concatenative languages behave in a way which looks imperative (like C or Perl), but can be reasoned about in a functional manner (like ML or Haskell).
These languages are only beginning to be studied, although Forth had a heyday in the 80s, and Postscript is notable for being the most commonly metaprogrammed language in existance (a trait which I believe is not a coincidence).
... Hah! Well, glad I'm making progress then... ... Aye, I had realized that at least. Good to know that I was right in my thinking, even if it be thinking
... What you've done is reinvent Fortran 66, which has exactly this model and uses a purely static store. It doesn't even need a stack except to hold return
Recently, I had been working on a problem in 5th. Because 5th is a linear language, it is impossible for any object to be referenced more than once (by
... Such an approach is the only way I can think of to solve the problem. Unfortunately, such an approach is also impossible (or, at least, requires far too