The Lazy Swift Blog

The one-page blog spreading knowledge one piece at time!

Greetings fellow Swifter! Here's my advice for you: be like lazy variables and lazy views in the Swift programming language: do the right thing, at the right time, only if it's truly needed, in the name of efficiency.

TIP OF THE DAY FOR THE SAVIOR iOS DEVELOPER:

There are several compilers available for Apple systems, but the one currently implemented in Xcode is called LLVM. LLVM is able to compile code written in Swift, C, C++ and Objective-C. The name LLVM originally stood for Low Level Virtual Machine, it’s written in C++ and is designed for compile-time, link-time, runtime and idle-time optimization. Originally it was implemented just for C and C++.

Contact Me