From 270beed0505ef47159d94fb162ff4840958f3ce5 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Tue, 19 Jan 2021 16:46:00 +0000 Subject: fix: Fennel 0.8.0 enhancements Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier --- README.org | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 README.org (limited to 'README.org') 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]]. -- cgit v1.2.3