Is there any kind of debugger support (now, or coming?). On Tue, Mar 10, 2009 at 8:10 AM, Tom Ayerst <tom.aye...@gmail.com> wrote: > Liking it so far. Can you get jline style functionality into the REPL, I > really miss it. > > Cheers > > Tom > > 2009/2/27 AndrewC. <mr.bl...@gmail.com> >> >> >> >> On Feb 26, 7:08 pm, CuppoJava <patrickli_2...@hotmail.com> wrote: >> > Hello Ilya, >> > Thanks for the workaround. >> > >> > I'm glad to hear you're working on a "surround with" feature. Some >> > other parenthesis commands that I most commonly use is: >> > 1) Delete next Sexp. >> > 2) Splice Sexp. (Remove the parenthesis around the current sexp). >> > 3) Move cursor to next/previous sexp. >> >> Don't forget Barf and Slurp! >> >> Barf - eject an Sexp from this Sexp (front and back): >> >> (a b c) -> (a b) c >> (a b c) -> a (b c) >> >> Slurp - incorporate an Sexp into this Sexp (front and back): >> >> (a b) c -> (a b c) >> a (b c) -> (a b c) >> >> Also copy this sexp, cut this sexp. >> >> All vital! >> >> >> >> > > > > >
-- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---