Skip to content

Commit

Permalink
Add modverse weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
jackos committed Apr 24, 2024
1 parent 9a4df39 commit 6c77300
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 2 deletions.
6 changes: 6 additions & 0 deletions modverse-weekly/index.md
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)
63 changes: 63 additions & 0 deletions modverse-weekly/issue-31.md
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

4 changes: 2 additions & 2 deletions this-week-in-mojo/2024-08-24-issue-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ head:
- [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/flames-high-five.webp" }]
- [meta, { name: og:image , content: "https://mojodojo.dev/flames-high-five.webp" }]
- [meta, { property: twitter:image , content: "https://mojodojo.dev/flames-high-five.webp" }]
- [meta, { property: og:image , content: "https://mojodojo.dev/flames-high-five.webp" }]
---

# Modverse Weekly Issue 31
Expand Down
8 changes: 8 additions & 0 deletions vuepress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ export default defineUserConfig({
'/this-week-in-mojo/2023-05-12.md',
]
},
{
text: 'Modverse Weekly',
link: '/modverse-weekly/',
collapsible: true,
children: [
'/modverse-weekly/issue-31.md',
]
},
{
text: 'Blog',
link: '/blog/',
Expand Down

0 comments on commit 6c77300

Please sign in to comment.