2013-05-17
| 22:38 | tomoj | can you make a goal into a constraint, e.g. for treec? |
| 22:41 | tomoj | basically I want tree-membero |
| 22:42 | tomoj | (I have plusg instead of composeg already) |
| 22:59 | duncanm | hello |
| 22:59 | duncanm | i'm trying to use nrepl, so M-x nrepl-jack-in shows me a repl buffer |
| 22:59 | duncanm | but it doesn't seem to evaluate anything |
| 22:59 | duncanm | i type (+ 1 1) and it hangs |
| 22:59 | duncanm | i'm on a mac, is it because i need to open up some port? |
| 23:14 | duncanm | anyone around? |
| 23:17 | decaf | duncanm: I'm probably newer than you on clojure but I know nrepl works with a tcp port |
| 23:20 | duncanm | hmm |
| 23:23 | decaf | and it's changing, looks like first one available |
| 23:23 | duncanm | woohoo |
| 23:23 | duncanm | i got it working |
| 23:23 | duncanm | it was my paredit setup |
| 23:24 | duncanm | it bound newline to something else |
| 23:24 | duncanm | neat |