Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2013-12-20 06:05:07 -08:00
parent 961361f913
commit 581203105c
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ http://nimrod-lang.org/manual.html
<tr><th>Feature</th><th>C</th><th>Nimrod</th></tr> <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>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>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>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>Meta-programming</td><td>C Preprocessor</td><td>Nimrod (const/when/template/macro)</td></tr>
<tr><td> </td><td> </td><td> </td></tr> <tr><td> </td><td> </td><td> </td></tr>
</table> </table>
### Structs - Tuples and Objects ### Structs - Tuples and Objects