Readit News logoReadit News
melon_tusk commented on Show HN: The C3 programming language (C alternative language)   github.com/c3lang/c3c... · Posted by u/lerno
sfpotter · 5 months ago
One thing I just can't understand is proactively using the :: syntax. It's sooo ugly with so much unnecessary line noise. Just use a single period! I think one of the best decisions D made was to get of -> and :: and just use . for everything.
melon_tusk · 5 months ago
I can live with "this::that", but what drives me bonkers is "this :: that", which is what Odin does. Other than that, Odin is an incredible language.
melon_tusk commented on Ask HN: A retrofitted C dialect?    · Posted by u/anqurvanillapy
melon_tusk · 6 months ago
This is a dream come true. Please do it, for the love of mankind.
melon_tusk commented on Israel, Hamas reach ceasefire deal to end 15 months of war in Gaza   reuters.com/world/middle-... · Posted by u/dnsbty
melon_tusk · 8 months ago
It's unbelievable that Trump has managed to facilitate this before he even steps into office. It is a brutal display of power, but that is sometimes needed, just like when a parent needs to intervene in a conflict between children.
melon_tusk commented on Zig's comptime is bonkers good   scottredig.com/blog/bonke... · Posted by u/todsacerdoti
melon_tusk · 8 months ago
Zig is alright, but Odin is amazing.
melon_tusk commented on Understanding the Odin Programming Language   odinbook.com/... · Posted by u/dsego
cgh · 9 months ago
How is the Zig community political? I use the language but I’m not involved with the community at all.
melon_tusk · 9 months ago
Just follow Andrew Kelley on whatever platform he hasn't ragequit from these days.
melon_tusk commented on Understanding the Odin Programming Language   odinbook.com/... · Posted by u/dsego
dpatterbee · 9 months ago
There's no community in the world that isn't political. Perhaps the issue is actually just that you disagree with the politics that are popular there?
melon_tusk · 9 months ago
No, the "C community" and creators aren't making a political stance on things at all. Lua doesn't either. The Zig creator is very outspoken on political matters.
melon_tusk commented on Understanding the Odin Programming Language   odinbook.com/... · Posted by u/dsego
blame-troi · 9 months ago
As being able to use a language to write an editor is a personal must-have in a language, your mention of kilo caught my eye. I did a quick read through of the Odin overview and FAQ and my initial impressions are positive. Bonus points to them for multiple return values and no automatic fallthrough on switch.

Have you tried zig? I'm casually looking for a C replacement and I took a quick look at zig but came away not liking the community vibe (some things were too dictatorial for my tastes).

If you did anything with zig, how would you say the languages compare?

melon_tusk · 9 months ago
The Zig-community is annoyingly political, whereas the Odin community and -creator focuses on technology.
melon_tusk commented on Rust in QEMU Roadmap   lore.kernel.org/all/cc409... · Posted by u/todsacerdoti
kouteiheika · 9 months ago
> What are the other advantages exactly besides tool chain?

It's a very productive language once you're experienced.

I'm one of those people who (initially) didn't care about memory safety at all and just wanted a more productive C++, and for me it delivers on that perfectly. Nowadays I even use Rust for scripting, because with the right libraries it's just as productive for me as Ruby and Python can be while being orders of magnitude faster.

I always find it funny when I see the "fighting with the borrow checker" meme, or as you say - "people spend fighting the Rust compiler for a project", where people complain how extremely unproductive Rust is. This is very much true, if you're a beginner. It's a language with a very high skill ceiling (similar to C++).

melon_tusk · 9 months ago
"as productive as Ruby or Python"

So you basically never have to worry about lifetimes or memory management or the borrow checker? Because that would be a prerequisite for it to be as productive as Python.

I'd love to see a seasoned Python developer and a seasoned Rust developer comparing the time they spend to solve e.g. Advent of Code. I bet the Python dev would solve it at least ten times faster (developer time, not execution time).

melon_tusk commented on Who Is Jay Graber, the CEO of Bluesky?   lemonde.fr/en/m-le-mag/ar... · Posted by u/doener
ilrwbwrkhv · 9 months ago
As much as I like Musk, Twitter has become horrible. I created a new account for work and without following anybody, my feed was filled with some of the most horrible racist shit against black people I have ever seen.

Now I don't mind that stuff in forums and 4chan (some folks find that content funny) but if I have to do work, it cannot coexist with that content.

melon_tusk · 9 months ago
Weird, I created an account for a family member last evening, and I didn't see anything racist at all. Without following anyone I only saw ads and some tweets by Elon Musk.
melon_tusk commented on SDL-based Lua programming environment for kids similar to Codea   github.com/antirez/load81... · Posted by u/kristianp
melon_tusk · 10 months ago
What is antirez doing these days? His github history suddenly dropped to zero it seems.

u/melon_tusk

KarmaCake day6February 25, 2024View Original