Default commit message, part of an automated flow.

This commit is contained in:
2021-09-18 23:44:57 +02:00
parent 53b654b210
commit d4321f7f98
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -4,3 +4,4 @@
- [[william carlos williams]]
- [[agora twitter bug]]
- [[movies]]
- [[typescript]]
+8 -3
View File
@@ -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.