Re: Better/more idiomatic way to read EDNs than using java.io.PushbackReader

2015-03-08 Thread Matthew Boston
I've done something like: (clojure.edn/read-string (slurp (clojure.java.io/resource edn-file))) This of course assumes the file resides in `app-root/resources`. On Friday, March 6, 2015 at 8:18:03 PM UTC-7, Sam Raker wrote: I'm experimenting a little with EDN files. I've currently got this

Re: [ANN] Chestnut 0.7.0

2015-03-08 Thread Tim Gilbert
I ran into this same behavior, and then I realized it only happened if I run the lein new command if I'm *already in* a previously-created project created with lein new chestnut. I'm guessing that something in the generated project.clj interferes some of the lein new behavior somehow. At any

[ANN] Pink 0.1.0, Score 0.2.0

2015-03-08 Thread Steven Yi
Hi All, I'd like to announce the release of Pink 0.1.0 and Score 0.2.0: [kunstmusik/pink 0.1.0] [kunstmusik/score 0.2.0] Pink is an audio engine library, and Score is a library for higher-level music representations (e.g. notes, phrases, parts, scores). For more information, please see the

Re: about macro exception : Unable to resolve classname: LinkedList, macro question and possible better approach

2015-03-08 Thread coco
All your macro needs to do is to convert the first form into the second. thanks james, that make sense for me... I don't know what the rest of your function is supposed to be doing you can check my second example (def data (atom )) (defmacro blahhh [] (go (let [ch

Re: Diagnosing a figwheel error

2015-03-08 Thread Sebastian Bensusan
Can you post your project.clj and your folder structure? You might have your `:http-server-root` pointing to the wrong place. To see a working configuration try `lein new fighweel your-project-name` and you'll get a template with figwheel ready to go. On Saturday, March 7, 2015 at 11:47:19 PM

Re: [ANN] Pink 0.1.0, Score 0.2.0

2015-03-08 Thread Mikera
Looks cool, thanks for sharing! Not sure how useful it is, but I wrote some code and a blog post a while back about doing spectrograms in Clojure: https://clojurefun.wordpress.com/2013/12/22/spectrograms-with-overtone/ On Monday, 9 March 2015 02:36:27 UTC+8, Steven Yi wrote: Hi All, I'd

Re: about macro exception : Unable to resolve classname: LinkedList, macro question and possible better approach

2015-03-08 Thread coco
Sure, because you haven't quoted the symbol. If you write: (str *ns* : some-bus) ups!!, yes I forget quoted the symbol, thanks james!!... In Clojure, then Clojure will look for a variable called some-bus. The error you get is because it can't find such a variable. You want to

Re: about macro exception : Unable to resolve classname: LinkedList, macro question and possible better approach

2015-03-08 Thread James Reeves
On 8 March 2015 at 20:05, coco clasesparticulares...@gmail.com wrote: I don't know what the rest of your function is supposed to be doing you can check my second example I'm afraid that doesn't explain you intend your function to do. You appear to be setting up some form of message

Re: [ANN] Pink 0.1.0, Score 0.2.0

2015-03-08 Thread Steven Yi
Hi Mike, That's fantastic, thanks for sharing! It definitely looks useful. I've bookmarked the page and cloned the repo to study up on later. I'm not sure I'll be able to use the implementation directly as I'm not quite sure yet what direction I'll go with for implementing FFT's in Pink (I

Re: GSoC 2015 - Better Clojure/Android integration project discussion

2015-03-08 Thread Daniel Solano Gómez
Hello, Thanks for your interest. On Sun Mar 8 17:17 2015, Devang Shah wrote: This message is intended for suggester Daniel Solano Gómez, to initiate the discussion on the project mentioned in the subject line. Please feel free to jump in if you feel/wish to answer the questions or clarify

Re: Who's using Clojure?

2015-03-08 Thread gvim
On 06/03/2015 10:46, Fergal Byrne wrote: Clojure is winning one dev at a time. There are almost no cases of teams switching back to Java or Scala once they've worked with Clojure for a while. The same cannot be said for Groovy or Scala, which are being abandoned in good numbers. What's your

GSoC 2015 - Better Clojure/Android integration project discussion

2015-03-08 Thread Devang Shah
This message is intended for suggester Daniel Solano Gómez, to initiate the discussion on the project mentioned in the subject line. Please feel free to jump in if you feel/wish to answer the questions or clarify points. I am interested in developing a plugin for the Clojure which will work in