ammarbinfaisal / sahl

a programming language with channels and coroutines/threads
MIT License
10 stars 1 forks source link

first class functions #14

Open ammarbinfaisal opened 1 year ago

ammarbinfaisal commented 1 year ago

ability to pass functions to other functions. Gotta warn if this is being done to global functions as this only makes sense for closures.
required for #13