2023-01-31 18:53:02 -08:00
|
|
|
+++
|
|
|
|
title = "A Language for an Assignment"
|
|
|
|
summary = """
|
|
|
|
In this series, I create a brand new programming language for each homework
|
|
|
|
assignment of my algorithms class. I try to make the language whimsical
|
|
|
|
and specialized to only the problem at hand. The languages are implemented
|
|
|
|
using Haskell, and translate to Python.
|
|
|
|
"""
|
|
|
|
status = "suspended"
|
2024-05-20 00:37:16 -07:00
|
|
|
divider = " - "
|
2023-01-31 18:53:02 -08:00
|
|
|
+++
|