Show HN: I wrote a Libc-free AOT systems language in JavaScript with no VM (github.com) 3 points by keepamovin 4d ago ↗ HN
[–] Santiago-Lopez 3d ago ↗ This looks promising, i like the philosophy. keep it up! [–] Santiago-Lopez 3d ago ↗ by the way, do you have any learning resources that you used to create the ELF linker?
[–] Santiago-Lopez 3d ago ↗ by the way, do you have any learning resources that you used to create the ELF linker?
[–] Santiago-Lopez 3d ago ↗ do you have any learning resources that you used to build the ELF linker? [–] keepamovin 3d 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). [–] Santiago-Lopez 2d ago ↗ thank you for the clarification [–] keepamovin 2d ago ↗ Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587 [–] Santiago-Lopez 2d ago ↗ thank you
[–] keepamovin 3d 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). [–] Santiago-Lopez 2d ago ↗ thank you for the clarification
[–] keepamovin 2d ago ↗ Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587 [–] Santiago-Lopez 2d ago ↗ thank you
9 comments
[ 4.7 ms ] story [ 19.2 ms ] threadLook for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).