A Dart REPL for local exploration, using Tmuxinator, filewatcher, and Vim. Described in the blog post Staying Local.
To be clear, there's no magic here; you can use any filewatcher that calls the Dart compiler with your Dart code as the entry. If you believe in the Internet, you can also just use DartPad, or go sign up for Repl.it (but those are suuuuper easy).
- Create a symlink to
drepl.yml
in your Tmuxinator configuration directory, or copy it over. - Run
tmuxinator start drepl
.