dryLang is a dynamically-typed bytecode virtual machine born out of a very specific, slightly embarrassing personal realization.
In my past, I wrote a 20-paragraph text message just to apologize to my ex. Looking back, I realized something important: text is just virtual. It lacks real-life emotional reaction, and spending 20 paragraphs just to say "I'm sorry" was incredibly verbose and pointless.
It made me think: Why do we beat around the bush so much?
In dryLang, no syntax or keyword exceeds 4 characters. You say exactly what you mean, and nothing more. It's truly a Frankenstein of the languages I've touched before, combining their best concepts into a single, stripped-down experience:
${}).print (pt), and input (in).Despite being ultra-minimalist, dryLang is packed with powerful, native built-ins (all under 4 characters, of course):
op(): A 4-line Native HTTP Server (powered by Go net/http)db(): Native SQL Database support (SQLite, MySQL, PostgreSQL)req(): Native HTTP Clientjson(): JSON parserReady to stop typing paragraphs? Head over to the Installation guide, or check out the Basics to see the madness in action. You can navigate through every feature on the sidebar!