|
You are here |
nullprogram.com | ||
| | | | |
attractivechaos.wordpress.com
|
|
| | | | | Array and hash table are probably the most important data structures. Some programming languages such as Perl, Lua and Javascript, almost build the language core on top of the two data structures. While array is straightforward to implement, hash table is not. This is why we have paid continuous efforts in improving the hash table... | |
| | | | |
benhoyt.com
|
|
| | | | | An explanation of how to implement a simple hash table data structure, with code and examples in the C programming language. | |
| | | | |
orlp.net
|
|
| | | | | ||
| | | | |
coredumped.dev
|
|
| | | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust. | ||