this post was submitted on 05 Dec 2025
192 points (98.0% liked)
Programmer Humor
27782 readers
1602 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That is, I'm guessing, either BQN or Uiua?
I have dabbled in APL, and it can be written either as 'line noise' like this, or as readable as any other language, with comments, control blocks and clear variable names. Let's just say I have ... opinions on tacit programming like this.
&frasis certainly Uiua, File Read as StringFirst time I'm seeing Uiua, and I like it. It's kind of cute, even though I know I'll probably never use it.
However, seeing one of their goals being "code that is as short as possible while remaining readable" is kind of ironic, given how it looks and reads. But I don't mind, it's still pretty adorable.
It looks like it's hell to learn and write. It's possible that once you learn all the glyphs (which IMO adds unneccessary complexity that goes against their goal of being readable), it might be easier to parse. I'm probably not the target audience, though.