Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rupertlssmith
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
by
rupertlssmith
2mo ago
And then there are sealed DSLs... Byte encoder/decoder in Elm are opaque, so their implementation is hidden. A smart compiler, such as the one I am writing, can take advantage of that with compiler intrinsics that replace the implement
2.
▲
by
rupertlssmith
2mo ago
Yes. But that is about to change, and the compiler is now getting the updates it needs. Mostly the compiler was fine, we could do with some bug fixes in core packages - not many, but there are a small number of long time bugs that should re
3.
▲
by
rupertlssmith
2mo ago
Elm was better without custom kernel modules and sync JS-interop. It kept the Elm kernel small and portable. It forced the 3rd party package eco system to innovate and create things rather than just wrap existing Javscript libraries. It has
4.
▲
by
rupertlssmith
2mo ago
Worth noting there are some Elm to native code compiler projects now.
5.
▲
by
rupertlssmith
2mo ago
LLMs are way past that, Claude Code can very competently write Elm code now, for example.
6.
▲
by
rupertlssmith
1y ago
I think you got your onion the wrong way around. Inner layers more constrained, outer layers less - working out from Entities in the middle. An inner layer that permits lots of invalid behavious is akin to building a house on sand. Even Jes