Re: Trouble Running Chime Application outside for repl

2016-11-21 Thread Chris Snyder
again in a bit! > > James > > On Monday, November 21, 2016 at 3:03:45 PM UTC, Chris Snyder wrote: >> >> >> Have a program I want to run every 5 seconds unless the previous run is >> not finished then I want it to wait on the previous run to finish. >> To d

Trouble Running Chime Application outside for repl

2016-11-21 Thread Chris Snyder
Have a program I want to run every 5 seconds unless the previous run is not finished then I want it to wait on the previous run to finish. To do this I used a library called Chime (https://github.com/jarohen/chime). *The Problem* is the program works perfectly in repl but will not work outsid