From 670a68dc56979d133600ca8c9315afb5c87204e7 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 3 Jan 2017 16:12:30 +0100 Subject: [PATCH] added introduction chapter --- presentation.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/presentation.md b/presentation.md index cd1adce..5b166d8 100644 --- a/presentation.md +++ b/presentation.md @@ -13,4 +13,24 @@ -> # Introduction -- +- JavaScript is _the_ language of the Web +- It is not always the right tool for the job +- Many approaches have been taken to change it + to fit the users needs + +--- + +-> # Introduction + +- Mitigations fall into two categories + - Preprocessors + - Transpilers +- Caveat: thin wrapper around JavaScript + +--- + +-> # Introduction + +- zepto-js attempts to build a runtime that is + foreign to JavaScript while still being compatible +- Features: Functional, Lisp, Macros, Continuations