www/content/datengarten/96.md
2019-01-06 00:50:38 +01:00

1 KiB
Raw Blame History

categories tags series title no subtitle speaker date event location language streaming
Datengarten
Compiler
Interpreter
Programming Language
Trust
Datengarten Datengarten 96 96 Programming Languages and Trust Veit Heller 2018-10-09T21:01:19+02:00
start end
2018-12-11T20:00:00+02:00 2018-12-11T22:00:00+02:00
CCCB de true

The what, why, and how (and the hacks)

Compilers and interpreters are the foundation of programming languages, the first tier in software abstraction. They come in all sizes, shapes, and colors, and they power all kinds of programming languages. For many of us they are black boxes.

In the first section of this talk well try to look into the box: how do compilers and interpreters actually work? After a bit of foundational information, well look at a silly, simple virtual machine and JIT compiler built by yours truly. In the second part, were going to see how much trust we put into our compilers, and whether thats always a good idea.