From d598826b51d7761115d3f33aa03b2c4dbd840b53 Mon Sep 17 00:00:00 2001 From: Audun Wilhelmsen Date: Fri, 20 Dec 2013 06:00:20 -0800 Subject: [PATCH] Updated Nimrod for C programmers (markdown) --- Nimrod-for-C-programmers.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.