mirror of
https://github.com/php/presentations.git
synced 2026-03-24 23:52:18 +01:00
16 lines
462 B
XML
16 lines
462 B
XML
<slide title="The Olden Days">
|
|
<blurb>
|
|
<i>And then there was C...</i>
|
|
</blurb>
|
|
<list title="Advantages">
|
|
<bullet>All the power of an Assembly Language</bullet>
|
|
<bullet>Simple Syntax</bullet>
|
|
<bullet>Designed for the UNIX Environment</bullet>
|
|
</list>
|
|
<list title="Disadvantages">
|
|
<bullet>All the ease of use of an Assembly Language</bullet>
|
|
<bullet>Compiled, Not Interpreted</bullet>
|
|
<bullet>Architecture Portable, not OS Portable</bullet>
|
|
</list>
|
|
</slide>
|