Skip to content

Newsletter 11: Add section on Gamelisp #194

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 4 commits into from
Jul 6, 2020

Conversation

PatrickHoward
Copy link
Contributor

@PatrickHoward PatrickHoward commented Jul 5, 2020

Here's Gamelisp! The crate is brand new, so I just provided the basic information as well as the language's reference guide and roadmap (on the Github Readme).

[GameLisp]

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/


Part of #172 ("Newsletter 11: Coordination/Tracking")

@ozkriff ozkriff changed the title Add section on Gamelisp Newsletter 11: Add section on Gamelisp Jul 5, 2020
Copy link
Member

@ozkriff ozkriff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ozkriff
Copy link
Member

ozkriff commented Jul 6, 2020

Added a logo

@ozkriff ozkriff merged commit a93199f into rust-gamedev:source Jul 6, 2020
@ozkriff
Copy link
Member

ozkriff commented Jul 6, 2020

Merged, thanks for the PR!

@ozkriff ozkriff mentioned this pull request Jul 6, 2020
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants