proc/func/method: syntax

2023-11-16 Thread bvld
The debate between readable and non-readable code is subjective, but breaking existing code is not. Despite my 10 years of experience in writing Python code, I personally find Nim's procedure syntax more visually appealing than Python's use of type hints within function definitions. I believe th

A new way for Nim to shine ? Faster than NodeJS interpreted Nim, taking advantage of declared types

2022-12-09 Thread bvld
Python users will not jump to something faster than python if this does not mean 100% compatibility with existing packages, just look at PyPy. Nim already can be included in python projects by using . Nim has it's place, we just need to grow the context around