Skip to content

Commit 6943934

Browse files
authored
Newsletter 9: add Mun (#120)
1 parent ce1d9fe commit 6943934

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

content/posts/newsletter-009/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,29 @@ Main changes:
132132

133133
[Shipyard]: https://crates.io/crates/shipyard
134134

135+
### This Month in Mun
136+
137+
[![Mun logo](mun-logo.png)][Mun]
138+
139+
[Mun] is a scripting language for gamedev focused on quick iteration times
140+
that is written in Rust.
141+
142+
The Mun Team posted a [technical blog][mun-memory-mapping] about how they
143+
implemented hot reloading of structs.
144+
145+
Their [April updates][mun-april] include:
146+
147+
- hot reloading of structs;
148+
- 128-bit integer support;
149+
- improved literal support;
150+
- complete operator support for fundamental types;
151+
- improved documentation;
152+
- bugfixes and improved test coverage.
153+
154+
[Mun]: https://mun-lang.org
155+
[mun-memory-mapping]: https://mun-lang.org/blog/2020/05/01/memory-mapping
156+
[mun-april]: https://mun-lang.org/blog/2020/05/02/this-month-april
157+
135158
## Popular Workgroup Issues in Github
136159

137160
<!-- Up to 10 links to interesting issues -->
3.08 KB
Loading

0 commit comments

Comments
 (0)