Re: core.logic now compatible with Clojure 1.2.X

2011-05-24 Thread Sunil Nandihalli

Thats really nice to hear.. but is the version on clojars compatible
with 1.2 yet?
Thanks
Sunil.
On May 25, 9:03 am, David Nolen dnolen.li...@gmail.com wrote:
 I know not everyone is adventurous enough to use the 1.3.0 alphas just to
 try out core.logic. I've made the required changes to make it 1.2.0
 compatible.

 Have fun,
 David

-- 
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 - please be patient with your 
first post.
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


jna Java Native Acess and clojure ....

2010-08-09 Thread Sunil Nandihalli
Hello everybody,
 I have been trying to use the native libraries in clojure. I have
found clj-native and clojure-jna which may serve the purposes. I would
like to get a feed back from the community .. Which of these is good
to use .. Or do you have any other suggestions..
Thanks in advances...
Sunil.

-- 
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 - please be patient with your 
first post.
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


clojure and jogl and jReality

2010-08-30 Thread Sunil Nandihalli
Hello everybody,
I am trying to get a simple java code (about 10 lines in clojure )
which uses jReality ported to clojure. This is my attempt has been
kind of half way successfull. The corresponding github-repo link is
  git://github.com/sunilnandihalli/jRealityTutorial.git
  The project is nicely set up to work with leiningen .. so simple
lein deps  lein native-deps should get it started. after that I
just execute the sexp in the emacs editor. When the code runs, it
opens the ui and shows what is intended in a rather unpleasing way
with the flickers and all. when I look at the terminal output it tells
me that jogl.jar may not be in the class path.. I have however added
it to the :native-dependencies and it does download and extract it . I
do see the corresponding shared object files .. but I don't understand
why it still says it is not finding the jogl.jar .. can anybody help
me?

Thanks in advance.
Sunil.

-- 
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 - please be patient with your 
first post.
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