alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Implement closures #806

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

Resolves #752

Doesn't implement move semantics, so returning closures probably doesn't work yet. But creating a closure to pass to map works just fine.