Viewing profile — jfadfwddas
jfadfwddas
HN member- Joined
- Thu, Sep 18, 2025, 1:19 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jfadfwddas
No profile information was provided.
Recent public activity
-
comment
Comment #45851003
Scheme taught me that OOP is the poor man's closure. func Backup(saver func(data []byte) error, data []byte) error { return saver(data) }
-
comment
Comment #45571711
Great stuff. I will be using this if/when I go back to zigging :)
-
comment
Comment #45559844
I really liked Ceylon. It was competing against Groovy, Kotlin, and Scala which all seemed to come out around the same time.
-
comment
Comment #45559750
Or Scheme.
-
comment
Comment #45559690
I was curious as well and looks like this abstracts over libxev: https://github.com/lalinsky/zio/blob/main/build.zig#L7
-
comment
Comment #45399347
Architecture is also different. Thread-per-core (no garbage collector) vs work-stealing with garbage collection cycles.