Would Vale count as a low-level language?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • langs

  • Inline assembly allows me to write a 60-line solution in one function.

  • STM32CubeF4

    STM32Cube MCU Full Package for the STM32F4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))

  • Most chip vendors offer a "HAL" or hardware abstraction layer, which is basically a set of functions and defines that does all of this low level stuff. Here's an example of one for STM32F4 chips. The CMSIS folder contains code that is common to most ARM Cortex-M devices, and the STM32F4xx_HAL_Driver folder contains the actual HAL. And here's an example of a startup script and a linker script.

  • 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