Building a Compiler in Swift with LLVM, Part 1 of 4: Introduction and the Lexer

Compilers are some of the most fascinating programs because they touch every
aspect of Computer Science, from CLI and API design to calling conventions and
platform-specific optimizations. Yet, many developers have a fearful reverence
for them that makes …

Similar

macOS network programming in Swift, a guide

The aim of the Journeyman guides is solving specif problems. They cover the missing link between a beginner and an expert. Many times, I've been stuck trying to solve a problem; trying to get a solution that the trivial examples don't cover, or that the e... (more…)

Read more »

Objective-C vs. Swift

Apple introduced Swift they shared some key features like: Swift is now also faster than Objective-C. Swift development started in 2010 and first introduced...

Read more »