Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
(new-factory factoryfactory)
1
Name:
Anonymous
2013-11-05 4:41
Why is it that there are no enterprise programs written in any standalone lisp dialect? Clojure would be perfect for writing enterprise netbeans solution factory-factories!
2
Name:
Anonymous
2013-11-06 1:41
> (define factorial
((lambda (f)
((lambda (x)
(f (lambda (y)
((x x) y))))
(lambda (x)
(f (lambda (y)
((x x) y))))))
(lambda (f)
(lambda (n)
(if (= n 0)
1
(* n (f (- n 1))))))))
factorial
(display (factorial 12))
479001600
Tell me that's not
ENTERPRISE
as fuck.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List