Skip to content

N41: Add Mun #1243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/news/041/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,33 @@ For more, in pictures, see the picture book retrospective
[brcg-retro]: https://drinkspiller.com/bevy-rapier-collider-gen
[@shnewto]: https://github.com/shnewto

### [Mun v0.4.0][mun-release]

[![Mun logo](mun-logo.svg)][Mun]

[Mun] is a scripting language for gamedev focused on quick iteration times
that is written in Rust.

The previous Mun release dates back over one and a half years. Since then -
slowly but steadily - the Mun Community and Core Team have been working towards
Mun v0.4.0 and it’s finally here!

Mun v0.4 does not only bring array support to Mun, but it also lays the
groundwork for a plethora of language features that require indirect types and
recursion. For a full list have a look at the [changelog][mun-changelog], but
the main improvements are:

- Dynamically-sized arrays
- Simplified function invocations from Rust
- Simplified struct API for Rust
- Apple M1 & experimental iOS support
- Upgrade to LLVM 13
- Support for runtime usage in entity component systems (ECS)

[Mun]: https://mun-lang.org
[mun-release]: https://mun-lang.org/blog/2022/12/12/release-mun-v0-4-0/
[mun-changelog]: https://github.com/mun-lang/mun/releases/tag/v0.4.0

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
2 changes: 2 additions & 0 deletions content/news/041/mun-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.