evincarofautumn / kitten

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

Add row type variables #27

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago

E.g. for apply and compose:

def apply (A... (A... -> B...) -> B...): __apply