Blog
#macos
Setting up a Compiler Project with LLVM on MacOS
Posted: 3-21-2025
I found a stark lack of resources on how to setup a compiler project that emits LLVM on MacOS. This blog shows you how to setup a structure for a project that compiles code and emits LLVM.
Competitive Programming on Apple Silicon
Posted: 2-3-2025
I decided to torture/challenge myself to solve some weekly competitive programming problems in ARM Assembly on my Mac. This blog documents my struggles and success and why you should try it as well.