User:QuarticSushi

From Esolang
Jump to navigation Jump to search

Hi. I exist. That's cool.

brainfuck derivative counter: 1

Languages

All the languages I have currently made

CLAG

CLAG was the first language I made. It's like brainfuck, but even harder to read. The original interpreter was written in python, and is extremely basic. It really sucks. I am currently working on a better interpreter in python, one that is actually an interpreter, rather than a glorified tree of if statements. I might add a brainfuck translator as well, considering how the languages are nearly identical.

CLAGy is an improved interpreter, as well as a transpiler to brainfuck. it is currently the best implementation of CLAG, and is still under development. I plan to add a brainfuck to CLAG transpiler.

"Planned" languages

Languages i have come up with, but have made very little, if not no, progress in implementing.

9+10

A language based on the concept that 9 + 10 = 21

Batteries Included

A language i plan to make. No real work has been done yet, but it will be based on the idea of having a LOT of built in functions. This is so that a user won't have to define a function, and can instead simply call one of the many built in functions. The end goal is to have the smallest way to write any given program be a call to a particular function. However, this does mean that the language will never reach completion, as there are infinitely many possible functions. But ill try my best.

This has been postponed, and instead i will start working on Mathematics (batteries included), which is the same idea, except it tries to only cover every possible mathematical function, instead of every function in general. it is still just as impossible, but a lot easier to make what looks like progress

Frankenstein

A language that is a botched together mixture of a ton of other languages. yay. pain.