jfadfwddas·há 8 meses·discussScheme taught me that OOP is the poor man's closure. func Backup(saver func(data []byte) error, data []byte) error { return saver(data) }
jfadfwddas·há 9 meses·discussI really liked Ceylon. It was competing against Groovy, Kotlin, and Scala which all seemed to come out around the same time.
jfadfwddas·há 9 meses·discussI was curious as well and looks like this abstracts over libxev: https://github.com/lalinsky/zio/blob/main/build.zig#L7
jfadfwddas·há 10 meses·discussArchitecture is also different. Thread-per-core (no garbage collector) vs work-stealing with garbage collection cycles.