This commit is contained in:
Webmaster 2006-07-22 04:13:33 +00:00
parent bda6073d56
commit 29e7430abe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<ul>
<mediaitem title="Eric LaForest: Stack Computing">
<abstract>
Eric LaForest introduces modern Stack Computing, FORTH (a stack based language). Stack systems have faster procedure calls, reduce complexity (shorter pipeline, simpler compilation), and consistent performance (very important for realtime systems). Additionally, The price to performance ratio is often much higher on stack based architectures. But enough rambling from me, watch the video and download the slides to learn more.
Eric LaForest introduces modern Stack Computing, FORTH (a stack based language). Stack systems have faster procedure calls, reduce complexity (shorter pipeline, simpler compilation), and consistent performance (very important for realtime systems). Additionally, The price to performance ratio is often much more attractive on stack based architectures. But enough rambling from me, watch the video and download the slides to learn more.
<p>
Note: the slides are hard to make out in the video, so make sure to download the slides as well.
</p>