summaryrefslogtreecommitdiffstats
path: root/development/urn
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:26:14 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:47 +0200
commit34e9a556c26cd5ff1d6a28771f548c1fa082b7ca (patch)
tree4c313b180af8a931c4619d33fa348a0b4b043442 /development/urn
parentc2dae6074c612800aa23cc061ac65e91512432bd (diff)
downloadslackbuilds-34e9a556c26cd5ff1d6a28771f548c1fa082b7ca.tar.gz
development/urn: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/urn')
-rw-r--r--development/urn/README18
1 files changed, 11 insertions, 7 deletions
diff --git a/development/urn/README b/development/urn/README
index b731adba10..bb2045f880 100644
--- a/development/urn/README
+++ b/development/urn/README
@@ -2,17 +2,21 @@ Urn is a new language developed by SquidDev, and demhydraz.
Urn is a Lisp dialect with a focus on minimalism which compiles to Lua.
What?
-* A minimal¹ Lisp implementation, with full support for compile time code execution and macros.
+* A minimal[1] Lisp implementation, with full support for compile time
+ code execution and macros.
* Support for Lua 5.1, 5.2 and 5.3. Should also work with LuaJIT.
* Lisp-1 scoping rules (functions and data share the same namespace).
-* Influenced by a whole range of Lisp implementations, including Common Lisp and Clojure.
-* Produces standalone, optimised Lua files: no dependencies on a standard library.
+* Influenced by a whole range of Lisp implementations, including
+ Common Lisp and Clojure.
+* Produces standalone, optimised Lua files: no dependencies on a
+ standard library.
-¹: Minimalism is an implementation detail.
+[1]: Minimalism is an implementation detail.
+
+Default urn works with lua 5.1.
+You can set "URN_LUAVER" environment variable to change the lua version.
+Example:
-Default urn works with lua 5.1
-you can set "URN_LUAVER" environment variable to change the lua version
-example:
URN_LUAVER=5.3 for lua 5.3
URN_LUAVER=jit for luajit