Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinblomberg/esp-language

ES+ is an experimental JavaScript-like language that compiles to JavaScript.
https://github.com/robinblomberg/esp-language

Last synced: 1 day ago
JSON representation

ES+ is an experimental JavaScript-like language that compiles to JavaScript.

Awesome Lists containing this project

README

        

# ES+

This is a basic and experimental proof of concept for an ECMAScript-like language/runtime. The idea is that it should remove the not-so-good parts of JavaScript and add a whole bunch of lacking features.

![Screenshot](./docs/images/screenshot.png)

I will probably rewrite this from scratch in the future.