At least it works.
  • Home
  • Podcast List
  • About
  • Flightschool blog

interpreter

A collection of 4 posts

Bf Interpreter

Brainf*** interpreter optimization excercise (part 4)

In this post the brainf*** interpreter is further optimized by translating the source code to an internal instruction set.

  • Aaron Lenoir
4 min read
Bf Interpreter

Brainf*** interpreter optimization excercise (part 3)

In this part I optimize the Interpreter to run code in 43 seconds instead of 1 minute 7 seconds.

  • Aaron Lenoir
2 min read
Bf Interpreter

Brainf*** interpreter optimization excercise (part 2)

In part 1, I looked at a reference implementation for Brainf*** and a first optimization. The execution time was reduced from 2 minutes, 16 seconds to 1 minute, 6 seconds. Now we'll look

  • Aaron Lenoir
1 min read
Bf Interpreter

Brainf*** interpreter optimization excercise

As an excercise I wanted to make a bf interpreter in .NET Core. I wanted to see how fast I could make it go. Introduction The language we'll be interpreting is very small.

  • Aaron Lenoir
4 min read
At least it works. © 2025
Latest Posts Twitter Ghost