Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2013-12-20 06:03:48 -08:00
parent d598826b51
commit 961361f913
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ http://nimrod-lang.org/manual.html
<table>
<tr><th>Feature</th><th>C</th><th>Nimrod</th></tr>
<tr><td>Memory Management</td><td>Manual (not counting libraries)</td><td>Garbage-collected and manual</td></tr>
<tr><td>Types</td><td>Static</td><td>Static</td></tr>
<tr><td>Compilation</td><td>Machine-code</td><td>Machine code via C <br>(other backends in progress/planned)</td></tr>
<tr><td> </td><td> </td><td> </td></tr>
<tr><td> </td><td> </td><td> </td></tr>
</table>
### Structs - Tuples and Objects