-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the initial README.md #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,2 +1,30 @@ | ||||||
# Mojo | ||||||
The Mojo Programming Language | ||||||
# Welcome to Mojo | ||||||
|
||||||
Mojo is a new programming language that bridges the gap between research | ||||||
and production by combining Python syntax and ecosystem with systems | ||||||
programming and metaprogramming features. Mojo is still early, but it is designed | ||||||
to become a superset of | ||||||
Python over time. This will allow Python's dynamic features to continue | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This last sentence is a little superfluous and I think you can cut it for brevity. I'd leave it to the other docs (such as "Why Mojo") to elaborate on the Python story. |
||||||
to shine but also unleash Python from the shackles of C and C++ under the hood. | ||||||
|
||||||
We expect Mojo to be open-sourced progressively over time, but for now it's still | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
young and changing very quickly. We believe that a small,tight-knit group of | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
engineers with a shared vision can move faster than a community effort, so we will | ||||||
continue to incubate it within Modular until it's more complete. Please see the | ||||||
[Mojo FAQ](https://docs.modular.com/mojo/faq.html) for answers to this and other | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
common questions. | ||||||
|
||||||
We've opened this repo now because we want to gather issues and engage in feedback | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
from users who have access to the Mojo Playground (our hosted JupyterHub | ||||||
where you can try coding with an early version of Mojo). To get access to the | ||||||
Mojo Playground, [see here to sign up](https://docs.modular.com/mojo/get-started.html). | ||||||
Then, when you want to report issues or request features, | ||||||
[please create a GitHub issue here](https://github.com/modularml/mojo/issues). | ||||||
|
||||||
For more general questions or to chat with other Mojo developers, | ||||||
check out our [Discord](https://discord.gg/modular) | ||||||
|
||||||
Otherwise, you can: | ||||||
- Read the [inspiration behind Mojo](https://docs.modular.com/mojo/why-mojo.html). | ||||||
- Check out the [Mojo programming manual](https://docs.modular.com/mojo/programming-manual.html). | ||||||
- Many other docs on [docs.modular.com](https://docs.modular.com). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.