Link to section in README.
Chris Pressey
7 years ago
1 | 1 | ======== |
2 | 2 | |
3 | 3 | Equipage is the language that [Carriage][] might have been had I not been |
4 | so concerned about quoting. (See "Discussion: Quoting", below.) | |
4 | so concerned about quoting. (See "[Discussion: Quoting][]", below.) | |
5 | 5 | |
6 | 6 | Equipage is a purely concatenative language. In this context, that means: |
7 | 7 | |
53 | 53 | |
54 | 54 | push(one) ∘ apply ∘ push(pop) ∘ apply |
55 | 55 | |
56 | The remainder of this document gives some examples of Equipage programs, | |
57 | which also serve as test cases, and then discusses some aspects of the | |
58 | language's design. | |
59 | ||
60 | [Carriage]: http://esolangs.org/wiki/Carriage | |
61 | [Discussion: Quoting]: #discussion-quoting | |
62 | ||
56 | 63 | Equipage Tests |
57 | 64 | -------------- |
58 | 65 | |
431 | 438 | | (! 11+11-11+1 )!! |
432 | 439 | | (! 11-1-~; )!! |
433 | 440 | = [0,2,<fn>,<fn>,<fn>] |
434 | ||
435 | [Carriage]: http://esolangs.org/wiki/Carriage |