11 lines
359 B
Markdown
11 lines
359 B
Markdown
|
+++
|
||
|
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"
|
||
|
+++
|