Re: Hosting clojure web app ( deployment strategies)

2013-09-23 Thread Antonio Terreno
On Mon, Sep 23, 2013 at 10:52 AM, Michael Klishin < michael.s.klis...@gmail.com> wrote: > > 2013/9/23 Roman Yakovlev > >> So as i plan to make pretty heavy app (say 1000-3000+ hits a day) what >> best strategy i should choose for now ? >> > > As long as you have enough RAM for the app not to swap

Re: function creation, partial or #()

2013-08-16 Thread Antonio Terreno
As a newbie I got confused in the first place looking at codebases where partial was used, like your colleague said, it's in the docs: "Takes a function f and fewer than the normal arguments to f, and returns a fn that takes a variable number of additional args. When called, the returned function

Re: Best IDE

2013-06-10 Thread Antonio Terreno
Not sure how it's obvious or granted as I am pretty new to the clojure world but I am really loving having a repl namespace in our projects, compiling the repl file kicks in the (web) application in the same way it gets kicked in from the -main. Server goes up, any time we C-x X-s a file we also c

Re: Auto-compiling HAML / SCSS

2013-05-21 Thread Antonio Terreno
I never used that lein plugin but the output is quite clear: > Warning: JRuby home "/Users/timothyw/Tools/jruby-1.4.0" does not exist: It seems like your jruby home is not properly configured, my favourite way to achieve this is to use https://github.com/sstephenson/ruby-build > LoadError: no su