2024-03-25 10:53:09 +01:00
2024-02-28 21:35:08 +01:00
2024-02-28 17:54:38 +01:00
2024-03-25 09:19:27 +01:00
2024-03-25 09:19:27 +01:00
2024-03-25 11:25:05 +01:00

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

How to get

repositories {
    maven {
        name = "alex's repo"
        url = uri("http://207.180.202.42:8080/libs")
        isAllowInsecureProtocol = true
    }
}

dependencies {
    implementation("me.alex_s168:blitz:0.5")
}
Description
Kotlin utility library
Readme 212 KiB
Languages
Kotlin 100%