-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
79 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This Week in Mojo | ||
If you'd like to add any content here please [raise a pull request](https://github.com/mojodojodev/mojodojo.dev/edit/main/this_week_in_mojo) or email `mojodojodev@gmail.com` | ||
|
||
- [Issue 31](./issue-31.md) | ||
|
||
[RSS](/rss.xml) / [Atom](/atom.xml) |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
date: 2024-04-24 | ||
author: Jack Clayton | ||
author_site: https://mojodojo.dev | ||
author_image: https://mojodojo.dev/flames-high-five.webp | ||
feed: true | ||
head: | ||
- [meta, { name: description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }] | ||
- [meta, { property: og:title , content: "Modverse Weekly: Issue 31" }] | ||
- [meta, { property: og:description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }] | ||
- [meta, { property: og:image , content: "https://mojodojo.dev/flames-high-five.webp" }] | ||
- [meta, { name: twitter:title , property: Modverse Weekly: Issue 31 }] | ||
- [meta, { property: twitter:description , content: "This week in Mojo with language updates, community content, and everything else related to Mojo" }] | ||
- [meta, { property: twitter:image , content: "https://mojodojo.dev/flames-high-five.webp" }] | ||
- [meta, { property: og:type , content: "website" }] | ||
- [meta, { name: twitter:card , content: "summary_large_image" }] | ||
- [meta, { name: twitter:site , content: '@Modular' }] | ||
--- | ||
|
||
# Modverse Weekly Issue 31 | ||
|
||
![flames-high-five](/flames-high-five.webp) | ||
|
||
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: | ||
|
||
```sh | ||
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) | ||
|
||
## Awesome Mojo | ||
|
||
- Mikhail (toasty) has release updates to 4 of his Mojo libraries: | ||
- [prism](https://github.com/thatstoasty/prism): CLI library, now with argument values and booleans | ||
- [mog](https://github.com/thatstoasty/mog): TUI library with many updates | ||
- [gojo](https://github.com/thatstoasty/gojo): Reimplementation of Go standard library. The basics of the famous net package are in! | ||
- [termios](https://github.com/thatstoasty/termios): Terminal manipulation on Unix-like systems | ||
- Lukas published his HTML building library: [lsx](https://github.com/lsh/lsx) | ||
- Alain released [modcodes](https://github.com/alainrollejr/mocodes): Error Correction (De)Coding with Mojo | ||
- [Basalt](https://github.com/basalt-org/basalt) is a promising ML framework, and they're looking for a web dev to help build [documentation](https://github.com/basalt-org/basalt) | ||
- Vladyslav did an implementation of [atol-simd](https://github.com/VMois/mojo-atol-simd) with SIMD (Converting string to integer) | ||
|
||
## Open source contributions | ||
|
||
If your name is on this list, reach out to Jack Clayton on Discord to claim some epic Mojo🔥 swag! | ||
|
||
- Gabriel made multiple contributions: | ||
- 5 PR's [replacing LegacyPointer with UnsafePointer](https://github.com/modularml/mojo/pulls?q=is%3Apr+author%3Agabrieldemarmiesse+UnsafePointer+is%3Aclosed) | ||
- [#2359](https://github.com/modularml/mojo/pull/2359): Implement Dict.__str__() | ||
- [#2350](https://github.com/modularml/mojo/pull/2350): Test assert_raises() without FileCheck | ||
- [#2323](https://github.com/modularml/mojo/pull/2323): Implement List.__str__() | ||
- [#2327](https://github.com/modularml/mojo/pull/2327) jayzhan211: Support reverse for Dict keys | ||
- [#2319](https://github.com/modularml/mojo/pull/2319) Mosafi2: Change FileHandle.read_bytes() to not copy data | ||
- [#2314](https://github.com/modularml/mojo/pull/2314) eltociear: update debugging.ipynb | ||
- [#2310](https://github.com/modularml/mojo/pull/2310) artemiogr97: create os.remove and os.unlink | ||
|
||
|
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
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