diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-20 06:01:50 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-20 06:01:50 +0000 |
| commit | 08a82917bde336d12e8af1921168cdc1f116aba8 (patch) | |
| tree | b83ffccefbfc753255bb70e1361d1d2fdce75e21 /README.md | |
| parent | 60d99f85b6d4f0ec23ad21d3b1767084c5eb8b46 (diff) | |
fix: remove badges from readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |