forked from modular/mojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request modular#1 from modularml/goldiegadde-patch-1
Add the initial README.md
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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 | ||
young and changing very quickly. We believe that a small,tight-knit group of | ||
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 | ||
common questions. | ||
|
||
We've opened this repo now because we want to gather issues and engage in feedback | ||
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). |