Explore >> Select a destination


You are here

blog.sigplan.org
| | johnazariah.github.io
5.2 parsecs away

Travel
| | F# and Q# are more tightly related than you might expect. Here's the story of how F# influenced and enabled the development of Q# - Microsoft's language for Quantum Computing
| | wingolog.org
4.2 parsecs away

Travel
| | wingolog: article: static single assignment for functional programmers
| | johnwickerson.wordpress.com
4.2 parsecs away

Travel
| | T-diagrams (or tombstone diagrams) are widely used by teachers to explain how compilers and interpreters can be composed together to build and execute software. In this blog post, Paul Brunet and I revisit these diagrams, and show how they can be redesigned for better readability. We demonstrate how they can be applied to explain compiler...
| | dygalo.dev
16.8 parsecs away

Travel
| It is the first part of a 3-chapter series about my experience with embedding Rust into Python projects. This chapter covers the motivation for using Rust and possible use cases.