File tree 2 files changed +22
-0
lines changed
content/posts/newsletter-011
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -441,6 +441,28 @@ Their [June updates][mun-june] include:
441
441
[ mun-release ] : https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0
442
442
[ mun-june ] : https://mun-lang.org/blog/2020/06/30/this-month-june
443
443
444
+ ### [ GameLisp]
445
+
446
+ ![ logo] ( glisp-logo.png )
447
+
448
+ [ GameLisp] (glisp) is a scripting language built for and in Rust and utilizes
449
+ syntax from the LISP family of programming langauges. It provides a fast and
450
+ efficient garbage collector that runs every frame instead of freezing a thread.
451
+
452
+ GameLisp also provides [ a playground] [ glisp-playground ] to experiment with
453
+ different projects. A reference guide is also [ available] [ glisp-reference ] as
454
+ well as [ API documentation] [ glisp-docsrs ] for integration into Rust.
455
+
456
+ The crate has had its [ initial release] [ glisp-cratesio ] , a roadmap and ways
457
+ to contribute are available on GameLisp's [ Github Respository] [ glisp-github ] .
458
+
459
+ [ gamelisp ] : https://gamelisp.rs/
460
+ [ glisp-playground ] : https://gamelisp.rs/playground/
461
+ [ glisp-reference ] : https://gamelisp.rs/reference/
462
+ [ glisp-docsrs ] : https://docs.rs/glsp/0.1.0/glsp/
463
+ [ glisp-cratesio ] : https://crates.io/crates/glsp/
464
+ [ glisp-github ] : https://github.com/fleabitdev/glsp/
465
+
444
466
### [ yaks]
445
467
446
468
[ yaks] is a minimalistic framework for automatic multithreading
You can’t perform that action at this time.
0 commit comments