From 08a82917bde336d12e8af1921168cdc1f116aba8 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 20 Feb 2021 06:01:50 +0000 Subject: fix: remove badges from readme --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6a166f2..2ddd1a5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Fennel Cljlib -[![img](https://gitlab.com/andreyorst/fennel-cljlib/badges/master/pipeline.svg)](https://gitlab.com/andreyorst/fennel-cljlib/-/commits/master) -[![img](https://gitlab.com/andreyorst/fennel-cljlib/badges/master/coverage.svg)](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. -- cgit v1.2.3