diff --git a/content/posts/newsletter-011/glisp-logo.png b/content/posts/newsletter-011/glisp-logo.png new file mode 100644 index 000000000..776c8d9c5 Binary files /dev/null and b/content/posts/newsletter-011/glisp-logo.png differ diff --git a/content/posts/newsletter-011/index.md b/content/posts/newsletter-011/index.md index c94618fed..487580bbf 100644 --- a/content/posts/newsletter-011/index.md +++ b/content/posts/newsletter-011/index.md @@ -404,6 +404,28 @@ Their [June updates][mun-june] include: [mun-release]: https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0 [mun-june]: https://mun-lang.org/blog/2020/06/30/this-month-june +### [GameLisp] + +![logo](glisp-logo.png) + +[GameLisp] (glisp) is a scripting language built for and in Rust and utilizes +syntax from the LISP family of programming langauges. It provides a fast and +efficient garbage collector that runs every frame instead of freezing a thread. + +GameLisp also provides [a playground][glisp-playground] to experiment with +different projects. A reference guide is also [available][glisp-reference] as +well as [API documentation][glisp-docsrs] for integration into Rust. + +The crate has had its [initial release][glisp-cratesio], a roadmap and ways +to contribute are available on GameLisp's [Github Respository][glisp-github]. + +[gamelisp]: https://gamelisp.rs/ +[glisp-playground]: https://gamelisp.rs/playground/ +[glisp-reference]: https://gamelisp.rs/reference/ +[glisp-docsrs]: https://docs.rs/glsp/0.1.0/glsp/ +[glisp-cratesio]: https://crates.io/crates/glsp/ +[glisp-github]: https://github.com/fleabitdev/glsp/ + ### [yaks] [yaks] is a minimalistic framework for automatic multithreading