|
|
|
|
|
by unknownsavage
3379 days ago
|
|
The lisp quickstart is indeed one of the key advantages of lsip: $ time sbcl --script hello.lisp
Hello World!
real 0m0.026s
user 0m0.009s
sys 0m0.013s
Compared with languages with a much bigger starting curve: $ time node hello.js
Hello World!
real 0m0.113s
user 0m0.052s
sys 0m0.022s
|
|