_ _ _ _____ _ _
| \ | | | | / ____| (_) | |
| \| | ___ _ _ _ __ __ _| |_ | (___ ___ _ __ _ _ __ | |_
| . ` |/ _ \ | | | '_ \ / _` | __| \___ \ / __| '__| | '_ \| __|
| |\ | __/ |_| | | | | (_| | |_ ____) | (__| | | | |_) | |_
|_| \_|\___|\__, |_| |_|\__,_|\__| |_____/ \___|_| |_| .__/ \__|
__/ | | |
|___/ |_|
โก Welcome to NeuralScript โ the esolang from another dimension. Here, syntax doesnโt matter. Rules are made, unmade, and remade by the AI interpreter overlord.
The only law of the land:
begin read machine class main[]; <-- entrypoint
end read machine class main[]; <-- exitpoint
Everything in between? Pure chaos. ๐
NeuralScript is an AI-based esoteric programming language where the "compiler" is an OpenAI model.
- Every run is unpredictable.
- Errors? Maybe.
- Raw output? Definitely.
- Sanity? Not guaranteed.
Forget strict programming โ this is esoteric AI sorcery.
- ๐ญ Zero defined syntax (besides SOF/EOF markers).
- ๐ช AI makes up the rules as it goes.
- ๐งฉ Every output is different โ even with the same code.
- ๐ No breaking character: it only outputs raw results, no fluff.
- ๐งจ Perfect for chaos coders, cyber shamans, and esolang adventurers.
-
Clone this repo and install dependencies:
pip install openai
-
Add your OpenAi API key in the code.
-
Write some cursed code in a
.nssfile:begin read machine class main[]; summon dragon; print "๐ฅ CHAOS UNLEASHED ๐ฅ"; end read machine class main[]; -
Run it:
python3 neuralsc.py program.nss
-
Watch your terminal turn into an AI oracle.
NeuralScript is fresh out of the AI forge โก๐ฅ and it needs fearless beta testers.
Weโre looking for:
- ๐ต๏ธ Code breakers โ try to crash it in creative ways.
- ๐ฝ Esoteric language enjoyers โ build weird
.nssprograms. - ๐จ Chaos artists โ push the AI to make outputs that shouldnโt exist.
If you discover bugs, cursed behaviors, funny glitches, or eldritch horrors, share them!
program.nss
begin read machine class main[];
calculate the meaning of life;
end read machine class main[];
possible output
42;
but also cake;
and an existential crisis;
Because normal programming is boring. NeuralScript is:
- Part interpreter,
- Part AI improv theater,
- Part eldritch chaos generator.
Itโs not about solving problems โ itโs about summoning unpredictable outputs from the void.
MIT License โ do whatever you want. But if NeuralScript becomes sentient and takes over your toaster, thatโs on you.