diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md index 3fa7b388e..5406e9207 100644 --- a/content/posts/newsletter-009/index.md +++ b/content/posts/newsletter-009/index.md @@ -132,6 +132,29 @@ Main changes: [Shipyard]: https://crates.io/crates/shipyard +### This Month in Mun + +[![Mun logo](mun-logo.png)][Mun] + +[Mun] is a scripting language for gamedev focused on quick iteration times +that is written in Rust. + +The Mun Team posted a [technical blog][mun-memory-mapping] about how they +implemented hot reloading of structs. + +Their [April updates][mun-april] include: + +- hot reloading of structs; +- 128-bit integer support; +- improved literal support; +- complete operator support for fundamental types; +- improved documentation; +- bugfixes and improved test coverage. + +[Mun]: https://mun-lang.org +[mun-memory-mapping]: https://mun-lang.org/blog/2020/05/01/memory-mapping +[mun-april]: https://mun-lang.org/blog/2020/05/02/this-month-april + ## Popular Workgroup Issues in Github diff --git a/content/posts/newsletter-009/mun-logo.png b/content/posts/newsletter-009/mun-logo.png new file mode 100644 index 000000000..02295dc77 Binary files /dev/null and b/content/posts/newsletter-009/mun-logo.png differ