-6
docs/annoyances.md
-6
docs/annoyances.md
···
12
12
13
13
For example, regex compilation.
14
14
15
-
## Runtime debugging is basic
16
-
17
-
Rust's `dbg!` and Elixir's `dbg` were mentioned as good additions.
18
-
19
-
We have a reserved `echo` keyword for this.
20
-
21
15
## JavaScript custom type representation could be faster
22
16
23
17
There's performance improvements to be had. Would would be optimal?