I made a new language designed for AI and Human collaboration
go
dev.to
TL;DR: could I make a scripting language that saved time and money while encouraging better coding practices? Yes, I think so: duso.rocks and it's open source. Even the best programming models struggle with these pain points Expressive languages like Python and JavaScript are a minefield of subtle runtime errors waiting to happen. Debugging sessions can be a nightmare. More rigid languages like Go catch a ton of errors at compile time. But the overall development time is slower bec