Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanchas116/macaron
[WIP] A JavaScript alternative with static typing
https://github.com/seanchas116/macaron
Last synced: 4 days ago
JSON representation
[WIP] A JavaScript alternative with static typing
- Host: GitHub
- URL: https://github.com/seanchas116/macaron
- Owner: seanchas116
- Created: 2015-06-07T11:02:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T13:58:53.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:13:58.801Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 491 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[WIP] macaron
========macaron is a statically typed programming language that compiles to JavaScript
* [Design](https://github.com/seanchas116/macaron/tree/master/design)
## What to do
* Easy, simple and expressive syntax
* Make use of static type system
* Interoperable with JavaScript and TypeScript
* npm ecosystem friendly
* Friendly to latest ECMAScript## What to implement
* Optional value
* Compile-time property/method extension
* Compile-time operator overload
* TypeScript `d.ts` support
* Editor support
* More convenient features...