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.

User:CodePentuplets48

From Esolang
Jump to navigation Jump to search

Hi, I am CodePentuplets48. My talk page is here.
I like esolangs, math, music, and for Christ's sake, correct spelling/grammar!!!!! My username is a portmanteau of CodePen, my usual HTML/CSS/JS playground, and "pentuplets," meaning 5 equal beats in the space of 4 (or any power of 2, generally.)

I used to be active on Wikipedia as well, as CubicAutomaton48, however I have since retired.

Also, did you know that Brainfuck can be easily Python3-ified? Here's the substitution table, omitting < and > which are much harder:

Substitution
BF instruction Python3 version
+ j = j + 1
- j = j - 1
[] while True:
, j = input()
. print(chr(j))

I'm into making esolangs myself, and already have made several decent ideas. If you have esolangs ideas for me, you can voice them on my talk page. I genuinely would enjoy it, and it definitely means something special to see it.

Also, I'm still in school, so I will not be able to edit the wiki in July and August.

I also have put up a page with the cat program in Unary, by pasting the code one step at a time to avoid being flagged for making a large edit. It is located at the link Unary/Cat program.

My current esolangs which I've put up on the wiki: