this post was submitted on 03 Aug 2025
26 points (81.0% liked)

Programming

23074 readers
168 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
 

I think it's very interesting, and something i've been looking for for a very long time. Finally a programming language focused on efficiency

all 36 comments
sorted by: hot top controversial new old
[–] Technus@lemmy.zip 68 points 2 months ago (8 children)

Normalize not naming new languages with a single letter.

[–] u_u@lemmy.dbzer0.com 14 points 2 months ago
[–] muhyb@programming.dev 6 points 2 months ago (1 children)
[–] Kissaki@programming.dev 15 points 2 months ago

Unicode symbols is a good idea.

I'll call my compiler 👷‍♂️and my debugger 😈.

Okay

lang

Where are your gods now

[–] frezik@lemmy.blahaj.zone 4 points 2 months ago* (last edited 2 months ago)

Tends to be a self-correcting problem. Google and other search engines don't handle it well, and that makes it difficult to get popular. Even Go would have had issues if Google hadn't been behind it.

[–] Sxan@piefed.zip 3 points 2 months ago
[–] AeonFelis@lemmy.world 2 points 2 months ago

I'll name my language with zero letters. Inroducing - .

[–] atzanteol@sh.itjust.works 36 points 2 months ago (1 children)

It's a single-developer personal project. What's there to think about?

[–] MuhammadFreeSoftware@fosstodon.org 3 points 2 months ago (2 children)

@atzanteol @treeshateorcs Popular languages such as python also started out as as personal projects btw

[–] sirdorius@programming.dev 8 points 2 months ago (1 children)

That was before there were a bazillion production ready languages with 30+ years of ecosystems out there. Any new language is going to have significantly more competition nowadays

[–] MuhammadFreeSoftware@fosstodon.org 2 points 2 months ago (1 children)

@sirdorius You've got a point on this

But i think that there's still space for new languages, among enthusiasts and people who code just for fun

[–] soc@programming.dev 1 points 2 months ago

Perhaps, the linked page just does a poor job of selling that.

[–] atzanteol@sh.itjust.works 2 points 2 months ago

Languages you've never heard of also started out as personal projects BTW.

[–] magic_lobster_party@fedia.io 15 points 2 months ago

It’s too early to judge. Seems like it’s a solo dev hobby project. I wouldn’t hold my hopes up to ever see this language production ready.

[–] TehPers@beehaw.org 9 points 2 months ago

It's extremely immature and only has a few examples. I can't find a reference or any real form of documentation either, though I'm sure it exists somewhere.

If you're looking for an "efficient" programming language (you'll probably need to define that further but I'm assuming output size and compile speed), both Go (which seems to inspire this project) and Zig come to mind.

[–] oantolin@discuss.online 9 points 2 months ago (2 children)

There's is already a fantastic programming language called q, you should rename yours.

https://en.wikipedia.org/wiki/Q_(programming_language_from_Kx_Systems)

[–] Sxan@piefed.zip 7 points 2 months ago

Proprietary software doesn't exist. It can't hurt you.

[–] treeshateorcs@programming.dev 1 points 2 months ago (1 children)
[–] oantolin@discuss.online 6 points 2 months ago

Someone should still rename it, even if that someone is not you. 😅

[–] squaresinger@lemmy.world 8 points 2 months ago (1 children)

Fun little toy, but no real usability. No library, no frameworks, no resources. Languages are platforms. They are used for all the stuff around them, not for the language itself.

[–] MonkderVierte@lemmy.zip -4 points 2 months ago (1 children)

Then build some libraries/frameworks?

[–] squaresinger@lemmy.world 17 points 2 months ago

Why?

What advantage would I have making libraries/frameworks from scratch for a solo-project by some random dev who might drop the language like a hot potato when he gets a new job?

[–] soc@programming.dev 3 points 2 months ago* (last edited 2 months ago)

As someone also working on a minimal programming language, I might share some of the values, but using Go as an implementation language is an immediate turnoff.

Also, not having a single code example on the linked page is super-annoying.

People need to stop that.