From d4321f7f980b52533578423e40ce173816e37b9d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 18 Sep 2021 23:44:57 +0200 Subject: [PATCH] Default commit message, part of an automated flow. --- journal/2021-09-18.md | 1 + typescript.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/journal/2021-09-18.md b/journal/2021-09-18.md index 8a304b80f..662d13a23 100644 --- a/journal/2021-09-18.md +++ b/journal/2021-09-18.md @@ -4,3 +4,4 @@ - [[william carlos williams]] - [[agora twitter bug]] - [[movies]] +- [[typescript]] diff --git a/typescript.md b/typescript.md index ca6638d70..47d24ef95 100644 --- a/typescript.md +++ b/typescript.md @@ -1,5 +1,10 @@ # Typescript -- A language I don't know built as a patch to another language I know little/badly (JS). -- But I think I need to learn client coding, so there you go; TS it is (for now). -- [[Coding Projects]]: + +- A language I don't know very well built to replace or complement another language I know little/badly/in an old school way (JS). + - But I think I need to learn client coding, so there you go; TS it is (for now). + - I started a 20% contribution at the day job in [[typescript]] and I learnt a bit; I liked what I learnt. It's a better javascript with what I would call solid type inference (unsure if that's the right technical term though, need to review.) + - [[clojurescript]] could be an alternative. It is [[cojure]] for the browser. I started learning [[clojure]]. + - [[agora ext]] uses [[typescript]]. + - [[agora bridge api]] uses [[typescript]]. + - [[agora server]] uses [[typescript]] for it's client side code.