Skip to content

teppeis-sandbox/es6-tail-call-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo of ES6 Tail Call Optimization

Demo of ES6 tail call optimization with Babel and Traceur

See the result log: run.log

  • factorial: Simple tail call => Both Babel and Traceur can optimize.
  • fibonacci: CPS (Continuation Passing Style) => Only Traceur can optimize now.

How to build

git clone, npm install and npm test.

About

Demo of ES6 tail call optimization with Babel and Traceur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages