Why is Vlang's autofree model not more widely used?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • v-mode

    🌻 An Emacs major mode for the V programming language.

  • I discovered VLang today. It's an interesting project.

  • Vale

    Compiler for the Vale programming language - http://vale.dev/ (by ValeLang)

  • Some form of escape analysis is quite widely used in compiled languages, but it usually treated as an optimization and not a feature as it can't be relied upon to work in all instances and it doesn't affect the programmer's viewpoint for the most part. I'm pretty sure Swift does it, so do HotSpot (VM) and Go. Vale's dev has some nice blog posts about it, though it's used for a bit of a different purpose there (vale.dev for the language, verdagon.dev for the blog)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vos

    Vinix is an effort to write a modern, fast, and useful operating system in the V programming language

  • Autofree has existed for years and can work. Here is a demo. It is used in V's Vinix OS, Ved, and other applications. Part of the issue is there are detractors who purposefully spread misinformation nor know about its other memory options, and the other part is understanding how to use it.

  • ved

    1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

  • Autofree has existed for years and can work. Here is a demo. It is used in V's Vinix OS, Ved, and other applications. Part of the issue is there are detractors who purposefully spread misinformation nor know about its other memory options, and the other part is understanding how to use it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts