User:Yayimhere/an esolang for my puter

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

SOOOOO i had this idea. whats the simplest computer i can make. like what parts do i need to make a turing machine(technically it would never be a turing machine cuz memory but uknow), and so i set out for a quest. can u build a language thats more like an automaton. where it stays on and when it gets and input does something. like a thing that kinda just pulses and waits for stuff. then you build you programming language into that.

thoughts for lang creation

so first i need a clock. pretty simple just a or gate an two nots linked up. like this diagram:

b--w-+-+
     | |
     n n
     | |
     +-+-w+
     |    |
     |    o---p
     |    |
     +----+

where

b is button
w is oneway
n is not
o is or
p is output

so now we have a clock for our program