diff --git a/index.html b/index.html index 5044e11..86809f3 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ - +
A syntactical comparison of
LFE, Erlang, Common Lisp, & Clojure
- |
- + |
+ $ sbcl --eval \ + '(format t "~s" (list (+ 1 2 3)))' \ + --eval '(sb-ext:quit)' |
|||||
- + |
case insensitive, cannot start
with digit @@ -961,7 +962,7 @@
Also the comparison operators work, e.g: - (== "foo" "bar") + (== "foo" "bar") (< "foo" "bar") (=< "foo" "bar") |
trim |
(string:strip " foo " 'both #\ ) - + |
Only used in guards - + |
(when (< x y) (print "x is less ") |