[ClojureScript] Clojure infrastructure update

2016-11-18 Thread Alex Miller
I have been working with our hosting provider (thanks Contegix!) to upgrade the hosts underneath *dev.clojure.org * (JIRA and confluence) and *build.clojure.org * (Hudson). The new hosts are much more recent versions of the OS and seem to be

[ClojureScript] Re: Specific greeting to be shown in browser

2016-11-18 Thread Phill Wolf
Didn't you intend for :on-change to lead to a function? Keep in mind, it's a function *of* something... which will be very helpful in the comparison. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are

[ClojureScript] Specific greeting to be shown in browser

2016-11-18 Thread 'Rickesh Bedia' via ClojureScript
Hi, I am fairly new to Clojurescript (been learning for around 2 months) and I have a problem with a small project I am working on. My aim is for a greeting to be inputted and then a response to be outputted depending on the greeting, all on the browser. My code: (ns myproject.greeting