NoobScript : a new (php-esq) programming language for mac/iOS etc development

Noob Software has been working on a new programming language designed primarily for mac development, with a syntax similar to PHP and some aspects from JavaScript. To demonstrate this language i've released the code for one of my apps "Noob Music"

https://github.com/noobsoftware/NoobMusic3

i would like to hear if people are interested in using this programming language. I think there are many benefits to the high level syntax and high level thinking, and not having to define datatypes and such.

The language also supports multithreading using the "async" keyword prefixed in front of the function keyword, like you would do in JavaScript only with multithreading instead of interleaved processing.

Pushing to array is threadsafe and some other functinonality as well and it is recommended to use a new class instance within each async function.

I have relied heavily on using webviews for UI so there is a layout engine i have developed for native view elements in Cocoa which at this point ar primarily WebViews. The webviews can define a callback function to receive messages from JavaScript, so combining these methods you get a full fledged "web" development feeling for mac development, with HTML+CSS+JavaScript and NoobScript

NoobScript : a new (php-esq) programming language for mac/iOS etc development
 
 
Q