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
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
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
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-
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
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
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
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: