Shopee / shopee-react-knowledgeable

⚛︎ To share knowledge and have fun.
78 stars 19 forks source link

Tail Call Optimization in ECMAScript 6 #49

Closed wgao19 closed 5 years ago

wgao19 commented 5 years ago

The tail call optimization of functional programming languages is quite interesting. As we know JavaScript added tail call optimization in ES6 too. This is also grandpa Doug Crockford's favorite ES6 feature addition.

Can someone please give a talk on this topic?

Some References

tanhauhau commented 5 years ago

i can prepare this

wgao19 commented 5 years ago

Closing because no proper followup is heard.