Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Self hosted typically includes building the compiler in the language it compiles. E.g. my Ruby compiler is self hosted except for needing an assembler and linker (and I might get rid of that need too) and a minimal C library.

If you're writing a C++ compiler, self-hosting LLVM might not be a massive additional complexity. For any other language it's not an option if self hosting is one of your goals.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: