Programming thread

  • 🔧 Issue with uploading attachments resolved.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Babe, wake up, Vercel is doing some stupid shit again.

Zero: The programming language for agents

It's basically Java with some modern niceties like not having to end lines with semicolons or define lists of imports at the top of the file, and what seems to be a pretty broad standard library. Looking through some of the code samples, my biggest objection is that functions aren't labeled with "function" or "func" or "fn," but "fun." Puke.

I really don't see the point, though. Other programming languages already exist that have a lot more examples and documentation out there on the web and whatever training stacks a given LLM model will already be using, so in the end, at least for now, they've made Yet Another Programming Language that they're billing as being "for agents" but which no agent is actually going to know how to use unless you point it at the GitHub repo and tell it to study it first, and even then I doubt it will be able to write as well as other languages that have decades of documentation and source code available.

Nonetheless I'm sure it'll become a big hit among the vibe coder contingent.
 
Last edited:
Babe, wake up, Vercel is doing some stupid shit again.

Zero: The programming language for agents

It's basically Java with some modern niceties like lines not having to end lines with semicolons or define lists of imports at the top of the file, and what seems to be a pretty broad standard library. Looking through some of the code samples, my biggest objection is that functions aren't labeled with "function" or "func" or "fn," but "fun." Puke.

I really don't see the point, though. Other programming languages already exist that have a lot more examples and documentation out there on the web and whatever training stacks a given LLM model will already be using, so in the end, at least for now, they've made Yet Another Programming Language that they're billing as being "for agents" but which no agent is actually going to know how to use unless you point it at the GitHub repo and tell it to study it first, and even then I doubt it will be able to write as well as other languages that have decades of documentation and source code available.

Nonetheless I'm sure it'll become a big hit among the vibe coder contingent.
i also think that being so verbose will polute the context with a shit ton of tokens, making not that good for LLMs in the first place

also the compiler itself implements dynamic array functions ten billion times
 
Babe, wake up, Vercel is doing some stupid shit again.

Zero: The programming language for agents

It's basically Java with some modern niceties like not having to end lines with semicolons or define lists of imports at the top of the file, and what seems to be a pretty broad standard library. Looking through some of the code samples, my biggest objection is that functions aren't labeled with "function" or "func" or "fn," but "fun." Puke.

I really don't see the point, though. Other programming languages already exist that have a lot more examples and documentation out there on the web and whatever training stacks a given LLM model will already be using, so in the end, at least for now, they've made Yet Another Programming Language that they're billing as being "for agents" but which no agent is actually going to know how to use unless you point it at the GitHub repo and tell it to study it first, and even then I doubt it will be able to write as well as other languages that have decades of documentation and source code available.

Nonetheless I'm sure it'll become a big hit among the vibe coder contingent.
Zero is the perfect name, because that’s gonna be the max number of users.
 
I'm currently working in a Rust-first AI generated niggerhell. Whenever I ask basic questions like "why is this diagram wrong?" or "why is this PR 1 million lines?" I get looks like I stepped on a baby. Nobody I'm working with has any software development experience, they're all "AI engineers." Gonna have another Therac incident sooner rather than later.
The only power you have left is to not be the one named in the commit logs rubber-stamping merges during "code reviews."
 
Babe, wake up, Vercel is doing some stupid shit again.

Zero: The programming language for agents

It's basically Java with some modern niceties like not having to end lines with semicolons or define lists of imports at the top of the file, and what seems to be a pretty broad standard library. Looking through some of the code samples, my biggest objection is that functions aren't labeled with "function" or "func" or "fn," but "fun." Puke.

I really don't see the point, though. Other programming languages already exist that have a lot more examples and documentation out there on the web and whatever training stacks a given LLM model will already be using, so in the end, at least for now, they've made Yet Another Programming Language that they're billing as being "for agents" but which no agent is actually going to know how to use unless you point it at the GitHub repo and tell it to study it first, and even then I doubt it will be able to write as well as other languages that have decades of documentation and source code available.

Nonetheless I'm sure it'll become a big hit among the vibe coder contingent.
This looks like Rust / Typescript and feels like some rewum-boosting Jeet project.

Also, what could possibly go wrong with using zero as a file extension? Nothing, surely. 😅

I'll stick to Go, thanks.
 
Back
Top Bottom