Did you hate my last esolang website?
Did you wish that the idea behind it was executed better?
Then check out my new esolang, Poetic!
https://mcaweb.matc.edu/winslojr/vicom128/final/index.html
(note: the website is still very much in-progress. the online interpreter works, though!)
Poetic, in short, is a brainf*** derivative where commands are decided by the lengths of words (well, partly...the system is a bit more complicated than that). It is meant to resemble abstract poetry (specifically, Pilish poetry). I encourage you all to try writing programs...er, poetry...in Poetic!
Here is an example that outputs all the ASCII codepoints infinitely:
Code:
Here is an example of a cat program, in the form of a haiku:
Code:
And here is a Hello World program:
Code:
Try out these programs, and more, on the online interpreter!
Did you wish that the idea behind it was executed better?
Then check out my new esolang, Poetic!
https://mcaweb.matc.edu/winslojr/vicom128/final/index.html
(note: the website is still very much in-progress. the online interpreter works, though!)
Poetic, in short, is a brainf*** derivative where commands are decided by the lengths of words (well, partly...the system is a bit more complicated than that). It is meant to resemble abstract poetry (specifically, Pilish poetry). I encourage you all to try writing programs...er, poetry...in Poetic!
Here is an example that outputs all the ASCII codepoints infinitely:
Code:
love is a great mystery
but i couldn't really explain it
Here is an example of a cat program, in the form of a haiku:
Code:
stranger, i confess
i have longstanding problems
i'm unprepared for
And here is a Hello World program:
Code:
the proverbial "unconsciousness"
i was already aware
i had understood fully
i saw the devil
i was perfectly still
involuntarily i paused
there said i:
my sheer consciousness
of certain given circumstances
i noticed
it's nothing
nothing
nothing any man wouldn't learn
a way of finding these
i know not
nothing common or typical
and yet (somehow)
very little thought
will normally resolve every contradiction
a foolish heart -> an eternal misfortune
Try out these programs, and more, on the online interpreter!