📣 What if Django was written in a new language..
📄 just a bit of the thought experiment
🔗 https://softwarecrafts.co.uk/100-words/day-279
#100_words,#django,#api_design
What if Django was written in a new language.. - Software Crafts

just a bit of the thought experiment

@nanorepublica I am have always wanted something like Django in go lang.
But now I think it will be more appropriate in Mojo language. As it is a superset of python. Not fully developed language some major pieces are still missing, concurrency, classes . But just a thought experiment that sounds amazing a compiled language speed that looks like python but the speed of cpp . 🤤
@farhanaliraza @nanorepublica I do wonder if mojo is still aiming for being a python superset. They don't seem to "get" that kwargs are a big deal and needs to be implemented. And without that the ORM magic in Django is off limits.
Functions | Modular

Introduction to Mojo `fn` and `def` functions.

@farhanaliraza @nanorepublica Hmm.. yea that's better than last I checked. Still, all having the same type seem like it would be an issue. Or maybe you can declare everything as Any or whatever. 🤔