<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<div><br></div><div>I am new to ABCL and have a question to it's capabilities:</div><div>My goal is to load an exsting part of a system coded in lisp into Java and to use the lisp code as basic library for a java application.</div><div><br></div><div>Currently my approach is to load the lisp code with:</div><div><div>Interpreter interpreter = Interpreter.createInstance();</div><div>interpreter.eval("(load \"my-lisp-code.lisp\")");</div></div><div>...</div><div><br></div><div>So the lisp code must be present in the project every time it is running.</div><div>Is there any chance to translate the lisp code to a Java source file by using ABCL? So it would not be necessary to provide the lisp code in the java application after it is translated once.</div><div><br></div><div><br></div><div>Best regards</div><div><br></div><div>Lukas</div>                                       </body>
</html>