diff options
| -rw-r--r-- | .gitattributes | 4 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index 15d0d6b..30fb998 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.fnl gitlab-language=clojure linguist-language=Fennel -.fenneldoc gitlab-language=clojure linguist-language=Fennel +*.fnl gitlab-language=clojure linguist-language=clojure +.fenneldoc gitlab-language=clojure linguist-language=clojure @@ -1,8 +1,5 @@ # Fennel Cljlib -[](https://gitlab.com/andreyorst/fennel-cljlib/-/commits/master) -[](https://gitlab.com/andreyorst/fennel-cljlib/-/commits/master) - Experimental library for [Fennel](https://fennel-lang.org/) language, that adds many functions from [Clojure](https://clojure.org/)'s standard library. This is not a one to one port of Clojure `core`, because many Clojure functions require certain guarantees, like immutability and laziness, which are hard to efficiently implement on top of Lua. Some semantics like concurrency, or dynamic scope is not supported by Lua runtime at all. |