Closed alexchandel closed 8 years ago
@vito The lambda character is not highlighted at all, unlike the word lambda. Compare in Atom:
(lambda (foo) (foo)) (λ (foo) (foo))
Also missing: match, values, compose, hash-map, hash-set, and pretty much everything else
match
values
compose
hash-map
hash-set
Also void, foldl, and foldr
void
foldl
foldr
@vito The lambda character is not highlighted at all, unlike the word lambda. Compare in Atom: