I built a programming language using Claude Code
ankursethi.com
I built a programming language using Claude Code
1–10 of 194 posts
Re: I built a programming language using Claude Code
#2Impressive. As a practical matter, one wonders what th point would be in creating a new programming languages if the programmer no longer has to write or read code.
Programming languages are after all the interface that a human uses to give instructions to a computer. If you’re not writing or reading it, the language, by definition doesn’t matter.
Re: I built a programming language using Claude Code
#3That said, it's a lot of words to say not a lot of things. Still a cool post, though!
Re: I built a programming language using Claude Code
#4This is such an interesting statement to me in the context of leftpad.
Re: I built a programming language using Claude Code
#5> While working on Cutlet, though, I allowed Claude to generate every single line of code. I didn’t even read any of the code. Instead, I built guardrails to make sure it worked correctly (more on that later). Impressive. As a practical matter, one wonders what th point would be in creating a new programming languages if the programmer no longer has to write or read code. Programming languages are after all the inter…
By what definition? It still matters if I write my app in Rust vs say Python because the Rust version still have better performance characteristics.
Re: I built a programming language using Claude Code
#6> While working on Cutlet, though, I allowed Claude to generate every single line of code. I didn’t even read any of the code. Instead, I built guardrails to make sure it worked correctly (more on that later). Impressive. As a practical matter, one wonders what th point would be in creating a new programming languages if the programmer no longer has to write or read code. Programming languages are after all the inter…
Re: I built a programming language using Claude Code
#7Re: I built a programming language using Claude Code
#8Re: I built a programming language using Claude Code
#9Re: I built a programming language using Claude Code
#10The AI age is calling for a language that is append-only, so we can write in a literate programming style and mix prompts with AI output, in a linear way.