From 3389db69decc7641b4ff05a5b65751eca7b939a7 Mon Sep 17 00:00:00 2001 From: Goldie Gadde <43185254+goldiegadde@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:47:32 -0700 Subject: [PATCH 1/2] Add the initial README.md Add the initial README.md --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a8b703d7..4323a7211f 100644 --- a/README.md +++ b/README.md @@ -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). From 5782815ddc05158619e35484dac510d1a90dc603 Mon Sep 17 00:00:00 2001 From: Goldie Gadde <43185254+goldiegadde@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:49:32 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4323a7211f..32153ab18c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We expect Mojo to be open-sourced progressively over time, but for now it's stil 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 +[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