Embeddable scripting language loosely based off of Lua
Go to file
2020-11-03 22:19:48 -06:00
.vscode Initial commit 2020-10-28 00:16:30 -05:00
src removed unused code 2020-11-03 22:19:48 -06:00
.gitignore Initial commit 2020-10-28 00:16:30 -05:00
fortest.lua Initial commit 2020-10-28 00:16:30 -05:00
LICENSE.md Initial commit 2020-10-28 00:16:30 -05:00
Makefile added basic objects 2020-11-03 22:10:51 -06:00
README.md Initial commit 2020-10-28 00:16:30 -05:00
test.cosmo files ran from cli now have baselib again 2020-11-03 22:18:55 -06: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

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.