⭐️ A friendly language for building type-safe, scalable systems!

remove annoyance since we now have echo

authored by giacomocavalieri.me and committed by Louis Pilfold 456d64fc ccdb8123

Changed files
-6
docs
-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?