Closures without closures in Umka

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
  • umka-lang

    Umka: a statically typed embeddable scripting language

  • Some people who tried to use the Umka scripting language were frustrated by the absence of closures. This feature is under development and not yet released. However, you can easily simulate closures with the good old structures, methods and interfaces. This simple truth sometimes comes as a surprise to the users.

  • v

    Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

  • To see how it works, let's consider the code example written to demonstrate an issue with closures in the V language. Even though Umka doesn't support closures, we will rewrite the example in Umka in a completely straightforward way and make it work even sooner than they fix their issue in V:

  • 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
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