mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
12
content/research/proglang.md
Normal file
12
content/research/proglang.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue