From 8f4c337703242bf7576bebd5a140151af54297bd Mon Sep 17 00:00:00 2001 From: David Ross Date: Tue, 12 May 2020 23:33:13 -0700 Subject: [PATCH] Add mun to Scripting section This adds it in correct alphanumeric ordering, and with the correct em-dash. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b9e475..8389ff9 100644 --- a/README.md +++ b/README.md @@ -1357,6 +1357,7 @@ See also [Are we game yet?](https://arewegameyet.com) * [gluon-lang/gluon](https://github.com/gluon-lang/gluon) — A small, statically-typed, functional programming language * [murarth/ketos](https://github.com/murarth/ketos) — A Lisp dialect functional programming language serving as a scripting and extension language for rust * [moss](https://crates.io/crates/moss) — A dynamically typed scripting language +* [mun](https://github.com/mun-lang/mun) — A compiled, statically-typed scripting language with first class hot reloading support [](https://travis-ci.org/mun-lang/mun) * [jonathandturner/rhai](https://github.com/jonathandturner/rhai) — A tiny and fast embedded scripting language resembling a combination of JS and Rust ### Simulation