From 3efa9fb6a82ee1d65f49f3895aa45f28ce31d691 Mon Sep 17 00:00:00 2001 From: ReneSac Date: Fri, 3 Apr 2015 21:02:03 -0300 Subject: [PATCH] Updated Nim for Python Programmers (markdown) --- Nim-for-Python-Programmers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nim-for-Python-Programmers.md b/Nim-for-Python-Programmers.md index ec35b79..c6cd272 100644 --- a/Nim-for-Python-Programmers.md +++ b/Nim-for-Python-Programmers.md @@ -22,8 +22,8 @@ Similarities and differences. Feature | Python | Nim ---------------------|-----------------------------------|----------------------------------------- -Execution model | Virtual Machine | Machine code via C* -Meta-programming | Python (decorators/metaclasses/eval/etc) | Nim (const/when/template/macro) +Execution model | Virtual Machine, JIT | Machine code via C* +Meta-programming | Python (decorators/metaclasses/eval) | Nim (const/when/template/macro) Memory Management | Garbage-collected | Garbage-collected and manual Types | Dynamic | Static Dependent types | - | Partial support