Re: [ClojureScript] Re: [ANN] kabel 0.1.0 release

2015-12-25 Thread Jethro Kuan Sheng Yuan
Have you seen castra before? Seems like both are trying to achieve the same objective. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - plea

questions of Prismatic Schema and Org Babel Clojure

2015-12-25 Thread Rui Yang
Hi, I tried to use org babel to document my learning of clojure. Trying the following codes in org babel. #+begin_src clojure :results pp (require '[schema.core :as s]) (s/defrecord MyDomainModel [date :- Long ]) (s/validate MyDomainModel (map-> MyDomainModel{:date 123})) #+end_s

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Sven Richter
Hm, Thats interesting, the first time I tried boot (when it was officially anounced) on W7 it did not work for me (one of the already existing issues hit me). As I read this announcement here I tried it again, before writing my answer. What I did was to to install the latest boot and clone: h

Re: Project structure when using reader conditionals

2015-12-25 Thread Dru Sellers
Is it fair to say that the accepted pattern now (with reader conditionals) is to have a single src/ directory and then letting the file extension (cljs,clj,cljc) do the heavy lifting rather than having a directory for each? that would be handy if so. -d On Friday, May 29, 2015 at 3:10:30 PM

Re: [ClojureScript] Re: [ANN] kabel 0.1.0 release

2015-12-25 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25.12.2015 08:18, Zubair Quraishi wrote: > I like the idea of this. Isn't there anything similar already in > Cljs and Clojure though? Do you know any? I sadly do not, one and a half years ago when I started implementing the communication concept

Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Sean Corfield
Sven Richter wrote on Wednesday, December 23, 2015 at 11:33 PM: While I appreciate everyones work and also like boots approach to building clojure libs I want to remind you that boot still does not work on windows. I’ve been using Boot extensively on Windows 10 for the last few weeks and it seem

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Mimmo Cosenza
Yes, your way is quicker... [mc] > Il giorno 25 dic 2015, alle ore 12:43, Erik Assum ha scritto: > > When it's just a matter of correcting typos, I tend to fork the project, do > the edit directly in the github gui, commit, and add a pull request, which > would correspond to steps 1,5,6,8 bel

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Erik Assum
When it's just a matter of correcting typos, I tend to fork the project, do the edit directly in the github gui, commit, and add a pull request, which would correspond to steps 1,5,6,8 below. Erik. -- i farta > Den 25. des. 2015 kl. 08.36 skrev Mimmo Cosenza : > > Hi Erlis, > the best way t