Skip to content
View halotukozak's full-sized avatar

Highlights

  • Pro

Organizations

@UdashFramework

Block or report halotukozak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
halotukozak/README.md

Hi there. I'm Bartek and I specialize in JVM languages, mainly Scala and Kotlin.

I run a blog and like to contribute to the scala 3 repo

You can check out the libraries I've made:

  • M&DE - Mirror Annotations & Default Extraction. A Scala 3 macro library that extends scala.deriving.Mirror with annotation metadata, default values, generated members, and transparent wrapper support.
  • Alpaca - A type-safe lexer and parser library for Scala 3, featuring compile-time validation and a pattern-matching DSL.
  • mcodec - GenCodec-style serialization for Scala 3 — a format-agnostic, streaming Input/Output core with type class derivation built on M&DE.
  • justworks - A Gradle plugin that just works and generates type-safe Kotlin Ktor clients from OpenAPI specs
  • sure - Type-safe value validation DSL for Kotlin Multiplatform.

Pinned Loading

  1. halotukozak-com/alpacahalotukozak-com/alpacaPublic

    Another Lexer Parser And Compiler Alpaca. A type-safe lexer and parser library for Scala 3, featuring compile-time validation and a pattern-matching DSL.

    Scala 19 1

  2. halotukozak-com/madehalotukozak-com/madePublic

    Mirror Annotations & Default Extraction. A Scala 3 macro library that extends scala.deriving.Mirror with annotation metadata, default values, generated members, and transparent wrapper support.

    Scala 6 1

  3. AVSystem/justworksAVSystem/justworksPublic

    A Gradle plugin that just works and generates type-safe Kotlin Ktor clients from OpenAPI specs

    Kotlin 1 1

  4. halotukozak-com/surehalotukozak-com/surePublic

    Type-safe value validation DSL for Kotlin Multiplatform

    Kotlin 4

  5. scala3scala3Public

    Forked from scala/scala3

    The Scala 3 compiler, also known as Dotty.

    Scala

  6. halotukozak-com/mcodechalotukozak-com/mcodecPublic

    mcodec - GenCodec-style serialization for Scala 3, built on Made

    Scala