[armedbear-devel] Embedding ABCL into IntelliJ IDEA and writing plugins

dmiles@users.sourceforge.net logicmoo at gmail.com
Sun Aug 23 18:39:57 UTC 2009


>
> It was only example of where ABCL is more suited for J editor than
> to anything else. Another example is method
> Interpreter.createJLispInstance. It accepts input/output streams.
>
> For non J editor case, there is no factory method with input/output
> stream parameters.
>
>
This problem plagued me.  So I just added another method:

public static synchronized Interpreter createLispInstance(InputStream in,
OutputStream out, String initialDirectory)

http://code.google.com/p/uabcl/source/detail?r=17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20090823/7e88f30d/attachment.html>


More information about the armedbear-devel mailing list