Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/traceur-compiler
Traceur is a JavaScript.next-to-JavaScript-of-today compiler
https://github.com/google/traceur-compiler
Last synced: 6 days ago
JSON representation
Traceur is a JavaScript.next-to-JavaScript-of-today compiler
- Host: GitHub
- URL: https://github.com/google/traceur-compiler
- Owner: google
- License: apache-2.0
- Created: 2013-03-27T18:05:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T17:42:24.000Z (3 months ago)
- Last Synced: 2024-10-20T04:14:23.363Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 18.7 MB
- Stars: 8,173
- Watchers: 276
- Forks: 580
- Open Issues: 293
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-javascript - traceur-compiler - Traceur is a JavaScript.next-to-JavaScript-of-today compiler - ★ 7775 (ES6)
- es6-tools - Traceur compiler - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more. (Transpilers)
README
[![Join the chat at https://gitter.im/google/traceur-compiler](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/google/traceur-compiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/google/traceur-compiler.svg)](https://travis-ci.org/google/traceur-compiler)## What is Traceur?
Traceur is a JavaScript.next-to-JavaScript-of-today compiler that allows you to
use features from the future **today**. Traceur supports ES6 as well as some experimental ES.next features.Traceur's goal is to inform the design
of new JavaScript features which are only valuable if they allow you to write
better code. Traceur allows you to try out new and proposed
[language features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)
today, helping you say what you mean in your code while informing the standards process.JavaScript's evolution needs your input.
[Try](https://github.com/google/traceur-compiler/wiki/Getting-Started) out the
new language features.
[Tell us](http://groups.google.com/group/traceur-compiler-discuss)
how they work for you and what's still causing you to use more boilerplate and
"design patterns" than you prefer.## What now? What can Traceur do for me?
Read the
[Getting Started](https://github.com/google/traceur-compiler/wiki/Getting-Started)
page to get up and running. You can use some language features right now and
even try it out in your browser
[here](https://google.github.io/traceur-compiler/demo/repl.html).
Just type in some code and see what Traceur produces. For an idea of what is
available and what we have in the pipeline, see the
[Language Features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)
page.The JSConf 2011 presentation of Traceur describes the goals of the project and
what it can do today. Some documentation is on the wiki on this site.
Extra demos are in the source repository.We also presented Traceur at NodeConf 2011. The video is
available on [YouTube](http://www.youtube.com/watch?feature=player_detailpage&v=ntDZa7ekFEA).Questions, suggestions, and comments can be directed to the
[discussion group](http://groups.google.com/group/traceur-compiler-discuss).