summaryrefslogtreecommitdiffstats
path: root/development/Fennel/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/Fennel/README')
-rw-r--r--development/Fennel/README11
1 files changed, 3 insertions, 8 deletions
diff --git a/development/Fennel/README b/development/Fennel/README
index c34f0ae83c..fe1e9d1282 100644
--- a/development/Fennel/README
+++ b/development/Fennel/README
@@ -8,9 +8,9 @@ macro system.
than hand-written Lua.
* Compile-time macros: Ship compiled code with no runtime dependency
on Fennel.
-* Embeddable: Fennel is a one-file library as well as an
-* executable. Embed it in other programs to support runtime
-* extensibility and interactive development.
+* Embeddable: Fennel is a one-file library as well as an executable.
+ Embed it in other programs to support runtime extensibility
+ and interactive development.
Anywhere you can run Lua code, you can run Fennel code.
@@ -25,11 +25,6 @@ separated with space.
After installation there are one or more fennel executable files for the
equivalent versions of Lua.
-To install compiled binary versions (experimental, only works with
-lua5.2 or higher):
-
- export BINARY=yes
-
Optional dependency:
* lua-readline
For history completion