diff --git a/Nimrod-for-C-programmers.md b/Nimrod-for-C-programmers.md index 25ffee3..21d6872 100644 --- a/Nimrod-for-C-programmers.md +++ b/Nimrod-for-C-programmers.md @@ -9,6 +9,13 @@ The manual provides a more or less complete overview of the language: http://nimrod-lang.org/manual.html +### At a glance + + + + + +
FeatureCNimrod
Memory ManagementManual (not counting libraries)Garbage-collected and manual
### Structs - Tuples and Objects Tuples and Objects in Nimrod are kind of like structs in C, but not really.