
Damian Reeves
1K posts

Damian Reeves
@DamReev
Husband, father, Christian, developer.


First-class schemas benefit greatly from optics, because they allow you to perform targeted manipulation of parts of the overall structure: given Schema[Person] = deriveSchema .default(Person.age, 23) .examples(Person.age, 22, 42) .doc(Person.age, "The age")








@dvigovszky @jdegoes In zio-config there is a println in one of the releases for scala 3. Coz I committed as soon as it worked



@jdegoes That being said the communities need to take a break from implementing Scala versions of mature Java frameworks and instead unite for a period on the multi platform efforts (someone has to pick this up). Add a focus on interop too - it might sacrifice purity for sake of survival


An AOT-compiled ScalaFX/#ZIO application. Instant startup and only 20MB zipped. Pretty neat. Let's see if I can make it work with bigger applications. @zioscala @jdegoes @graalvm @johanvos




















