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 U
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 s
I've done something like:
(clojure.edn/read-string (slurp (clojure.java.io/resource edn-file)))
This of course assumes the file resides in `/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
> functi
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
>
> 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 (
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
an
On 8 March 2015 at 20:05, coco 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 passing system, but you
don't e
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'
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
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 ha
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
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
12 matches
Mail list logo