evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Test prelude #30

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago

I'm sure several things about it are semantically wrong, and performance could likely be improved. Mapping and folding should have constant stack depth.

evincarofautumn commented 11 years ago

From adcee64c5c398af7a1e6388b69fdc2cde00a9e57 to 8497337938af93b9ef034c08b1a43aaf4b4bff38 are relevant so far.

evincarofautumn commented 11 years ago

Calling this done, but new things in the prelude should obviously be tested too.