From f3541eceb469e128e06edec152dfb1152dd1e343 Mon Sep 17 00:00:00 2001 From: Frank Ruben Date: Sat, 26 Nov 2016 22:15:41 +0100 Subject: [PATCH] Add sbcl col for cmd-line-program --- index.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 5044e11..86809f3 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ - +

LFE Hyperpolyglot @@ -36,7 +36,7 @@

A syntactical comparison of
LFE, Erlang, Common Lisp, & Clojure

- +
+
- + - +
- + @@ -210,9 +210,10 @@

'io:format("~p", [1 + 2 + 3])' \
-noshell -run init stop
-

- @@ -271,12 +272,12 @@

Ð, Ñ, Ò, Ó, Ô, Õ, Ö, ×, Ø, Ù, Ú, Û, Ü, Ý, Þ, ß, à, á, â, ã, ä, å, æ, ç, è, é, ê, ë, ì, í, î, ï, ð, ñ, ò, ó, ô, õ, ö, ÷, ø, - ù, ú, û, ü, ý, þ, ÿ

+ ù, ú, û, ü, ý, þ, ÿ

This has special meaning and is reserved:
:

@@ -1023,7 +1024,7 @@

@@ -2608,7 +2609,7 @@


-

+
+ $ sbcl --eval \
+ '(format t "~s" (list (+ 1 2 3)))' \
+ --eval '(sb-ext:quit)'

- +
case insensitive, cannot start with digit
@@ -961,7 +962,7 @@

(string:equal "foo" "bar")
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 ")