Add all the series pages
This commit is contained in:
10
content/series/a-language-for-an-assignment/_index.md
Normal file
10
content/series/a-language-for-an-assignment/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
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"
|
||||
+++
|
||||
Reference in New Issue
Block a user