Re: [stack] Stack Shuffling Operator Mnemonics
"Christopher Diggins" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
> > Maybe the stack shuffling is a good direction for Joy. I can > > definitely see advantages though for other language designs. As I > > mentioned before I think a language with stack shuffling semantics is > > a great idea, especially for a higher level language than Cat. > > Huh, I'd always thought that Cat was high level. Cat is a wolf in sheep's clothing if you will pardon the mixed metaphors. Some of the type restrictions that it imposes (compared to the flexibility of Joy) enable a very straightforward mapping to assembly code. My goal for Cat is to be a safe and efficient high-level intermediate language, which could also be used for application development.