|
You are here |
www.adamconrad.dev | ||
| | | | |
jobjo.github.io
|
|
| | | | | Memoization is a strategy for preventing values to be computed multipletimes. The sledgehammer approach in OCaml is a function with the signature: | |
| | | | |
asthasr.github.io
|
|
| | | | | Opinions and discussions of various topics, mostly related to programming. | |
| | | | |
cp-algorithms.com
|
|
| | | | | The goal of this project is to translate the wonderful resource http://e-maxx.ru/algo which provides descriptions of many algorithms and data structures especially popular in field of competitive programming. Moreover we want to improve the collected knowledge by extending the articles and adding new articles to the collection. | |
| | | | |
thume.ca
|
|
| | | [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions. | ||