A silly little automaton language called WONT. You are given a random state and you assert what wont happen as you transition to the next cell.

@1
wont go left
wont go right
wont go up
wont write 0

@0
wont go up
wont write 0

#esolangs

Are there hand-drawn programming languages?
Without OCR or any kind of shape or symbol recognition.
Where lines somehow actually describe processing.
Like water in a channel.
#esolangs #esolangIdea
No-ops may be optimized at runtime.
IO and math and memory allocation and binary encodings may possibly be difficult to express.
But UI and graphic processing and input events should be first class.
โ€ฆ

Still plagued by thoughts around counterinterpreters. Figured out some way to do functions:

call isnt less than 1, call isnt greater than 2, ...
wont return, wont jump, ..., cant jump here.
wont return, wont jump, ..., cant jump here.
wont jump, ..., cant jump here.

call isnt less than 2, call isnt greater than 3, ...
wont return, wont jump, ..., cant jump here.
wont return, wont jump, ..., cant jump here.
wont jump, ..., cant jump here.

#esolangs

We really read one book at the very end of the year and have made it my quest to make that our whole personality for the rest of the month apparently.

Anyways, we present, The Counterinterpreter.

https://www.sheeeeeeeep.art/esolang-concepts-counterinterpreter.html

#esolangs

Esolang Concepts: The Counterinterpreter

It was great pleasure that I discovered that one of my favourite programming languages families, Forth, has an implementation on the subleq architecture.

https://howerj.github.io/

It was to my great disappointment and displeasure that I discovered that I couldn't find my favourite programming language family, Lisp, implemented on the subleq architecture.

Neither in subleq assembly or, preferably, a self-hosting Lisp implementation. All I could find was a recommendation by Richard James Howe himself to use a subleq C compiler to compile a Lisp implemented in C to get a Lisp implementation on subleq.

This will not do!
This will not stand!

(If I am wrong, and there is a Lisp implementation, as I desire above, that I missed in my web searches, please let me know.)

#forth #lisp #subleq #esoteric #coding #esolangs #esolang #esocomputing

James' Website

a programming language where you declare variables like this:

Let's say we have an integer, 10, a numberOfPlayers, if you will.

#esolang #esolangs #esolangIdea

Looking for anarchist esolangers to join a new avantgarde group

https://lemmy.world/post/34738090

I am going to make a prototype in hy/pygame, first, cause it will be easier.

I might simulate walking on the computer with mouse movements, until I'm up to developing it in Java/Kotlin.

#esolangs #esocomputing #coding

I'm imagining that the 3d coding lang would be like a *funge/dataflow language on a hexagonal (are the bestigons) prism grid. That would give each node potentially 8 inputs/outputs.

I intend it to compile to the 32-bit VM I've been designing lately.

#esolangs #esocomputing #coding

It would also be a good idea to have an audio as well as a visual display so I don't have to be concentrated too much on my screen while I'm walking and coding.

I was thinking that the audio interface would be like a text adventure format. That way I can create a simpler display for it first, before having to work out how to do 3D graphics.

Like, I will give the option to type in the commands that you can also verbally say.

#esolangs #esocomputing #coding