You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Urn is a lisp dialect developed by SquidDev and demhydraz
which focuses on minimalism. It compiles down to a standalone Lua file (works on 5.1, 5.2, 5.3 and JIT) which can
be ran from the command line or in any program that has a Lua scripting environment. It has many modern features
and a well-documented compiler interface and standard library.
Löve2D
It is possible to write Löve2D games in Urn using the Bindings.
Here is an example of how you make a "Hello, world!" program for Löve2D using Urn: