datengarten thumbnails & new folder structure
This commit is contained in:
parent
1055074233
commit
e9b3014b9d
185 changed files with 8015 additions and 1 deletions
87
content/datengarten/96/feature-dg-standard-logo.svg
Normal file
87
content/datengarten/96/feature-dg-standard-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 46 KiB |
23
content/datengarten/96/index.md
Normal file
23
content/datengarten/96/index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
categories: ["Datengarten"]
|
||||
tags: ["Compiler", "Interpreter", "Programming Language", "Trust", "Datengarten", "Veranstaltung"]
|
||||
series: "Datengarten"
|
||||
title: "Datengarten 96"
|
||||
no: 96
|
||||
subtitle: "Programming Languages and Trust"
|
||||
speaker: "Veit Heller"
|
||||
date: 2018-10-09T21:01:19+02:00
|
||||
event:
|
||||
start: 2019-01-08T20:00:00+02:00
|
||||
end: 2019-01-08T22:00:00+02:00
|
||||
location: CCCB
|
||||
language: en
|
||||
streaming: true
|
||||
recording: https://media.ccc.de/v/dg-96
|
||||
---
|
||||
|
||||
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 we’ll try to look into the box: how do compilers and interpreters actually work? After a bit of foundational information, we’ll look at a silly, simple virtual machine and JIT compiler built by yours truly. In the second part, we’re going to see how much trust we put into our compilers, and whether that’s always a good idea.
|
Loading…
Add table
Add a link
Reference in a new issue