Just read about crystal on Hacker News and thought I'd give it a whirl. Seems like a really cool new language. The one thing I can't find though is a 'watch' process, kind of like node-dev, which rebuilds on code change.
Does one exist? If not, this would be a really cool addition.
Keep up the excellent work, look forward to seeing v1.0.
Just to answer my own question - found this
https://github.com/veelenga/awesome-crystal
So question answered? Any reason to keep this open? :)
Thanks... I'm sure people can search closed issues if they have a similar question.
I too was looking for something like node-dev or nodemon so I made a small project that watches files and restarts a running process on file changes, called Sentry.