jckarter / clay

The Clay programming language
http://claylabs.com/clay
Other
404 stars 34 forks source link

Add stateless lambda ~>, partial fix for issue #135 #431

Closed ghost closed 12 years ago

ghost commented 12 years ago

Add stateless lambda form "~>", raises error when attempting to add free variables. Add test for 'capture within stateless' failure.

jckarter commented 12 years ago

Looks good, thanks.