Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,17 +1,5 @@
|
|||||||
# Blitz
|
# Blitz
|
||||||
Kotlin library which mainly focuses on functional programming.
|
Big Kotlin library adding features that the Kotlin standard library just does not have (and might never get)
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## How to get
|
## How to get
|
||||||
```kotlin
|
```kotlin
|
||||||
@@ -106,4 +94,4 @@ println(a.contents == b.contents) // true
|
|||||||
println(b.contents) // [1, 2, 3, 4]
|
println(b.contents) // [1, 2, 3, 4]
|
||||||
```
|
```
|
||||||
### Either
|
### Either
|
||||||
No example yet
|
No example yet
|
||||||
|
Reference in New Issue
Block a user