<div dir="ltr"><pre style="font-family: arial,helvetica,sans-serif;">I have just released LFE v0.3.<br><br>This is the first version with the modified internal core forms and macro interfaces for the new CL inspired style and the older Scheme inspired style.<br>
<br>Two new modules have been added:<br><br>lfe_boot allows you to start Erlang with the LFE shell running and still have ^G enabled and user_drv running. Use it as follows:<br><br>erl -noshell -noinput -s lfe_boot start<br>
<br>NOTE the order of commands important, must be -noshell -noinput! Add -pa to find modules if necessary.<br><br>lfe_gen is a trial interface for using LFE for dynamic code generation. LFE is much easier to generate as an Erlang list than Erlang forms. This module delps defining and compiling a module. Note that, while it works, this module is very experimental and may change.<br>
<br>To get you can either takr it from <a href="http://trapexit.org" target="_blank">trapexit.org</a> or from github, which ever you prefer. The links are:<br style="font-family: arial,helvetica,sans-serif;"></pre>

<a href="http://forum.trapexit.org/viewtopic.php?p=44168#44168" target="_blank">http://forum.trapexit.org/viewtopic.php?p=44168#44168</a><br>
<a href="http://github.com/rvirding/lfe/tree" target="_blank">http://github.com/rvirding/lfe/tree</a><br><br>Robert<br><br></div>