bkowalik / asci

Another Scheme Console Interpreter
1 stars 0 forks source link

Add currying support #8

Closed bkowalik closed 10 years ago

bkowalik commented 10 years ago

Add currying support to lambdas and functions.

mikusp commented 10 years ago

Really Scheme has no support for partial application and currying can be implemented with what we have now just as a function receiving a value and returning lambda.