James Campos
James Campos
babel's a generic compiler; you can use it just to compile templates
you could look at the [inline environment variables transform](http://babeljs.io/docs/plugins/transform-inline-environment-variables/), or maybe make your own transform modules should be fine with circular dependencies i'm not familiar with the current state of...
rollup is about the simplest module bundler out there; what complexity are you referring to? anything simpler would be the current method of simply concatenating files. any tool has a...
any update on this? i was thinking converting files could be a neat warmup exercise.
best js of current year is probably typescript
:+1:
looks good, but can you make it go forwards as well? shouldn't be much more code in fact you could rewrite the `'` mark to use this stack
it looks like you're not updating the `'` mark when using the jump stack, that is not great behavior. opening vim it seems that their behavior isn't obvious to me...
my initial implementation thought was that `'` could be a pointer to the stack, iow just the index number, but that might not be useful