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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Arghblarg@lemmy.ca 20 points 4 days ago (2 children)

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.

[–] PoolloverNathan@programming.dev 11 points 4 days ago

&fras is certainly Uiua, File Read as String

[–] Mikina@programming.dev 4 points 3 days ago* (last edited 3 days ago)

First 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.