I'm sharing a small milestone today - a tiny HTTP server written in FreedomLang (freelang), which is a new, experimental, AOT-compiled language I've been working on. The demo (httpd. flx) compiles down to native x86-64, and the resulting server runs with no C runtime/libc dependency (it uses dir...
Source: [Hacker News](https://github.com/DO-SAY-GO/freelang/blob/main/examples/HTTPD.md)