Aixt is an [[MIT License]] licensed transpiled language for microcontrollers written in [[V]]. - Website - [Source](https://github.com/fermarsan/aixt) - Documentation - AlternativeTo > Aixt is a programming framework for microcontrollers which uses a modern language syntax based on V and able to be used by low-resource devices. # Notability # Philosophy > The transpiler is written in V and uses V's native compiler facilities to transpile from V to C. > Aixt is designed as modular as possible to facilitate the incorporation of new devices and boards. This is mainly possible by using a configuration file (in TOML format) instead of creating new source code for each new device. That .TOML file contains the specific parameters of each device, board or compiler such as: variable types, initialization commands, compiler paths, etc. # Platform Support # Features # Tips # References