diff --git a/README.md b/README.md index faaa931..18476f1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ - [Eventing](#eventing) - [User Interface Toolkits](#user-interface-toolkits) - [Scientific Computing](#scientific-computing) + - [Utility](#utility) - [Other](#other) - [Videos](#videos) - [Programming Contests](#programming-contests) @@ -81,6 +82,7 @@ - [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. + ### Project Management - [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects. @@ -169,10 +171,16 @@ - [vsl](https://github.com/vlang/vsl) - A pure-V scientific library with a great variety of functions. - [vnum](https://github.com/vlang-num/vnum) - Numerical computing library supporting n-dimensional data, backed by LAPACK and BLAS. +### Utility + +- [range](https://github.com/Delta456/range) - Functionality of Python's range() in V. + + ## Other - [lsp.v](https://github.com/nedpals/lsp.v) - Implementation of the Language Server Protocol spec on V. - [setup-v-action](https://github.com/marketplace/actions/setup-v-environment) - GitHub action automation to use V in your workflow. + ### Videos - [V Programming Language](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_)