On Jul 6, 4:50 am, Nick Mudge <mud...@gmail.com> wrote: > One of the things I like about Clojure is it is a way to get lisp and > functional programming into workaday programming work; into the many > places and businesses that use Java. > > I'd be very interested to hear stories or experiences of getting > Clojure into the workplace and how it was done. That is, convincing > customers and business people and other programmers that it is okay > that you start doing your work in Clojure in your job. And similar > such experiences.
I managed to use Clojure in a pure MS C++ shop. I started by writing some Communicating Sequential Processes code at home on my own time. The library allowed for analysis and simulation of code modelled in CSP. Next I found an interesting problem (distributed, timing, buggy) and modelled it using the CSP library. Since the analysis would have been difficult to do in another language and I already had a good start, I got some time to continue the work. Since we only use C++ I imagine side projects and utilities are about as far as Clojure will make in my company, but it was fun to spend some time on it. -- 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 - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en