r-unic.github.io

Runic | Coding made fun


Runic

CosmoWizard101 Wiki APILuayroblox-cr


Hey! 👋


I'm Runic, a self-taught American developer. I created the Cosmo programming language, and I also own Paragon Studios.





Cosmo

Cosmo is an open-source, statically-typed, interpreted programming language. It's in its very early stages of development, and there is still much to fix and improve. Since it's an open-source project, you can contribute or suggest any changes to Cosmo yourself!







Wizard101 Wiki API

The Wizard101 Wiki API is an API wrapper around the official Wizard101 Wiki. This Wiki API allows you to very easily access any data about Wizard101. Not all Wiki endpoints are currently supported (namely housing items and castles), but you can contribute them yourself if you'd like.



<hr>


Luay

Luay is an extended version of the Lua programming language. It is not a superset, as no grammar has been changed. It does however include "batteries included", providing lots of utility out of the box. This utility includes overloaded string operators, libraries (like Java's StringBuilder or Node's EventEmitter), a main function, OOP helpers, lambda expressions, and more.



<hr>


roblox-cr

Roblox Crystal (roblox-cr) is a Crystal to Luau source-to-source compiler. It converts code from the Crystal programming language to Roblox's Luau language. It also comes with a Crystal type generator, which accesses the Roblox API documentation and automatically generates Crystal type definitions for each object.