Explore >> Select a destination


You are here

danilafe.com
| | blog.stenmans.org
14.8 parsecs away

Travel
| |
| | craftinginterpreters.com
13.7 parsecs away

Travel
| |
| | roscidus.com
15.6 parsecs away

Travel
| | This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ...
| | blog.zdsmith.com
73.5 parsecs away

Travel
| Compile-Time Sort in Nim : ## Compile-Time Sort in D Michael Parker recently wrote a blog post showing how to implement a [compile-time quicksort in D][D] after Björn Fahller recently wrote a blog post showing how to implement a [compile-time quicksort in C++17][C]. It's a skillful demonstration that employs D's powerful compile-time programming capabilities to write code that, while not always useful, is quite concise. [D]: https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/