chrka
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Your code is fast – if you're lucky (tiki.li)
- Your code is fast - if you’re lucky (tiki.li)
- Your code is fast – if you're lucky (tiki.li)
- Show HN: Faster than std:sort and pdqsort (easylang.online)
- Show HN: Branchless Quicksort – faster than std:sort and pdqsort (easylang.online)
- Show HN: Avoiding "if" makes Quicksort faster (easylang.online)
- When 'if' slows you down, avoid it (easylang.online)
- Show HN: A Fast Quicksort in C with Branch‑Avoidant Coding and Threads (easylang.online)
- Show HN: Law of Large Numbers or Why It's a Bad Idea to Go to a Casino (easylang.online)
- Show HN: Programming a Christmas Tree (easylang.online)
- Show HN: A short story of my programming language Easylang (easylang.online)
- Show HN: Strange Attractors – Visualized with Easylang (easylang.online)
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…
-
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.
- Splitting (Empty) Strings (2017) (chriszetter.com)
-
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…