|
You are here |
8thlight.com | ||
| | | | |
blog.zdsmith.com
|
|
| | | | | 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/ | |
| | | | |
blog.cleancoder.com
|
|
| | | | | ||
| | | | |
andreabergia.com
|
|
| | | | | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how the JVM bytecode works. In the next part, I will go over the RJVM code that executes it. | |
| | | | |
gafter.blogspot.com
|
|
| | | One of the ideas for improving the Java Programming Language is "type inference" on variable declarations. The idea is to simplify a pattern... | ||