1
My new Language "Y#"
12岁少年用Rust自制编程语言Y#,简单而强大,初探语言设计之路。
Hi everyone , I am a solo developer, I am 12 years old, and I am trying to discover programming. So with Rust, I created a programming language called…
12岁少年用Rust自制编程语言Y#,简单而强大,初探语言设计之路。
Hi everyone , I am a solo developer, I am 12 years old, and I am trying to discover programming. So with Rust, I created a programming language called…
不依赖LLVM,从零构建的编译型语言Rux,定位在Rust与理想语言之间,适合深究语言设计和编译架构的开发者。
Article URL: https://rux-lang.dev/blog/language-without-llvm Comments URL: https://news.ycombinator.com/item?id=48355962 Points: 1 # Comments: 0
用Python从零打造一门编程语言,揭秘解释器核心原理与实现细节。
🧠 Introduction I’ve been building my own programming language called Exper, written from scratch in Python. The goal is to understand how interpreters…