Nim v2: what would you change?

2023-01-12 Thread v3ss3n
Please disable default case and style insensitivity. Don't need to totally get rid of it people still love it can enable it back

Design choice advice for Python-to-Nim transpiler (Python Devs)

2022-06-02 Thread v3ss3n
it would be a lot easier if you use mypyc

Any expert help to transpile and convert Python

2022-06-02 Thread v3ss3n
Use MyPy , make sure type hints are setup correctly and then use mypyc Enjoy Binary with 2-10x faster than python.

nimja; compiled and statically typed template engine (like twig or jinja2)

2021-09-20 Thread v3ss3n
Nice , new template engines are rare to see these days since that part is done at clientside mostly, thanks to SPA Trend. But I still find serverside , client code generation does make development work done alot faster than developing SPA with gazllion of javascript frameworks. I think its still

Nim for mobile

2020-12-20 Thread v3ss3n
My Suggestion would be * Plug nim to Flutter Frontent * PROFIT! If this works well , nim will be biggest choice for huge chunck of userbase to avoid java and javascript .

Nim for mobile

2020-12-20 Thread v3ss3n
This is very attractive. Would be cool , if nim can do like flutter. Can we somehow plugin Flutter UI and use it to build nim?

Nim Lang requires a proper standard for coding

2020-12-07 Thread v3ss3n
Nim is having a non-standard coding style : I am seeing various variable naming commonly * snake_case * camelCase And many others. Without picking a proper formatting , it will be hard for contributors and users .