π Explore this awesome post from Hacker News π
π **Category**:
π **What Youβll Learn**:
No libc. No VM. No runtime. The numbers below are read out of the process that is
answering you right now ? not written into a template by hand.
| binary | 190207 bytes |
| linked libraries | none |
| this worker (pid) | 160260 |
| heap high-water | 67108544 bytes |
| uptime | 6544s |
Reload it. The pid changes: there are several worker processes, and the
kernel hands the connection to whichever one is free.
“High-water” is the honest word: the collector is non-moving, so it recycles
memory below that frontier through a free list rather than handing it back. The
number stops climbing ? it does not fall. This server has served 20,000 requests with a
flat footprint; before the collector was rewritten it died at 828.
What it is
An AOT systems language that lowers straight to x86-64. World failures are
data you match on; broken invariants kill the program on the spot. There is no
hidden recovery path, because there is no recovery path.
See a failure modelled as data ?
β‘ **Whatβs your take?**
Share your thoughts in the comments below!
#οΈβ£ **#machine #freelang**
π **Posted on**: 1783877190
π **Want more?** Click here for more info! π
