On Thu, Oct 1, 2009 at 2:29 PM, DomS <dominik.schaefe...@googlemail.com>wrote:

>
> Hello all,
>
> I'm trying to integrate an REPL in a existing java project, but i dont
> know how it works or where to start.
>
> At first it should only have the functionality from an ordinary clj
> repl. Later we want to extend it with some functions and macros, to
> control our software via "console".
>

I'd look into integrating jochu's swank-clojure and using emacs as the
console for the project; that way most of the heavy lifting (managing
connections, command line completion/history) is already taken care of.

Cheers,
-- Fredrik
==============================================
What am I up to? http://twitter.com/appelberg

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