Vaunt, a CMS/static site generator
https://t.co/MALeLEfb7s
It's now possible to use it solely as a static site generator and not only as a CMS!
Also:
- Dynamic routes (":" in the name)
- Auth for admin panel
- Serve, include, import & edit markdown files
- Lots of bug fixes
V has 3461 fixed bugs and 478 open bugs.
That's a great ratio: only 12% of all bugs are open.
We're planning to decrease this number to 5% by the time of the 0.4 release.
My confidence with #ziglang metaprogramming is increasing: in 0.10.0 there will be more interesting features, such as marshalling #elixirlang keyword lists (for options) and maps into zig structs.
People often ask: "what build system should I use with V?"
The answer is you don't need one! Just run `v .`, it'll build all V files/modules in current dir.
In case you need a more complex project structure, simply add a small build.vsh file and run it with `v run build.vsh`.
V had a combined Option/Result type.
While this approach had its advantages, it was decided that having separate Option and Result types is clearer.
A new Result type has been added to the language.
Old code will keep working for a year, it will result in a warning.