Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-12-21 Thread Peter Wang
Hi, On Tuesday, September 10, 2013 2:24:50 AM UTC+2, Nelson Morris wrote: > > I've been using austin on a project with emacs/nrepl. It works for a C-c > C-k, switch to nrepl, interact with app. However, some other features like > auto-complete and jump-to-symbol-definition I'm used to in a cloj

Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-10-12 Thread Timothy Washington
Ok, figured this out. I had to add the option to pass in a *:url* to the * repl-env* function. Made a pull request here. Let me know if you'd like anything changed or cleaned up. Thanks Tim Washington Interruptsoftware.ca / Bkeeping.com On Fri, Oct 1

Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-10-11 Thread Timothy Washington
This looks awesome. I'm digging into it right now. *A)* A problem cropped up where the example app, provided here, isn't working for me. After *i)* turning off all other repls and *ii)*following instructions ex

Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-09-09 Thread Nelson Morris
I've been using austin on a project with emacs/nrepl. It works for a C-c C-k, switch to nrepl, interact with app. However, some other features like auto-complete and jump-to-symbol-definition I'm used to in a clojure workflow don't work or cause a core to spin. I'd suspect the eldoc call to show

Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-09-09 Thread Norman Richards
On Mon, Aug 5, 2013 at 8:21 AM, Chas Emerick wrote: > As you might know, I've been tinkering with an easier-to-use variant of > ClojureScript's browser-REPL for some time. I've finally wrapped that up > into its own project, Austin: [...] > Is anyone successfully using this with nrepl in emacs

Re: [ClojureScript] [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-08-05 Thread Laurent PETIT
Can you all guys please stop starting sooo many interesting topics while I'm on holidays ? ;-) Le lundi 5 août 2013, Chas Emerick a écrit : > On Aug 5, 2013, at 9:21 AM, Chas Emerick wrote: > > > As you might know, I've been tinkering with an easier-to-use variant of > ClojureScript's browser-REP

Re: [ClojureScript] [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-08-05 Thread Tim Visher
This looks awesome. I can't wait to dig into it. On Mon, Aug 5, 2013 at 9:21 AM, Chas Emerick wrote: > As you might know, I've been tinkering with an easier-to-use variant of > ClojureScript's browser-REPL for some time. I've finally wrapped that up > into its own project, Austin: > >

Re: [ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-08-05 Thread Chas Emerick
On Aug 5, 2013, at 9:21 AM, Chas Emerick wrote: > As you might know, I've been tinkering with an easier-to-use variant of > ClojureScript's browser-REPL for some time. I've finally wrapped that up > into its own project, Austin: > > https://github.com/cemerick/austin > > Everything you

[ANN] Austin — the ClojureScript browser-REPL, rebuilt stronger, faster, easier

2013-08-05 Thread Chas Emerick
As you might know, I've been tinkering with an easier-to-use variant of ClojureScript's browser-REPL for some time. I've finally wrapped that up into its own project, Austin: https://github.com/cemerick/austin Everything you need to know is there. The tl;dr is: 1. You can have a Cloj