-
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
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,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 | ||
|
||
|