Article Public (all visitors)

An Intro to Compilers

How to Speak to Computers, Pre-Siri. Learning new meanings for front-end and back-end.

A compiler is just a program that translates other programs. Traditional compilers translate source code into executable machine code that your computer understands. (Some compilers translate source code into another programming language. These compilers are called source-to-source translators or transpilers.) LLVM is a widely used compiler project, consisting of many modular compiler tools.

Curated by

FoundryBase

Updated 24 days ago

Browse more

View all Articles

Continue from source

More from source

Browse more from nicoleorchard.com

Contribute to FoundryBase

Found something worth adding?

Sign in to suggest resources and start building your own collection.