grol-io / grol

Go REPL Open Language
https://grol.io
Apache License 2.0
22 stars 2 forks source link

Adding => for short lambda form. Bug fixes with incomplete maps. #172

Closed ldemailly closed 2 months ago

ldemailly commented 2 months ago

Fixes #135

ldemailly commented 2 months ago

I may bite the bullet and make

(x,y,z) => x+y+z

work but that's a big change to the parser

ldemailly commented 2 months ago

One minor remark, but seems OK

you meant awesome :)

thanks for the reviews!