Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jackos committed Apr 24, 2024
1 parent f18dfc0 commit 5de6d18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion this-week-in-mojo/2023-07-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ head:
- [meta, { name: twitter:site , content: '@mojodojodev' }]
- [meta, { name: twitter:title , content: This Week in Mojo }]
- [meta, { name: twitter:description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }]
- [meta, { name: og:description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }]
- [meta, { name: description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }]
- [meta, { name: twitter:image , content: "https://mojodojo.dev/hero.png" }]
- [meta, { name: og:image , content: "https://mojodojo.dev/hero.png" }]
---

![Logo](/hero.png)
Expand Down Expand Up @@ -42,4 +45,4 @@ head:
### Global Variables REPL
Global variables were added to the language but they have not been wired into the REPL environment yet. The REPL environment layers extra features on the language to provide redefinition and top-level variables, and using global variables to enable the code you wrote has not occurred yet. Sorry for the confusion!

- [2023-07-14 Github Mogball](https://github.com/modularml/mojo/discussions/448#discussioncomment-6443661)
- [2023-07-14 Github Mogball](https://github.com/modularml/mojo/discussions/448#discussioncomment-6443661)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ head:

Open source contributions are starting to ramp up, thank you so much to community for embracing Mojo🔥 open source and helping to improve the language!

A new nightly Mojo compiler has been released! You can install it with:

```bash
modular install nightly/mojo
```

Check out the [diff since last nightly release](https://github.com/modularml/mojo/pull/2396/files) here, and [changes since the last stable release](https://github.com/modularml/mojo/blob/nightly/docs/changelog.md) here.

## Blogs, tutorials, and videos
- Check out this X tutorial on [vectorize and parallelize](https://twitter.com/Modular/status/1782457173953634593)

Expand Down

0 comments on commit 5de6d18

Please sign in to comment.