Skip to content

Commit

Permalink
Modverse Weekly 31
Browse files Browse the repository at this point in the history
  • Loading branch information
jackos committed Apr 24, 2024
1 parent 94cec44 commit ac850f7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Binary file added .vuepress/public/flames-high-five.webp
Binary file not shown.
44 changes: 44 additions & 0 deletions this-week-in-mojo/2024-04-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
date: 2024-04-24
author: Mojo Dojo
author_site: https://mojodojo.dev
author_image: https://mojodojo.dev/hero.png
feed: true
---

# 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!

## 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

0 comments on commit ac850f7

Please sign in to comment.