Re: concat/forth in ->, ->>

2014-01-19 Thread Brandon Bloom
It's worth noting that the -> and ->> macros are just that: macros. They have lexical extent and are expanded at compile time. Factjor is (essentially) interpreted, but can be used in interesting higher order ways. For example, you can write functions that return lazy sequences of Factjor instr

Re: concat/forth in ->, ->>

2014-01-18 Thread Nicola Mometto
I don't know if that's what you're asking for, but there's https://github.com/brandonbloom/factjor t x writes: > Hi, > > Despite the title and content of this email, this is a serious, non > joking (i.e. brainfuck) question. > > After studying > https://github.com/rplevy/swiss-arrows/blob/maste

concat/forth in ->, ->>

2014-01-18 Thread t x
Hi, Despite the title and content of this email, this is a serious, non joking (i.e. brainfuck) question. After studying https://github.com/rplevy/swiss-arrows/blob/master/src/swiss/arrows.clj for a bit, it hit me: -> and ->> are special cases of forth machines, where there is a stack, which a