This commit is contained in:
Holden Karau 2006-07-23 23:34:14 +00:00
parent 57af0a2c94
commit a2de51bd16
1 changed files with 5 additions and 3 deletions

View File

@ -10,10 +10,12 @@
Most of these should be available upon request at the Computer Science Club office to be burnt to CD or DVD should you so choose.
</p>
<ul>
<mediaitem title="Eric LaForest: Stack Computing">
<mediaitem title="Eric LaForest: Next Generation 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 delivers a crash-course on modern stack computing, the Forth programming language, and some projects of his own. Stack
systems have faster procedure calls and reduced complexity (shorter pipeline, simpler compilation) relative to their conventional counterparts, as
well as more consistent performance, which is very important for real-time systems. Many consider stack-based architecture's crowning feature,
however, to be the unrivalled price-to-performance ratio.
<p>
Note: the slides are hard to make out in the video, so make sure to download the slides as well.
</p>