this post was submitted on 27 Feb 2026
46 points (96.0% liked)

Programming

25806 readers
211 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Sample with fibonacci:

⍥◡+9∩1 is the fibonacci in this language

top 7 comments
sorted by: hot top controversial new old
[–] TehPers@beehaw.org 2 points 10 hours ago

Is this an esolang? Could be nice for code golf maybe.

[–] Aatube@thriv.social 2 points 12 hours ago
[–] _Lory98_@discuss.tchncs.de 8 points 17 hours ago (1 children)

Looks like an interesting project, but I can't understand what's the advantage of using weird symbols.

[–] PumaStoleMyBluff@lemmy.world 1 points 11 hours ago

Mostly so that all the built in keywords, control flow, and standard library are all "one character"

[–] Sibbo@sopuli.xyz 29 points 23 hours ago

Looks like a write-only language to me.

[–] duckythescientist@sh.itjust.works 10 points 20 hours ago

It's evaluated right to left, but modifiers are to the left of the functions. I feel like they were specifically trying to be difficult.

[–] ignirtoq@feddit.online 17 points 23 hours ago

This looks like someone took regular expressions, expanded them to a full programming language, and used Unicode to deal with the explosion of required symbols. I have a hard enough time reading my own regular expressions. I can't imagine writing full programs like this.