Both CScroll and JScroll are my second attempt at creating an Esoteric Programming Language.
Brief History
January 21st, 2024: JScroll was first created as a compiler that ran on the JVM. Thus, JScroll was compiled to Java code then run on the JVM.
January 30th, 2024: CScroll 1.0 was created as the successor to JScroll, written in C/C++ as opposed to Java. CScroll is in all essence JScroll 2.0.
This version of the language was a direct port from Java to C/C++ so all instructions remained the same.
February 6th, 2024: CScroll Documentation was moved to
here on lemonjuice.dev.
GitHub
Here are links to CScroll and JScroll on GitHub if you would like to utilize them.
CScroll
JScroll