mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -05:00
12 lines
516 B
Markdown
12 lines
516 B
Markdown
|
---
|
||
|
Title: Programming Languages
|
||
|
Description: Designing and Implementing Programming Languages
|
||
|
showthedate: false
|
||
|
---
|
||
|
|
||
|
# Programming Languages
|
||
|
Back in the Fall of 2018, under the guidance of Ian Finlayson, I worked towards creating a programming language similar to SLOTH (Simple Language of Tiny Heft). The language as of now is interpreted and supports array based programming.
|
||
|
|
||
|
[Github repository](https://github.com/brandon-rozek/sloth) outlining my work.
|
||
|
|
||
|
[Short Notes](types) on Types of Programming Languages
|