Join our community on Discord
https://packt.link/EarlyAccess
Ah, so you’ve decided to keep going with Zig. Brave of you. I’m genuinely impressed—most people would’ve bailed by now, but not you. Good choice—assuming you enjoy having control over every little detail without the usual headache that comes with most system programming languages. However, before we dive into the code and start flexing those low-level muscles, we need to address something crucial. If you think you can embark on this journey without setting up a Language Server Protocol (LSP), you might as well grab a club and start drawing on cave walls. Seriously, in the world of modern programming, not having an LSP running is practically prehistoric. But don’t worry, we’ll get you sorted. This chapter is all about getting Zig installed and ensuring your setup isn’t stuck in the Stone Age.
By the end of this chapter, you won’t...