From 581203105c84504097154db06a40584b8e004f8f Mon Sep 17 00:00:00 2001 From: Audun Wilhelmsen Date: Fri, 20 Dec 2013 06:05:07 -0800 Subject: [PATCH] Updated Nimrod for C programmers (markdown) --- Nimrod-for-C-programmers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nimrod-for-C-programmers.md b/Nimrod-for-C-programmers.md index b953d39..12f25d7 100644 --- a/Nimrod-for-C-programmers.md +++ b/Nimrod-for-C-programmers.md @@ -15,8 +15,8 @@ http://nimrod-lang.org/manual.html FeatureCNimrod Memory ManagementManual (not counting libraries)Garbage-collected and manual TypesStaticStatic -CompilationMachine-codeMachine code via C
(other backends in progress/planned) - +CompilationMachine codeMachine code via C
(other backends in progress/planned) +Meta-programmingC PreprocessorNimrod (const/when/template/macro) ### Structs - Tuples and Objects