Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Syntax for typed lamdas
1
Name:
Anonymous
2012-06-09 21:56
Help me /prog/, i'm making a language and i can't decide on what syntax to use for typed lambdas
10
Name:
Anonymous
2012-06-10 18:48
SCHEME Style:
(define factorial
(lambda (x)
(if (< x 3)
2
(* x (factorial (- x 1))))))
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List