Tag
Hobbes is an open-source language, embedded JIT compiler, and runtime from Morgan Stanley for efficient dynamic expression evaluation, data storage, and analysis in C++ applications.
Flow is a programming language extension for C++11 that brings actor-based concurrency, enabling efficient asynchronous communication with futures and promises, and supporting deterministic simulation for reliability testing.
The C++26 standard introduces several improvements to the std::format library, including direct pointer formatting, path formatting, constexpr support, and a new empty line overload for std::println.
Ax is a JS/TS library providing high-level abstractions for LLM usage (signatures, agents, flows, optimizers). It now introduces axIR, allowing compilation to Python, Java, C++, and Go, making the same programming model available across multiple languages.
ACAV is an interactive Abstract Syntax Tree visualization tool for C, C++, and Objective-C, built with Clang and Qt, that allows developers to explore ASTs from real codebases using compilation databases.