From 0ca838b1caaf66aeb691ade5aa0998a86bed842a Mon Sep 17 00:00:00 2001 From: eli Date: Sun, 4 Sep 2022 19:52:34 -0400 Subject: [PATCH] * --- src/common-lisp.gmi | 6 ++++-- src/kona.gmi | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/common-lisp.gmi b/src/common-lisp.gmi index d3218d9..6bae37f 100644 --- a/src/common-lisp.gmi +++ b/src/common-lisp.gmi @@ -2,17 +2,19 @@ Common lisp isn't a single language, but rather a standard. As such, there are many implementations of common lisp kicking around that are (mostly) compatible. +Like [[scheme]], common lisp support [[repl]] driven dev. + There are 2 installed on [[sans]]. ## sbcl -Sbcl is the cream of the crop, go-to common lisp implementation. It is a great starting place. +sbcl is the cream of the crop, go-to common lisp implementation. It is a great starting place. Fire up the repl by invoking sbcl ## ecl -Ecl is a newer contender in the space. Ecl is a bit more portable than sbcl. +ecl is a newer contender in the space. Ecl is a bit more portable than sbcl. Get this repl going by entering ecl at the command line. diff --git a/src/kona.gmi b/src/kona.gmi index 206008d..a726af5 100644 --- a/src/kona.gmi +++ b/src/kona.gmi @@ -2,5 +2,9 @@ Kona is an open source implementation of the APL-derived K. K, like APL is an array programming language but it uses ascii characters...so it is easier to type, if not read. +Launch it by entering the letter k at the command line. + +This will drop you into the kona [[repl]]. To exit the interpreter enter \\ and then hit enter. Enter a single \ to see the kona help text. + => https://github.com/kevinlawler/kona/wiki kona wiki => https://nsl.com/k/training/idioms_K3.pdf learning K programming idiom by idiom \ No newline at end of file