Reminds me of my "BASIC" #define statements I made in college to make C look slightly more BASIC-like, I think everyone does this the moment they realize they can do this in C.
jraph 2 hours ago [-]
I did the same thing, shouting.h, defined the uppercase version of many types and keywords.
Had a good uncontrolled laugh during a team presentation with a colleague. It was a bit disrespectful for the poor presenter who had nothing to do with this…
Can't find shouting.h anymore unfortunately.
subscribed 2 hours ago [-]
uwu, this is amazing ;3
Tallain 40 minutes ago [-]
Thanks! I hate it!
In awe at whatever inspired this though
Cshaya 2 hours ago [-]
this gave me such a good chuckle :p
bentt 3 hours ago [-]
This is a good example of where it’s important to be more up front about the role of AI in the making of a thing.
Making a language that compiles through LLVM is no small task and takes a lot of expertise. Most of the time people do it because they have a point of view and are highly technical.
Making a joke language via AI is an entirely different exercise. Not without value but not the same, especially when evaluating what it means about the author.
NuclearPM 2 hours ago [-]
I made a “fully” functioning programming language that is kind of like Rebol on luajit using Claude code - and I haven’t really done much serious programming since college 20 years ago. It’s fun though.
engineer_22 57 minutes ago [-]
> This is a good example of where it’s important to be more up front about the role of AI in the making of a thing.
Maybe, but we don’t always discuss our tool stack before showing our work because a lot of times it’s assumed or not interesting. AI is a tool, it’s a lever that you push on to multiply your effort. The product of your effort speaks for itself, as it always has.
Retr0id 2 hours ago [-]
It's cool that AI lets you cheaply experiment with language design, but I wish people would stop using it for the writeups, too.
Buried near the end is a mention of per-frame arena allocation, which is an interesting idea for a game engine (although not a novel one).
rebolek 2 hours ago [-]
What if I don't `evict`? How different is it from forgetting to `free`?
vofx 3 hours ago [-]
I may not be the most qualified person to speak on this, and this is definitely far from the first time this has happened... But it could read as a bit offensive to some folks that AAVE that has been around for decades is effectively being mischaracterized as quirky slang here.
(I've lurked on HN for a while, made an account just for this comment.)
senbrow 2 hours ago [-]
I know you probably mean very well, but IMO it's really bizarre and patronizing to be offended on someone else's behalf, especially if the offended people in question are perfectly capable of expressing the sentiment themselves.
If there's actual outrage from the group, it will surface from them without your involvement.
If it offends YOU, just say so plainly.
The hypothetically offended group doesn't need a random stranger to white knight for them in the comment section of a niche tech news website.
dmurvihill 53 minutes ago [-]
Actually, the group in question have repeatedly and vocally asked others to speak up when they see nonsense like this.
DontchaKnowit 3 hours ago [-]
Is it really that big of a deal? Basically every teenager talks like this regardless of race
3 hours ago [-]
2 hours ago [-]
jdw64 2 hours ago [-]
I'm writing the C backend by hand and using AI for the rest, so how did this author manage to finish an entire language in just 34 hours? I've been steadily catching and fixing what the AI writes, so it's amazing to me that they ended up with a complete language. It makes me wonder if the way I'm building a compiler is just wrong.
swiftcoder 2 hours ago [-]
If you tell it to write a spec -> then write the tests -> then implement, the LLM should be able to pretty much one-shot a compiler frontend. LLMs really benefit from the kind of task that has a built-in validation loop.
jdw64 2 hours ago [-]
I'm working on something similar, but unlike the author, my progress has been pretty slow. It's tough. I do write about a fifth of the code myself, but I keep getting stuck on the rest.
1 hours ago [-]
freestanding 2 hours ago [-]
[flagged]
Rendered at 19:37:45 GMT+0000 (Coordinated Universal Time) with Vercel.
Late 2020, pre-AI, which I'm not sure if that makes it better or worse...
-- Obviously this one also runs DOOM ;)Had a good uncontrolled laugh during a team presentation with a colleague. It was a bit disrespectful for the poor presenter who had nothing to do with this…
Can't find shouting.h anymore unfortunately.
In awe at whatever inspired this though
Making a language that compiles through LLVM is no small task and takes a lot of expertise. Most of the time people do it because they have a point of view and are highly technical.
Making a joke language via AI is an entirely different exercise. Not without value but not the same, especially when evaluating what it means about the author.
Maybe, but we don’t always discuss our tool stack before showing our work because a lot of times it’s assumed or not interesting. AI is a tool, it’s a lever that you push on to multiply your effort. The product of your effort speaks for itself, as it always has.
Buried near the end is a mention of per-frame arena allocation, which is an interesting idea for a game engine (although not a novel one).
(I've lurked on HN for a while, made an account just for this comment.)
If there's actual outrage from the group, it will surface from them without your involvement.
If it offends YOU, just say so plainly.
The hypothetically offended group doesn't need a random stranger to white knight for them in the comment section of a niche tech news website.