modularml / mojo

The Mojo Programming Language
https://docs.modular.com/mojo/manual/
Other
22.91k stars 2.58k forks source link

[Feature Request] Add a Mojo version of "import this" and "import antigravity" #559

Open Plexxl opened 1 year ago

Plexxl commented 1 year ago

Review Mojo's priorities

What is your request?

I would love a Mojo-centric version of Python's import this

For example:

The Zen of Mojo, by [IF YOU INCLUDE THIS, I WILL ADD MY NAME]

Beautiful is better than ugly.
Broad is better than narrow.
Performance is key.
Everything is sweeter with sugar.
Don't break what is not broken.
Don't fix, only polish and improve.
Be for the people, not their tools.
Be for the community, not yourself.
Allow people to make insane things.
Allow people to make sane things.
Allow people to make things.
Allow people to make.
The necessity of computation should not be a limitation.
Everything is sleeker with emojis.

πŸ”₯πŸ”₯πŸ”₯

The same should also be applied to import antigravity For example: https://www.xkcd.com/2173/

What is your motivation for this change?

Adds some humor to Mojo and prevents some contradictions seen in The Zen of Python

Any other details?

No response

guidorice commented 8 months ago

For mojo to be a super-set of python, seems legit for there to be a mojo -m this and mojo -m antigravity! Did not know about antigravity, thanks for mentioning that one too.