gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.32k stars 155 forks source link

Proposal to create donate button in order to accelerate the development process #709

Open askucher opened 9 years ago

askucher commented 9 years ago

Hi. Guys

Lot of things should be done in this language.

The result javascript should be beautiful. Language should support latest ES5 ES6 updates. Typescript interfaces should be added

All these things are required for enterprise environement. Otherwise it rejects this language.

How many developers in our community?

Maybe we can join together and help guys to accelerate development.

vendethiel commented 9 years ago

The result javascript should be beautiful.

I think it's pretty readable as-is, and we have source maps.

Language should support latest ES5 ES6 updates.

Latest es5 updates? Which features of es6?

Typescript interfaces should be added

I might actually agree with that, I'd like it (and also get variable declaration).

Delapouite commented 9 years ago

gkz does not seem to have a gratipay page yet : https://gratipay.com/gkz

askucher commented 9 years ago

Examples

The result javascript should be beautiful.
I think it's pretty readable as-is, and we have source maps.
p.each(process(false))(
        p.map(updateFields)(
        p.filter(filterHidden)(
        $items)))
scope
 ...prop = 1
 ...prop2= 1

should be

scope.prop = 1

scope.prop2= 1
askucher commented 9 years ago

I just want to brint to front

The result code should be beautiful not readable!

It is additional use case for language. I will show it to developers and proud

gkz commented 9 years ago

I've created a gratipay page: https://gratipay.com/gkz/ My top priorities for the future are: