Comp-Lang-Comp
Link: https://github.com/SurajSSingh/comp-lang-comp.github.io
A website to help compare the syntaxes of many different programming languages. Created initially out of my notes for the 12in23 Exercism challenge.
Overview
The idea is to have a website that can allow one to compare multiple different programming languages (or any kind of programming languages) easily. I primarily wanted to make this website to help catalog all the different ideas from a variety of programming languages to eventually make my own programming language.
Current Tech Stack
- Slate: Static Site Generator
Current Status
Migrating from Slate to Astro. This will help simplify the build process, allowing for faster iteration.