lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


All the information should be available on my website, the language's website, and the readme. To TL;DR:

FusionScript is a new syntax for Lua that allows C-style blocks and some extensions I liked, such as default arguments to a function, a simple class system, and a very simple way to make iterators. It also includes some standard libraries to help with complex iterators. 

On Wed, Dec 14, 2016, 02:37 mathieu stumpf guntz <psychoslave@culture-libre.org> wrote:

What are the goal of this project? What are the caracteristics of this programming language?


Le 13/12/2016 à 05:43, Charles Heywood a écrit :
So I wrote a thing called FusionScript. It's on GitHub at ChickenNuggers/FusionScript if anyone wants to use it. I just tagged the 0.1.0 release which has some very large changes from the alpha I previously posted. Some significant changes are support in the stock parser for the class system, a `using` statement, and a couple of libraries.

--

--