Clojure is a separate dialect of LISP that happens to run on the JVM. It is not a tool to magically turn existing LISP dialects into Java. That said, manually converting from Scheme or Common Lisp to Clojure could be relatively easy, if the LISP code is small.
Clojure does not emit Java code, though, and for a more direct LISP to Java bytecode translation I would advise you to take a look at either Kawa Scheme or ABCL. On Thursday, 28 November 2013, Mars0i wrote: > Shabbir Ahamed, > > People here can be very helpful. However, I don't think that you have > described your problem in enough detail for anyone to know how to answer. > Why is there a Lisp file in the middle of the process? What's in it? What > dialect of Lisp is it in? Why does it need to be converted to a Java > class? What is the class supposed to do? What are the two databases, and > what is the structure of the data? Answers to all of these questions might > be relevant. Additional information might be relevant as well. > > -- > -- > 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<javascript:_e({}, 'cvml', > '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 <javascript:_e({}, 'cvml', > 'clojure%2bunsubscr...@googlegroups.com');> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com <javascript:_e({}, 'cvml', > 'clojure%2bunsubscr...@googlegroups.com');>. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.