evincarofautumn / kitten

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

Prelude Updates #53

Closed kchaloux closed 11 years ago

kchaloux commented 11 years ago

Fixes splitAt to return output in expected order ([1,2,3,4,5] 2 splitAt === [1,2] [3,4,5]) and adds various integer range generation functions to prelude.