riff icon indicating copy to clipboard operation
riff copied to clipboard

Add "lambda" style anonymous function syntax

Open darrylabbate opened this issue 2 years ago • 0 comments

This should be pretty straightforward since anonymous function are already supported. Current ideas (all would be valid):

\x -> x+2
\(x,y) -> x+y
\x,y -> x+y

darrylabbate avatar Nov 02 '22 06:11 darrylabbate