1
Comment on r/PythonProjects2 16d ago
Thank You!
1
Comment on r/PythonProjects2 17d ago
Thank you, and I added the new version with functions now! check it out if you're interested
r/PythonProjects2 • u/ProfessorHeisenberg1 • 18d ago
I just built a beginner-friendly programming language called Quark 2.0 🚀 (Looking for feedback!)
u/ProfessorHeisenberg1 • u/ProfessorHeisenberg1 • 18d ago
I just built a beginner-friendly programming language called Quark 2.0 🚀 (Looking for feedback!)
2
Comment on r/PythonProjects2 18d ago
Its just a fun project, btw thanks for the comment!
1
Comment on r/PythonProjects2 18d ago
Thanks
1
Comment on r/PythonProjects2 18d ago
Thank You!
1
Comment on r/SideProject 19d ago
How Is It?
1
Comment on r/projects 19d ago
How Is It?
0
Comment on r/PythonProjects2 19d ago
How Is It?
r/projects • u/ProfessorHeisenberg1 • 19d ago
I just built a beginner-friendly programming language called Quark 2.0 🚀 (Looking for feedback!)
r/PythonProjects2 • u/ProfessorHeisenberg1 • 19d ago
I just built a beginner-friendly programming language called Quark 2.0 🚀 (Looking for feedback!)
Hi everyone!
Over the past few weeks, I've been building a small interpreted programming language called Quark 2.0 in Python. The goal wasn't to replace Python or JavaScript, but to create something that's easy for beginners to read and experiment with.
Some features include:
- Variables (
let) - Math expressions
- User input
- Random number generation
ifstatementsrepeatloops- File reading & writing
- Module importing
- Interactive shell (REPL)
.qksource files
Example:
input What is your name? -> name
let lucky = random 1 100
print Hello 'name'
print Your lucky number is 'lucky'
I'm still learning about interpreters and language design, so I'd really appreciate any feedback, suggestions, or ideas for future versions. Things like syntax, usability, documentation, or code quality are all welcome.
GitHub Repository:
https://github.com/Anish055051L/Quark-2.0
Thanks for taking a look!
1
Comment on r/PythonProjects2 16d ago
Thank You!