We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ad96f commit ebeb652Copy full SHA for ebeb652
README.md
@@ -29,7 +29,9 @@
29
- Safety: no null, no globals, no undefined behavior (wip), immutability by default
30
- C to V translation ([Translating DOOM demo video](https://www.youtube.com/watch?v=6oXrz3oRoEg))
31
- Hot code reloading
32
-- [Flexible memory management](https://vlang.io/#memory) ([demo video](https://www.youtube.com/watch?v=gmB8ea8uLsM))
+- [Flexible memory management](https://vlang.io/#memory). GC by default, manual via `v -gc none`,
33
+ arena allocation via `v -prealloc`, autofree via `v -autofree`
34
+ ([autofree demo video](https://www.youtube.com/watch?v=gmB8ea8uLsM)).
35
- [Cross-platform UI library](https://github.com/vlang/ui)
36
- Built-in graphics library
37
- Easy cross-compilation
0 commit comments