<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Sorry for being dumb here. It seems to be a bit different from the process defined on the web site:<div><span style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20.796875px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(252, 250, 250); display: inline !important; float: none;">$ mkdir swift-0.93
        $ cd swift-0.93
        $ svn co <a href="https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.9/src/cog">https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.9/src/cog</a>
        $ cd cog/modules
        $ svn co <a href="https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.93">https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.93</a> swift
        $ cd swift
        $ ant redist</span></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;">what should I do? Just download the src and assume the rest is in?</span></font></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;">Sorry for the silly question, I would like to install it today, but I don't have the time to search for more details.</span></font></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;"><br></span></font></div><div><font class="Apple-style-span" color="#333333" face="Arial, Helvetica, sans-serif" size="4"><span class="Apple-style-span" style="line-height: 20px; white-space: pre;"><br></span></font><div><div><div>On Feb 12, 2013, at 8:22 PM, Mihael Hategan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>Over the past couple of weeks I committed the faster branch. It's<br>essentially a re-implementation of the karajan language. <br><br>The gist of it is that it is now a semi-compiled language. What I mean<br>by that is that there is no code generation, so the initial parse tree<br>is converted into a compiled tree. Variable and function references are<br>resolved at compile-time. This provides considerable improvements in<br>performance from two fronts:<br><br>1. The interpreter was changed from an event-based system (a system that<br>made sense many years ago, but has little relevance for swift) to a<br>lightweight threading implementation based on exceptions.<br>2. The compiler can make optimizations that weren't possible with a<br>dynamic language. For example, once the swift and logging settings are<br>known, code that conditionally executes based on a swift property or<br>logging statements can be optimized away and have no run-time overhead.<br><br>There is also a benefit in memory consumed. Variables are now stored in<br>arrays rather than hashtables. This should reduce the run-time overhead<br>of the engine.<br><br>There are a few more relevant changes from swift's perspective:<br>- there is no more karajan xml. Keeping two inter-operable syntaxes was<br>a pain in the back. <br>- sites.xml is now parsed with a DOM parser<br>- all the coaster code has been moved into provider-coaster. Karajan is<br>now independent of that (and the other way around).<br><br>Most of the tests pass, but that means little. So if you can give it a<br>shot, please do. If it works sufficiently well, we can merge this into<br>trunk.<br><br>Code is at:<br><a href="https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/faster/">https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/faster/</a><br>https://svn.ci.uchicago.edu/svn/vdl2/branches/faster<br><br>Mihael<br><br>(PS: Contrary to my initial beliefs, the TUI seems to mostly work, but I<br>haven't tested in detail).<br><br>_______________________________________________<br>Swift-devel mailing list<br>Swift-devel@ci.uchicago.edu<br>https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel<br></div></blockquote></div><br></div></div></body></html>