I asked Gemini to summarize advantages and it did decent job:
Based on the information from the V programming language website, here is a summary of its key benefits and advantages:
Simplicity and Maintainability: V is designed with a small number of keywords, making it easy to learn, often in a single weekend. This simplicity leads to readable and maintainable code.
Safety: The language incorporates several safety features, including bounds checking, mandatory error checks, and a default for immutable variables. It also has no undefined values.
Performance: V is a fast, compiled language with minimal memory allocations. It boasts impressive compilation speeds of 80k to 400k lines of code per second.
Flexible Memory Management: It offers a default minimal tracing garbage collector, an experimental autofree mode, and the option for manual memory management.
Painless Deployment: V compiles applications into a single binary with no external dependencies, which simplifies deployment and allows for easy cross-compilation.
Built-in Tools: The language comes with a variety of built-in tools, such as a testing framework, a code profiler, and an automatic documentation generator.
Specific Features: Other notable features include hot code reloading for instant changes, a powerful cross-platform graphics library, and a lightweight, cross-platform GUI library (V UI).
So this is like MDX, but compiled... I always liked MDX and think this is good way to boost Markdown because, often we don't need much more then Markdown.
I made something similar inspired by this few times in the past.
I think this is already quite perfect, ambient music I can provide myself.
While I did thought of new features, they are really not needed. I especially like coffee shop mode. I often feel self conscious about things I am writing, so hiding text is fantastic.
Overall it looks and feels good. I gave it a problem, like, what was it... to update website pages to use single layout, it wasn't trivial but it wasn't that hard. It burned through 7M tokens and like 20-25mins didn't accomplished it. I stopped it because I didn't want to waste more resources.
I think with better prompting on my end, as I have good experience with Gemini, this will be awesome. You probably could tweak a lot on your end as well, don't let it get stuck in cycles.
Homepage is old fashioned, I loved := Pascal assignment, didn't love {} curly braces... why do we need those.
I went through few code examples and they were very clean, probably would be good to show more on homepage.
I will spend more time learning about your goals and such, which is what would help me understand it better.