On Dec 30, 2008, at 9:13 PM, CuppoJava wrote:

>
> Thanks Matt,
> I was actually hoping for you to reply. I found one of your earlier
> posts mentioning that you got JME working properly interactively with
> the REPL.
>
> Unfortunately, your solution didn't seem to work. I seem to be having
> the same problem as the guy in this post:
> http://groups.google.com/group/clojure/browse_thread/thread/6c195c35ae9a7eb8

Hrmm, sorry I can't help you there.  Could upgrade your OS.   
*ducks*  ;-)

>
>
> By the way, what is the difference between (. mythread start) and
> (.start mythread)?

The latter is a macro that expands to the former:

user> (macroexpand '(.start thread))
(. thread start)

>
> >


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

Reply via email to