On Mon, Mar 28, 2011 at 5:16 PM, Armando Blancas
<armando_blan...@yahoo.com> wrote:
>> IntelliJ w/ La Clojure -
>> Could get a REPL, couldn't figure out how to do anything else.  In
>> particular, I followed some specific instructions from somewhere
>> (can't remember where) for how to set up a project, edit a source file
>> (hello world or whatever), and "run" that source file.  All I got was
>> some kind of error.  Result - uninstalled.
>
> I can't believe that piece of crap is being recommended to newbies.
> That must have been a practical joke. You're a good sport.

That's remarkably unhelpful. It works fine for me, even downloads the
appropriate clojure jar. I can either run or debug a script file, or
get a usable REPL. You're going to have to be way more specific.

1) Install La Clojure plugin
2) Create new project
3) Create new module (the only even halfway complicated step)
  a) Choose "Java Module" as the type, press Next
  b) Press next until it asks you to select desired technologies,
select Clojure and leave everything default
4) Create a package in the src folder (right-click, name it something
like t.core)
4a) Tools | "Start Clojure Console" if you want a repl
5) Create a clojure file (right click on t.core, select "New ->
Clojure file", name it "t")
6) Add a line (prn "Hello world!")
7) Create a "run configuration"
    a) Menu (Run | Edit Configurations)
    b) Hit the plus sign to add a new configuration
    c) Choose "Clojure script", script path should point to the t.clj
you created
    d) Hit OK
8) Press the run button

This is honestly the kind of stuff you should be able to figure out...

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