RSSAmplifier

Blog

Adam | Blog

Adam | Blog

github.comRSS feed ↗10 posts

Latest posts

A Language, Engine, And Game For The Langjam Gamejam!

My adventure creating a programming language, engine, and a game in just one week!

Completing The Compiler, Shell, And Text Editor Trifecta

My journey through writing a compiler, shell, and text editor: the trifecta of software development tools.

Compilers For The Future

How can we future-proof our programming languages?

What I Have Learned

I've been reflecting recently, and decided to record the most important lessons I've learned.

Writing A Chess Engine

I've written a dependency-free chess engine library in my free time between classes.

The Oak Compiler

I've written an alternative to the C programming language. This is how it works, and what I've learned.

The Importance of Beauty

While the practical aspect of an application is incredibly important, I believe that the presentation is significantly more important.

Combinator Compilers

A brief exploration of combinator compilers.

Writing a Compiler with Honeycomb

After reading about parser combinator libraries, I started to write my own! I eventually got it into a working state, and published it on crates.io under the name `honeycomb`.

Object Oriented Shell Scripting

While PowerShell can be cumbersome and ugly, its take on object orientation is very useful.