Re: Clojure production environment

2014-08-20 Thread Larry Staton Jr.
Immutant behind nginx behind Elastic Load Balancer on AWS. Deploy tool of choice is make. On Wednesday, August 20, 2014 3:52:45 AM UTC-4, Serzh Nechyporchuk wrote: > > Hi, guys > > I've just googled about clojure production environments and found nothing > about it. > I want to ask what environ

Re: Finding available methods or docs for a value type

2013-12-24 Thread Larry Staton Jr.
John - In the lein REPL, you can use (find-doc "some-string") to find related functions. Also, I've found the Clojure cheat sheet to be helpful: http://clojure.org/cheatsheet /ls On Tuesday, December 24, 2013 8:58:29 AM UTC-5, John Kida wrote: > > So i am very new to Clojure and I am wonderin