1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Added range library (#60)

This commit is contained in:
asvvvad 2020-05-28 18:42:32 +01:00 committed by GitHub
parent de16e700b0
commit bdeac04b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_)