vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.75k stars 2.16k forks source link

Focus on language itself, not on speed, framework, and etc. #835

Closed changrui closed 5 years ago

changrui commented 5 years ago

Mr. Alex and your team, please focus on v self and basic functions, such as bigfix, basic net module, http module, and soon on,.

nedpals commented 5 years ago

v self and basic functions

The V language continues to evolve everyday and these "basic functions" are constantly being added and improved for it to be used in developing modules and etc.

basic net module, http module, and soon on,.

There are now people who are in the process of building the necessary modules for the vlib standard library. This includes the modules you have mentioned.