Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
BASIC-like language interpreter for embedded systems
Terminal-BASIC is a BASIC-like language interpreter, works on
a set of single board embedded systems (i.e. famous AVR uc based boards).
Terminal-BASIC:
* suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations;
* written in C++11;
* has modular structure (can save uc storage, instantiating only used modules);
* works through different i/o devices, using vt100 commands;
* on systems with multiple i/O devices can work as simple time-sharing system;
* static Linux build for playing and debug;