We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
User:KamilMalicki
Jump to navigation
Jump to search
Hi. I'm Kamil Malicki.
I build things from scratch. My primary focus is on low-level programming, native AOT compiler design, and bare-metal execution. I enjoy bypassing modern, bloated toolchains (like LLVM or GNU binutils) to manually construct binary headers and emit raw x86_64 opcodes.
My work usually revolves around exploring memory architectures, OS-level ABIs (ELF/PE), and pushing the limits of minimalist language design.
Projects
- Zip - A minimalist, dependency-free AOT compiler that maps S-expressions directly to x86_64 machine code, generating raw Linux and Windows binaries without an assembler.