Re: How do I call a function in the catch block of try/catch?

2016-11-25 Thread larry google groups
Sorry, I am an idiot. I had added a try/catch to the first "convert" when I was debugging. Ignore all this. On Friday, November 25, 2016 at 6:41:57 PM UTC-5, larry google groups wrote: > > I know some of you will tell me that I shouldn't use try/catch for control > flow. That is fine. I

Re: How do I call a function in the catch block of try/catch?

2016-11-25 Thread larry google groups
When the Exception is thrown, I get: java.lang.Thread.run Thread.java: 745 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 615

How do I call a function in the catch block of try/catch?

2016-11-25 Thread larry google groups
I know some of you will tell me that I shouldn't use try/catch for control flow. That is fine. I might redo this. But for now, I'd like to simply know why this doesn't work. I have this function: (defn start [] (let [filenames-as-seq-of-strings (.list (io/file "/home/ec2-user/uploads/"))]

Re: is it always safe to read a string and converts it back to a string?

2016-11-25 Thread Yehonathan Sharvit
Thanks Mike. Fixed On Fri, 25 Nov 2016 at 07:58 Mike Rodriguez wrote: > Just FYI. The code part under "Tabs are printed as \t:" has a typo and > shows a new line instead of tab. > > Otherwise nice work. > > -- > You received this message because you are subscribed to the