This website requires JavaScript.
Explore
Help
Sign In
greg
/
schala
Watch
1
Star
0
Fork
0
You've already forked schala
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f7e88c7cab
schala
/
source_files
/
lambda.maaru
6 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Lamba calls partially work
2017-01-12 01:33:34 -08:00
Inline parsing of lambdas like half-works
2017-01-12 02:58:36 -08:00
(fn(q) { q * 2 }(25))
Lamba calls partially work
2017-01-12 01:33:34 -08:00
a = fn(x) { x + 5 }
a(2)
Reference in New Issue
Copy Permalink