We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

User:ChuckEsoteric08

From Esolang
Jump to navigation Jump to search

Hello! I am creator of Scratch studio for Esoteric programming languages and I love Esointerpreters! You can see some of them. here.

Things I made

Languages(In Chronological order)

Languages marked with * are the ones which I like the most

2021

2022

2023

2024

2025

2026

Computational models

Data Structures

Turing-completness Proofs

Proofs that I work on

Some notable languages without known computational class

  • Braindead - could be possible to be proven using similar method as Brainfunct
  • Pointstack, Spain without the S - both use do-while it but Pointstack has do-while in specs and while in impementation so it's unclear how do-while version could be proven TC. I have made a short sketch for SWtS but only initialization is finished
  • Brainjump - also my language which only control flow is to jump to the start of a program

TODO list

My Ideas for esolangs

Self-Modifying goto and if

Using one/two self-modifying instruction(s) for making loops and if statements

Self-Modifying language(SMlang)

Turing-complete language that uses only commands for swaping instructions and adding new commands while interpreting commands. It need to use program as memory that can be changed.