Need help with Undertow Server availability over wireless

2015-01-09 Thread Joshua Aroke
Please my question is straight forward. I want to make undertow server to be available over wireless such that every thing that I can access using localhost or any other ip can also be accessed from another machine(laptops, phones, tablet) connected over wireless. -- You received this message

[ANN] Leiningen 2.5.1 released

2015-01-09 Thread Phil Hagelberg
Greetings, hackers. I'm happy to announce the release of Leiningen version 2.5.1. This version contains mostly minor fixes related to profiles and aliases, but also a fix for a rather annoying issue that caused lein upgrade/downgrade/self-install to break on Windows. Here's a full list of user-vi

Re: maya - A DSL for math and numerical stuff

2015-01-09 Thread Jacob Goodson
Well you just went and took it all the way didn't you? =P On Thursday, January 8, 2015 at 8:49:30 PM UTC-5, Mikera wrote: > > Very nice! > > People interested in this topic may also be interested in Expresso, which > supports analysis / transformation of mathematically expressions in Clojure: > h

Re: [ANN] modularity.org

2015-01-09 Thread James Reeves
On 8 January 2015 at 15:10, Malcolm Sparks wrote: > > The idea here is that you want individual components to be able to > 'contribute' groups of routes. That way, you can avoid the common practice > of having one big 'god' namespace containing all the Ring routes, which is > then tightly coupled

Re: TDD and lein

2015-01-09 Thread Colin Yates
Hi Andrea, have you checked the doc at https://github.com/clojure-emacs/cider? It as a bunch of very useful shortcuts, including the ability to send either eval current buffer, the current form or the outer most form. On 9 January 2015 at 12:15, andrea crotti wrote: > Thank you all for the great

Re: TDD and lein

2015-01-09 Thread andrea crotti
Thank you all for the great suggestions I'll start using some of these libraries. I tried now again with cider and found out what I needed to do. Apparently if I change any file I have to first do a M-x cider-refresh and then running the tests will reflect the situation. Can that not be automated