<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 26, 2013, at 00:18, Erik Huelsmann <<a href="mailto:ehuels@gmail.com">ehuels@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">Hi Rich,</p><p dir="ltr">On Aug 25, 2013 11:51 PM, "Rich Morin" <<a href="mailto:rdm@cfcl.com">rdm@cfcl.com</a>> wrote:<br>
><br>
> I'm involved with a project that uses Steel Bank Common Lisp (SBCL).<br>
> I'm interested in the possibility of moving it to ABCL, in order to take<br>
> advantage of interoperability with some other JVM languages (eg,<br>
> Clojure, JRuby, Jython).<br>
><br>
> FYI, the project software currently uses several requires:<br>
><br>
>   (require :bordeaux-threads)</p><p dir="ltr">Bordeaux-threads - if taken to be recent enough - should not be a problem ...</p><p dir="ltr">>   (require :mcclim)     ; CLIM public implementation</p><p dir="ltr">... but this require might be a challenge. I know that Rudi  Schlatte started to port McCLIM to ABCL. I have no idea what his current progress is.</p></blockquote>Now that abcl has a mop implementation, a port is theoretically possible.  In fact, porting the existing X-Windows backend should not be too much work.  I started noodling around with a Swing-based backend, but did not progress beyond an application frame with vertically stacked labels so far.  Current progress is at <a href="https://github.com/rudi/mcclim/tree/abcl-backend">https://github.com/rudi/mcclim/tree/abcl-backend</a>; I'm not working actively on it currently but it can serve as the basis for a port of the X-Windows backend since the abcl-specific files are there.</div><div><br></div><div>Rudi</div><div><br></div><div><br></div><br></body></html>