Re: [stack] Barebone implementation of concatenative language in c or c++
"blazeski" <[email protected]> Wed, 12 May 2010 09:52:12 -0000
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the tips will take a look at them. I'm writing some c++ code and I want to include a minimalistic scheme for scripting (I don't need GC but I must support native types). Then I got a suggestion that concatenative language naive implementation might be even simpler. So I'm basically looking for a source code of a toy example. Slobodan