Skip to content

Commit 419ecaa

Browse files
Wodannozkriff
andauthored
Newsletter 10: add Mun (#148)
Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 3f493b8 commit 419ecaa

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

content/posts/newsletter-010/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,30 @@ Crate's repo has few examples with nearly each line of the code explained.
178178

179179
[Goods]: https://crates.io/crates/goods
180180

181+
### [This Month in Mun][mun-may]
182+
183+
[![Mun logo](mun-logo.png)][Mun]
184+
185+
[Mun] is a scripting language for gamedev focused on quick iteration times
186+
that is written in Rust.
187+
188+
After half a year of hard work by the Mun Community and Core Team,
189+
[Mun v0.2.0 was released][mun-release].
190+
With the addition of hot reloadable structs, this
191+
forms a big step forward in terms of hot reloadability for the language.
192+
193+
Their additional [May updates][mun-may] include:
194+
195+
- number type inferencing;
196+
- removing generic `float`, `int`, and `uint` types;
197+
- updating the Mun book;
198+
- an official VSCode plugin for Mun syntax highlighting;
199+
- documentation fixes and improvements.
200+
201+
[Mun]: https://mun-lang.org
202+
[mun-release]: https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0
203+
[mun-may]: https://mun-lang.org/blog/2020/05/31/this-month-may
204+
181205
### [Tetra 0.3.6][tetra-036]
182206

183207
[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
3.08 KB
Loading

0 commit comments

Comments
 (0)