Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jfadfwddas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jfadfwddas
11mo ago
Scheme taught me that OOP is the poor man's closure. func Backup(saver func(data []byte) error, data []byte) error { return saver(data) }
2.
▲
by
jfadfwddas
11mo ago
Great stuff. I will be using this if/when I go back to zigging :)
3.
▲
by
jfadfwddas
11mo ago
I really liked Ceylon. It was competing against Groovy, Kotlin, and Scala which all seemed to come out around the same time.
4.
▲
by
jfadfwddas
11mo ago
Or Scheme.
5.
▲
by
jfadfwddas
11mo ago
I was curious as well and looks like this abstracts over libxev: https://github.com/lalinsky/zio/blob/main/build.zig#L7
6.
▲
by
jfadfwddas
1y ago
Architecture is also different. Thread-per-core (no garbage collector) vs work-stealing with garbage collection cycles.