summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index e30d62c..0000000
--- a/README.org
+++ /dev/null
@@ -1,14 +0,0 @@
-#+title: Fennel Cljlib
-[[https://gitlab.com/andreyorst/fennel-cljlib/-/commits/master][https://gitlab.com/andreyorst/fennel-cljlib/badges/master/pipeline.svg]] [[https://gitlab.com/andreyorst/fennel-cljlib/-/commits/master][https://gitlab.com/andreyorst/fennel-cljlib/badges/master/coverage.svg]]
-
-Experimental library for [[https://fennel-lang.org/][Fennel]] language, that adds many functions from [[https://clojure.org/][Clojure]]'s standard library.
-This is not a one to one port of Clojure =core=, because many Clojure functions require certain guarantees, like immutability of the underlying data structures, or laziness.
-Therefore some names were changed, but they should be still recognizable, and certain functions were altered to better suit the domain.
-
-Even though it is project is experimental, the goals of this project are:
-
-- Have a self contained library, with no dependencies, that provides a set of useful functions from Clojure =core=,
-- Be close to the platform, e.g. implement functions in a way that is efficient to use in Lua VM,
-- Be well documented library, with good test coverage.
-
-Documentation is autogenerated with [[https://gitlab.com/andreyorst/fenneldoc][Fenneldoc]] and can be found [[https://gitlab.com/andreyorst/fennel-cljlib/-/tree/master/doc][here]].