Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Draft ISO /prog/2012Q4 Esolang

Name: Anonymous 2012-12-24 18:18

LaEcLb - where a > 0, c > 0, b > 0.

Behaviour based on length differences between string patterns a and b. a < b increments pointer location, whereas a > b decrements pointer location, ALSO set "value-delta" register to c-1. When a == b only the value-delta register is set.

EGIN - Increments byte at current cell location by value-delta register.
EBIN - Decrements byte at current cell location by value-delta register.
LE <sp> - Here <sp> signifies a necessary whitespace character, if the current byte is zero, jump IP to matching XD
XD - if the current byte isn't zero, jump IP to previous matching LE <sp> instead going forward.
GRO - Output current byte as ASCII value
> (string) <nl|cr> - Inputs a series of bytes equal to the length of (string) that starts right after ">" and right before <cr> or <nl>.

Some Examples

This outputs a space:
LEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEL EGIN GRO.

This takes in 4 ASCII encoded bytes into 4 consecutive cells, and outputs it in reverse. If the first character was a space then exit.

LEEL EGIN
LE
>LISP
GRO LLEL GRO LLEL GRO LLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEL GRO EBIN XD

Name: Anonymous 2012-12-24 18:24

Okay, original ``e/g/in'' guy (the one who used this ironically for the first time and didn't expect this to get out of hand) here.

What
the
fuck.

Name: Anonymous 2012-12-24 18:36

>>1
Great, but XDDDDDDD should encode something. How about XD2n jumps to the nth LE ahead of the current code position, and XD2n-1 jumps to the nth LE behind the current code position?

Name: Anonymous 2012-12-24 18:42

Behaviour
cudder pls go

Name: Anonymous 2012-12-24 20:20

JACKSON 5 GET

Name: Anonymous 2012-12-24 21:37

>>4
fuck off americunt

Name: Anonymous 2012-12-24 22:18

cuddr pls

Name: Anonymous 2012-12-26 3:10

>>2
So... YHBT? There has been a few brainfuck derivatives posted in the last 2 years.
>>3
Thats one idea.

Name: Anonymous 2012-12-26 16:31

Just another brainfuck machine.
How about something less overdone?  A dynamic language with deptypes, for example.

Don't change these.
Name: Email:
Entire Thread Thread List