I made a new programming language to simplify web development - would love your feedback!
Hey everyone! 👋
I wanted to share a project I'm really excited about - a new programming language called BuckshotPlusPlus that aims to make web development more intuitive.
Here's how a simple component looks:
view button {
type = "button"
content = "Click me!"
background-color = "#007bff"
color = "white"
padding = "10px 20px"
}
The language includes built-in session handling, data caching, and component management. I'm working on video tutorials on youtube to help people get started , and I'd love your input on what topics to cover!
The project is open source: https://github.com/BuckshotPlusPlus/BuckshotPlusPlus
I'm actively working on improving it and would love to hear your thoughts on what would make this truly useful for your web development needs. Feel free to share your ideas or ask any questions!