|
|
|
|
|
by nimmer
2929 days ago
|
|
> Apart from some syntactic commonalities and expressiveness, Nim doesn't have a lot in common with Python.
> The idiomatic approach to solving problems in Python and Nim are different On a practical level, they are close enough to let you convert Python code to Nim with reformatting and replacing instead of doing a complete rewrite. |
|