Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-25 Thread Wilkes Joiner
That was it! I add , and it seems to work fine now. Back to being hyper-productive. :) -- 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 - pl

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
I got it working, sort of. If I launch inferior-lisp from the $CLOJURESCRIPT_HOME/samples/repl/src/repl/test.cljs, then I can pull up my apps page that calls repl/connect and everything works fine from there on out. If I launch inferior-lisp from the cljs in my project, the repl appears to la

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
The browser repl in the samples directory works fine for me in emacs. I'm guessing it has something to do with my app. I'll keep poking around. Thanks for your help. If I figure it out, I'll post a follow up here. -- Wilkes Joiner On Thursday, November 24, 2011 at 11:50

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
I see a prompt. It just never evaluates an expression. -- Wilkes Joiner On Thursday, November 24, 2011 at 11:38 AM, David Nolen wrote: > You said the REPL hangs, do you don't see a prompt? > > David > > On Thu, Nov 24, 2011 at 12:12 PM, Wilkes Joiner (mailto:wilkesjoi.

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
No dice on the browser refresh. I'm wondering if it something with my emacs config. I'm going to strip it down to the simplest set up I can manage and see if it resolves the issue. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
The server appears to start up fine as the inferior-lisp process, but when I enter an expression it is never evaluated. Looking in the web inspector, there is one request to localhost:9000 that sits in a pending state. When I run "browser-repl" from the command line, I see a series of request

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-11-24 Thread Wilkes Joiner
I'm seeing the same behavior. The browser-repl script works fine from the command line, but it hangs when run in emacs. Were you able to resolve this? Mine was working fine, but quit working a few weeks ago. I'm not sure what changed. - Wilkes -- You received this message because you are

Re: Karras update problem

2010-10-27 Thread Wilkes Joiner
You want use $elemMatch to test for items in an array: http://www.mongodb.org/display/DOCS/Advanced+Queries#AdvancedQueries-ValueinanArray In karras that would be: (fetch-one projects (where (element-match :users uu))) That doesn't explain why the first query passed. I can recreate it, but I d

NoClassDefFoundError while using AOT compiler

2008-11-15 Thread Wilkes Joiner
I was trying out the new AOT compilation, but hit a roadblock with the following error message: java.lang.NoClassDefFoundError: compile_fail$criteria__9$f__11 If I do a dirty build, i.e. just run build 2x, it will find the class. I stripped everything down to the bare essentials to recreates it:

Re: Changes for AOT compilation

2008-11-13 Thread Wilkes Joiner
On Nov 13, 12:43 pm, Rich Hickey <[EMAIL PROTECTED]> wrote: > We're coming around the other side of the few breaking changes I > wanted to get done before release 1.0. > Is there a roadmap published anywhere? Thanks, Wilkes --~--~-~--~~~---~--~~ You received this