Updated Nim for Python Programmers (markdown)
This commit is contained in:
parent
e81f3fa79d
commit
3efa9fb6a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue