Re: Can I use Clojure to build a mobile chat application?

2015-12-29 Thread William la Forge
Here's a chat demo written in clojure/clojurescript: https://github.com/hoplon/demos/tree/master/castra-chat It is a pretty basic starting point, but it does show how to do a reactive (mobile compatible) web chat. And for a school project it is likely fine. -- You received this message because

Re: Project structure when using reader conditionals

2015-12-29 Thread Alan Moore
Yes it would be handy for small projects but IMO larger applications should be broken up into client and server code. Some might argue for breaking up client and server into separate projects altogether but that begs the question about what to do with the .cljc files that are shared (e.g. put t

boot-cljs-test: why is my test not included when tests are run?

2015-12-29 Thread fahptv
Hello again git clone https://github.com/frankhenderson/boot-cljs-test-question install boot run: boot auto-test Why does it say there are 0 tests instead of 1? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

[ANN] 18th Tutorial of the modern-clsj series

2015-12-29 Thread Mimmo Cosenza
Hi all, just before my vacation, I published the 18th tutorial of the modern-cljs series. It uses a TDD environment augmented with REPLs to show how experiment within the CLJS REPL in the middle of a TDD workflow. https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-

Re: Possible bug in AOT-compiled Clojure when ns-unmap is used

2015-12-29 Thread Stuart Sierra
AOT-compilation breaks almost any code that tries to redefine Vars. I wouldn't expect this to work. —S On Monday, December 28, 2015, wparker30 wrote: > > I have found what appears to be a bug in AOT-compiled Clojure when > ns-unmap is used. I have the following reduced case: > > (ns unmap-test

Re: is this macro right?

2015-12-29 Thread Jacob Goodson
It says that a number cannot be cast to a function. (3 4) The number 3 is not a function, thus the reason for the error. On Monday, December 28, 2015 at 3:47:39 AM UTC-5, Mian Pao wrote: > > > http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojure > -- You received th

Can I use Clojure to build a mobile chat application?

2015-12-29 Thread симон
My project is to use build a simple chat client and I thinking of using clojure since it is the language am currently learning. And am liking it. I don't know weather this is possible and what the possibilities/challenges are. I need advice or suggestions on what projects else I can do with

Re: org-mode Clojure babel

2015-12-29 Thread Johannes Brauer
thanks for the hint; indeed it works Am 21.12.2015 um 16:12 schrieb martin_clausen mailto:martin.clau...@gmail.com>>: I found that Org-mode version 8.3.2 and CIDER 0.11.0 snapshot (package: 20151212.1044) works great and can be easily be installed from repos. On Sunday, December 20, 2015 at 6: