chrka

↗ HN profile [ 72.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This post about strange attractors isn't as cool as this recent one: https://news.ycombinator.com/item?id=45777810. My visualization runs with my programming language, which is interpreted by WASM code and uses JS and…

  2. This programming language, along with its IDE and tutorials, has been around for some time, but the TAB completion, which is helpful especially for beginners, is new.

  3. Hi HN! Tab completion makes it much faster to type variable names (correctly) and also helps you finding possible built-in commands. The information about which inputs are possible is available, because the code is…