Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a93199f

Browse filesBrowse files
Newsletter 11: Add Gamelisp (rust-gamedev#194)
* Add section on Gamelisp * Fix bare-urls * Remove excess spaces * Newsletter 11: GameLisp: Add logo Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 9317da1 commit a93199f
Copy full SHA for a93199f

File tree

Expand file treeCollapse file tree

2 files changed

+22
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+22
-0
lines changed
900 Bytes
Loading

‎content/posts/newsletter-011/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-011/index.md
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,28 @@ Their [June updates][mun-june] include:
441441
[mun-release]: https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0
442442
[mun-june]: https://mun-lang.org/blog/2020/06/30/this-month-june
443443

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+
444466
### [yaks]
445467

446468
[yaks] is a minimalistic framework for automatic multithreading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.