Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robinblomberg/esp-language
- Owner: RobinBlomberg
- Created: 2023-04-09T17:52:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T15:31:34.000Z (10 months ago)
- Last Synced: 2024-04-15T00:17:20.673Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 863 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.