Explore >> Select a destination


You are here

javascript.crockford.com
| | kuterdinel.com
3.5 parsecs away

Travel
| | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code.
| | mschaef.com
6.1 parsecs away

Travel
| |
| | craftinginterpreters.com
1.4 parsecs away

Travel
| |
| | chaosinmotion.com
67.0 parsecs away

Travel
| A design pattern is defined as "general, reusable solution to a commonly occurring problem within a given context in software design." The idea is that when you encounter a problem, it provides a ready to use template for helping to solve that problem. If you look at the Wikipedia article linked above, we then drop...