Explore >> Select a destination


You are here

ashvardanian.com
| | bernsteinbear.com
2.1 parsecs away

Travel
| | Update: The paper version of this post is accepted at PLDI SOAP 2024. Take a look at the preprint (PDF).
| | tenthousandmeters.com
2.7 parsecs away

Travel
| | In the first and the second parts of this series we explored the ideas behind the execution and the compilation of a Python program. We'll...
| | tonybaloney.github.io
2.5 parsecs away

Travel
| | [AI summary] This blog post discusses the Pyjion project, which integrates the .NET 5 JIT compiler into Python 3.9 to enhance performance by compiling Python code into native machine code at runtime.
| | zserge.com
21.9 parsecs away

Travel
| Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython VM.