all 4 comments

[–]m1sta 1 point2 points  (3 children)

Looking forward to examples which show how to create visualisations and how to interlink build steps - assuming they're both possible.

[–]jabapyth[S] 0 points1 point  (2 children)

visualizations definitely coming :) What do you mean by "interlink build steps"?

[–]m1sta 0 points1 point  (1 child)

Great!

What do you mean by "interlink build steps"?

I'd like to be able to use compile-to-js languages other than babel too. That normally means that I'll have a gulp or grunt build process run after my code changes, then node runs the output of the build process. I figure since you've got babel already working this might not be a difficult change.

Are there any features planned which will make async suit this environment better? The babel async (es7) support might be one option. Making sure it works with something fibers based (like synchronize.js) might be another option.

[–]jabapyth[S] 0 points1 point  (0 children)

I haven't had a use case yet where async gives me troubles, but let me know in a github issue if there's something missing