You should be able to run your app locally and do all your testing and
development locally. Heroku is "just" a remote server for deployment. I'd
suggest ignoring Heroku at first and focusing on getting your Clojure app
running locally. Presumably you are building a Ring / Jetty app?


On Wed, Dec 12, 2012 at 4:09 PM, Jonathon McKitrick <jmckitr...@gmail.com>wrote:

> So basically, I need to get used to editing in emacs, uploading to heroku,
> and (perhaps) interactively testing via a remote repl, correct?  Sorry to
> belabor the point, but I'm trying to flatten the learning curve.
>
>
> On Wednesday, December 12, 2012 2:22:33 AM UTC-5, Phil Hagelberg wrote:
>
>> On Tue, Dec 11, 2012 at 6:55 PM, Jonathon McKitrick
>> <jmcki...@gmail.com> wrote:
>> > Well, I've used slime with SBCL for quite a while, but this is my first
>> > foray into clojure and heroku.  Are you basically saying the best
>> approach
>> > is just to edit locally, push to heroku, and run?
>>
>> I suppose if you ensure everything gets required when you boot your
>> app and you limit yourself to commands which operate on the region
>> rather than loading from disk (and avoid reloads) then you should be
>> fine. It's just easy to get into an inconsistent state between what's
>> on disk locally and what's in memory during any repl-driven
>> development; throwing in a third factor of the remote disk just adds
>> more room for error.
>>
>> -Phil
>>
>  --
> 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
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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

Reply via email to