<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Alex,<div><br></div><div>I also have my own hacked up version of jfli, if you want to have a look it is here:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><<a href="https://github.com/mrohne/jfli">https://github.com/mrohne/jfli</a>></div><div><br></div><div>Ole</div><div><br><div><div>On 2012-05-23, at 15:06 , Alex Mizrahi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>jfli-abcl, basically, allows one to quickly create Lisp function wrappers for Java classes.<br><br>E.g.<br><br>(def-java-class "java.sql.DriverManager")<br>(use-package :|java.sql|)<br>(DriverManager.getConnection ...)<br><br>The benefit over java:jcall  and JSS is that it looks more-or-less like normal Lisp function calls, pretty similar to a wrapper you could write yourself.<br>Also, potentially, it might carry less runtime overhead because everything can be resolved at compile-time.<br><br>And if you use SLIME, auto-completion works. It doesn't like mixed case, though, so you need to write it like<br>(|java.sql|:drivermanager.getcollection ...)<br>Still, better than nothing.<br><br>As far as I can tell, jfli-abcl isn't currently maintained.<br>But as I'm used to jfli-abcl I maintain my own version with some fixes.<br><br>If there is any interest in jfli-abcl I could, perhaps,. publish my version and polish it a bit.<br><br>(I'm personally not interested in new-class functionality which allows one to create Java class from Lisp.)<br><br>(I've found this updated version: <a href="https://gist.github.com/avodonosov/abcl-idea/blob/master/src/abclidea/lisp/jfli-abcl/jfli-abcl.lisp">https://gist.github.com/avodonosov/abcl-idea/blob/master/src/abclidea/lisp/jfli-abcl/jfli-abcl.lisp</a><br>But haven't yet checked if it works with latest ABCL and what are improvements against old one.)<br><br>_______________________________________________<br>armedbear-devel mailing list<br><a href="mailto:armedbear-devel@common-lisp.net">armedbear-devel@common-lisp.net</a><br><a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a><br></div></blockquote></div><br></div></body></html>