This commit is contained in:
Webmaster 2006-07-22 04:14:00 +00:00
parent 29e7430abe
commit 57af0a2c94
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
<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 more attractive 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>