-
There is one thing in *V* I do care a lot about - parallelism & concurrency for seamless local and distributed programming.
Note, I didn't want to write this to https://github.com/vlang/v/issues/56…
-
Then V can stand on the shoulders of giants!
-
I found that the coroutine of v is directly called pthread_create. I think it is possible to add user-level coroutines, so that more energy can be injected. Perhaps can learn from golang's approach an…
-
I'm trying to write a wrap for a third party lib. import has got no error , but the program did not run.
Is there any log for me to check what's wrong with it?
![QQ图片20210728203321](https://user-im…
-
## Current status
We now have a majority of our formulas bottled for Apple Silicon: 70%. However, not all software is ready for ARM processors on macOS, and since we ship what upstream releases, th…
-
# combinatorics
A couple functions in the manner of python's [itertools combinatoric functions](https://docs.python.org/3.9/library/itertools.html)
- [x] `combinations(data []T, r int) [][]T`
- […
-
Currently, if a concurrent task is not set up in main(), the cancelation of the child concurrent task should be handled by person. It's fine to using a signal flag communicated by channel like below.
…
-
Once https://github.com/adsharma/py2many/pull/350 is merged, I think we're due for a 0.3 release.
Any features wanted before a new release?
ping @PXshadow @dstromberg @john-michaelburke @dumblob…
-
I'm looking to write a toml library for v (https://vlang.io)
-
what i do:
1. v install nsauzede.vsdl2
2 install msys2
3 do [pacman -S mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image] with msys2 console
run example
v run ma…