Home

Awesome

Learning Rome

Just one of the things I'm learning. https://github.com/hchiam/learning

A JavaScript toolchain built from the ground up. No 3rd party dependencies.

https://romejs.dev

rome init
rome run index.js
rome lint index.js
rome compile index.js
rome parse index.js # gives you an AST
rome test