Compile any ES6 JavaScript to a ZK-SNARK circuit

In this video we demonstrate OAS’s Dapen Web IDE — the official Smart Contract IDE of the QED Protocol. With Dapen, any JavaScript developer can write, comp… Read more

Similar

ES6 Generators Deliver Go Style Concurrency

Last night I expressed some frustration about the state and future of concurrency in JavaScript. I ended up having a little bit of back and forth with David Herman and he pointed out that ES6 Generators can express Go and core.async's flavor of CSP. Now I... (more…)

Read more »

ES6

Javascript-ES6-ECMAScript6-ES2015 - 前端近些年发展很快,作为前端技术的核心支撑JS也从ES5过渡到了ES6,强有力的推进了前端的发展。作为一名前端从业人员学习掌握ES6是必不可少的一项技能。本项目对自己项目中运用过的ES6语法知识给予介绍,并给出大量简洁易懂的示例代码,对于初学者来说敲过本项目中的代码,基本就入门ES6了,再在实际中运用所学知识、补充不足,... (more…)

Read more »

Using ES6 with D3.js

ES6 is an important update to Javascript, and it has some great features that you can start using with your D3.js visualizations.

Read more »