From 94f7b6ed8fb29528aa60bf373ab1734d9dbd6523 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 28 Sep 2021 11:15:19 +0200 Subject: [PATCH] Add pdf --- briques-du-web.md | 48 ----------- documentation.png => deck/documentation.png | Bin error-json.png => deck/error-json.png | Bin errors.png => deck/errors.png | Bin deck/functions.png | Bin 0 -> 46671 bytes deck/imba.md | 84 ++++++++++++++++++++ deck/imba.pdf | Bin 0 -> 631376 bytes deck/performance.png | Bin 0 -> 77933 bytes deck/tags.png | Bin 0 -> 112697 bytes deck/variables.png | Bin 0 -> 65205 bytes 10 files changed, 84 insertions(+), 48 deletions(-) delete mode 100644 briques-du-web.md rename documentation.png => deck/documentation.png (100%) rename error-json.png => deck/error-json.png (100%) rename errors.png => deck/errors.png (100%) create mode 100644 deck/functions.png create mode 100644 deck/imba.md create mode 100644 deck/imba.pdf create mode 100644 deck/performance.png create mode 100644 deck/tags.png create mode 100644 deck/variables.png diff --git a/briques-du-web.md b/briques-du-web.md deleted file mode 100644 index eaa6480..0000000 --- a/briques-du-web.md +++ /dev/null @@ -1,48 +0,0 @@ -# Imba, a qui intro - -* Compiles to Javascript -* Fast fast (Syntax, DOM 'groundbreaking' memoization) - -* Compiles to Javascript -* Node, NPM (you can reuse the whole libraries ecosystem) -* Front and Back end - -* Created by a company called Scrimba (Code learning platform) -* Why create language in your space? - -* Hello World and VSCode plugin -* Electron??? -* Imbaconfig.json -* Build, watch, start -> No tests? watch by default - -Nice types : - -let length = 20px -let duration = 150ms -let regex = /answer is (\d+)/ - -const list =