HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jfadfwddas

no profile record

コメント

jfadfwddas
·8 か月前·議論
Scheme taught me that OOP is the poor man's closure.

    func Backup(saver func(data []byte) error, data []byte) error {
        return saver(data)
    }
jfadfwddas
·9 か月前·議論
Great stuff. I will be using this if/when I go back to zigging :)
jfadfwddas
·9 か月前·議論
I really liked Ceylon. It was competing against Groovy, Kotlin, and Scala which all seemed to come out around the same time.
jfadfwddas
·9 か月前·議論
Or Scheme.
jfadfwddas
·9 か月前·議論
I was curious as well and looks like this abstracts over libxev: https://github.com/lalinsky/zio/blob/main/build.zig#L7
jfadfwddas
·10 か月前·議論
Architecture is also different. Thread-per-core (no garbage collector) vs work-stealing with garbage collection cycles.