Dave Yarwood
Dave Yarwood
That's a nice idea for a workaround! It doesn't seem to be working for me, though. When I evaluate `(/ 1 0)`, I still see a python stacktrace: ``` error...
Superceded by #461
Fixed in https://github.com/alda-lang/alda/pull/461. Will keep this issue open until I have a chance to release it.
I think I'm just going to close this issue. My ideas above are aspirational, and in the last 6 years I've never found myself really craving them when working in...
Agreed -- this would be a nice to-have. I like your helper function - I'll give that a try!
Works like a charm :100:
Anecdotally, we're running various services in production on Ubuntu 18.04 that use Boot, so maybe this is a Java 10-related issue? We're using Java 8: ``` $ java -version openjdk...
@alandipert @micha I'm interested in taking another stab at a Boot client/server architecture, either by continuing the work on the Go client or by mirroring what I've done with [Alda](https://github.com/alda-lang/alda),...
This might be the most helpful resource available today: https://github.com/boot-clj/boot/wiki/Using-Boot-in-a-Leiningen-Project
Re: keeping the connection open, I think that could be a good optimization, but I'm hesitant to do any more work on this branch until the maintainers merge it. It's...