dbohdan / embedded-scripting-languages

A list of embedded scripting languages
http://dbohdan.github.io/embedded-scripting-languages/
1.3k stars 78 forks source link

Add Gravity #17

Closed praisethemoon closed 6 years ago

praisethemoon commented 6 years ago

Gravity is a powerful, dynamically typed, lightweight, embeddable programming language written in C without any external dependencies (except for stdlib). It is a class-based concurrent scripting language with modern Swift-like syntax.

https://github.com/marcobambini/gravity

dbohdan commented 6 years ago

Looks good to add. Do ~you~ they use a tracing GC? https://marcobambini.github.io/gravity/internals/4_gc.html is empty.

dbohdan commented 6 years ago

Okay, it looks like they do. Added in 213d29553c17ac4babf9d58d05adb13fe6dc5bf8.

praisethemoon commented 6 years ago

Thank you!