a lore -

how an esoteric programming language is built from basics?

i did not know this, so i asked the internet and it told me!

now hear me out, its actually very easy if you just wanna make a basic program of your wish to work out tbh

but one thing i got to know that the approach, the decisions, the bugs/errors, the learning all of it is different for everybody, who ever in their life writes an esolang, cause its all our imagination and choices of what we wanna make and run!

so it depends

as for my esolang, it was just Haikus!

and its not THAT complex too, so it was a medium-hard project for me, mostly medium!

now you all will think that omg so easy syntax, no brackets, no signs, just SIMPLE ENGLISH WORDS!

but no

its hard, cause

  1. Haikus aren't just randomly bound words but they’re strict syllable-counting poems, tbh, and you realize this when you write one.

  2. when writing an esolang over Haikus you need to be cautious about -

      first : if they are even valid Haikus
    
      second : are those valid haikus following the syntax needed for a particular task, duh.
    

even ai cant write haikus so accurate within these limits (it hallucinates or just fumbles), i was cooked fr.

testing took a lot of time because of this!