From ceed3fd42ab2120978f2ee57d693626f40712b41 Mon Sep 17 00:00:00 2001 From: alex_s168 <63254202+alex-s168@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:28:16 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4ba1b90..1ee2572 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ # Blitz -Kotlin library which mainly focuses on functional programming. - -Features: -- Monads -- Either -- Caching delegated property (similar to lazy) -- A lot of sequence utils -- Streaming IO using kotlinx.io -- ByteVec (alternative to ByteBuf) -- BitVec (similar to bit sets in other languages) -- "Lazy" sequences -- A lot of generative sequence types -- BitField +Big Kotlin library adding features that the Kotlin standard library just does not have (and might never get) ## How to get ```kotlin @@ -106,4 +94,4 @@ println(a.contents == b.contents) // true println(b.contents) // [1, 2, 3, 4] ``` ### Either -No example yet \ No newline at end of file +No example yet