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.

Seedd

From Esolang
Jump to navigation Jump to search

seedd is an esolang which code completly depends on a seed, originally supposed to be called "seed" but there was already a esolang called like that.

instructions

xxxxxxxxxxx - the seed (needs to be always on the top of the code, replace the x'es with actual tv noise seeds)

N - subtract a random number

M - add a random number

> - move the pointer to a random cell

< - copy the input into a random cell (uses the same seed portion as the > instruction)

L - output the cell as an integer/ascii value (uses the same seed portion as the > instruction)

K - wait for random milliseconds of time

info

i didn't made any programs using it since it's very dificult. if there's someone who's interested in making programs in it, please edit this site and add it category below.

programs