this post was submitted on 27 Jun 2023
23 points (100.0% liked)

Kotlin

618 readers
1 users here now

Kotlin is a statically typed programming language for the JVM, Android, JavaScript, and native.

Subreddit rules:

Resources:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

I've been playing around with Arrow V2 for a while and it's really nice. I like the simplifications they've done which feel like they remove a lot of bloat without sacrificing the functionality.

I made a sample project with Arrow and http4k. They both work very nicely together. Link here if you'd like to take a look.

[โ€“] million 1 points 1 year ago

For other folks out of the loop arrow the 1.2 release apparently has all the new APIs.

https://xebia.com/blog/arrow-1-2-0-rc-is-now-available/

And a migration guide:

https://arrow-kt.io/learn/quickstart/migration/