diff --git a/.vuepress/public/flames-high-five.webp b/.vuepress/public/flames-high-five.webp new file mode 100644 index 0000000..78f7dcf Binary files /dev/null and b/.vuepress/public/flames-high-five.webp differ diff --git a/this-week-in-mojo/2024-04-24.md b/this-week-in-mojo/2024-04-24.md new file mode 100644 index 0000000..40524c1 --- /dev/null +++ b/this-week-in-mojo/2024-04-24.md @@ -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 + +ā€ \ No newline at end of file