A close superset of ES7 with JSX and Flow, built with Babel. Designed to make programmers a little more productive.
See lightscript.org for example code and language reference documentation. A quick taste:
Item({ item, isActive }) =>
className = if isActive: 'active' else: 'inactive'
<li className={className}>
{item}
</li>
Come hang out in the gitter chatroom, where contributors can help you get started and answer any questions.
In addition to all all ES7, JSX, and Flow features:
Reference documentation is available at lightscript.org, or in Markdown format here. Tests for all features can be seen here and here.
"LightScript" is split across multiple repos:
apm
.For now, the issue tracker on this repo should be used for bug reports and feature requests.