An open API service indexing awesome lists of open source software.

https://github.com/hesham-cant-fly/lune-lang

Lune is a super set of Lua with an actual type system for type safe applications.
https://github.com/hesham-cant-fly/lune-lang

compiler lua transpiler typesafe typesystem

Last synced: 2 months ago
JSON representation

Lune is a super set of Lua with an actual type system for type safe applications.

Awesome Lists containing this project

README

          

#+title: lune programming language

The only change is that you can't define global variables like this
#+begin_src lua
x = 10
#+end_src

you have to use ~global~ keyword instead.
#+begin_src lune
global x = 10
#+end_src

semicolons are now optional :D

[[./testing-meme.jpg]]