Embeddable scripting language loosely based off of Lua
Go to file
CPunch 8e71cab642 fixed segfault on parser objection 2020-10-28 18:29:50 -05:00
.vscode Initial commit 2020-10-28 00:16:30 -05:00
src fixed segfault on parser objection 2020-10-28 18:29:50 -05:00
.gitignore Initial commit 2020-10-28 00:16:30 -05:00
LICENSE.md Initial commit 2020-10-28 00:16:30 -05:00
Makefile Initial commit 2020-10-28 00:16:30 -05:00
README.md Initial commit 2020-10-28 00:16:30 -05:00
fortest.lua Initial commit 2020-10-28 00:16:30 -05:00
test.lua Initial commit 2020-10-28 00:16:30 -05:00
test.py Initial commit 2020-10-28 00:16:30 -05:00

README.md

Cosmo

Cosmo is a portable scripting language loosely based off of Lua. Designed for embeddability, Cosmo will have a built-in C++ wrapper for ease of use for embedding in in C++ applications.

Why Cosmo?

While C++ wrappers for Lua exist (see: SolLua), they're all maintained by outside entitties while Cosmo writes it's own first party wrapper. Additionally, Cosmo is very easily modifiable having been written in clean C99 with well documented code; this makes it a great candidate for early language hackers and researchers alike.

However Cosmo is not just a friendly developer tool, Cosmo's easy syntax and readability makes it a great scripting language for everyone to use.