Y
Hacker News
new
|
ask
|
show
|
jobs
by
dfedbeef
412 days ago
legitimately, if you're interested try writing a shell, your own libc, an elf loader even. It's fun! C is good and cool!
1 comments
matheusmoreira
412 days ago
Doing this is what made programming fun again for me. I made a freestanding Lisp interpreter instead of a shell. No C library, just Linux system calls. I've written quite a bit of ELF code too, no linker yet though.
link