Show HN: I wrote a Libc-free AOT systems language in JavaScript with no VM
6 points
1 day ago
| 3 comments
| github.com
| HN
Santiago-Lopez
22 hours ago
[-]
This looks promising, i like the philosophy. keep it up!
reply
Santiago-Lopez
18 hours ago
[-]
do you have any learning resources that you used to build the ELF linker?
reply
keepamovin
10 hours ago
[-]
Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587
reply
Santiago-Lopez
2 hours ago
[-]
thank you
reply
keepamovin
14 hours ago
[-]
It’s not a linker, it just writes ELF format directly which is not such a complicated format.

Look for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).

reply
Santiago-Lopez
2 hours ago
[-]
thank you for the clarification
reply
bielok
1 day ago
[-]
Very cool effort!
reply
keepamovin
1 day ago
[-]
Thanks!
reply