Re: [stack] Tiny Typed Concatenative Language
"Joshua Shinavier" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On 5/20/07, Christopher Diggins <[email protected]> wrote: > I've posted the types of the core level-0 primitives of Cat at: [snip] Very interesting stuff. Can you give an example of the to_list primitive in action? I'm still getting up to speed on Cat and the relationship between programs and generic quotations. Best, Josh to_list (( -> 'A) -> list) Creates a list from a function that accepts no arguments.