Re: [stack] What are the advantages and disadvantages in manipulation of the return stack
Chris Double <[email protected]> Tue, 15 Jun 2010 12:31:35 +1200
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 15, 2010 at 1:42 AM, stevan apter <[email protected]> wrote: > i think chris double (on this list) has had a go at a "serious" > implementation of some of the ideas in XY, by which i mean that he > actually intends to use the result in some applications. As well as the JavaScript implementation of XY I did that Stevan linked to I also played around with a similar implemention in C++: http://github.com/doublec/cf This started off as XY and then I sidetracked into doing Stevan's F: http://nsl.com/k/f/f.htm It has support for lightweight threads and some simple examples. I started out wanting to experiment with something really lightweight, with a few primitives, and explore from there. Sadly the lure of complexity intervened and I added a Self like prototype object system and other features. This made things more complicated and ended up being less interesting for the original purpose I built it for so stopped hacking on it. One day I'll revisit it and strip it back down again. Chris. -- http://www.bluishcoder.co.nz