Name: Anonymous 2012-05-14 1:33
>/prog/ raves about how great and powerful LISP is
>download sbcl
>make a simple hello world app
(defun main ()
(print "Hello World")
(quit))
>compile it to binary
>50MB file for 3 lines of code
>/prog/ raves about how great and powerful LISP is
>download sbcl
>make a simple hello world app
(defun main ()
(print "Hello World")
(quit))
>compile it to binary
>50MB file for 3 lines of code
$ ls -sh /usr/lib/libchicken.so.3
3.0M /usr/lib/libchicken.so.3
$