Using C++ as a scripting language, part 6

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. ChaiScript

    Embedded Scripting Language Designed for C++

    is it like https://chaiscript.com/?

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. godot-cpp

    C++ bindings for the Godot script API

    I have been using Godot for a long time, however I finally gave up and just started coding my own engine on top of Raylib. I got tired of having to deal with Godot's restrictions (you can't pass args to subclasses of built-in types which I found infuriating as I need my RAII to stay sane)

  4. compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

    I'm not sure, it's made by the guy who made https://godbolt.org/, Jason Turner

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

  • How to use C++ as the core language for a Fantasy Console?

    1 project | /r/cpp_questions | 15 Nov 2021
  • Is it advisable to embed python in c++ ? Have anyone tried it, what is the best way to do it?

    2 projects | /r/cpp_questions | 26 Mar 2021
  • Rhai: An embedded scripting language for Rust

    11 projects | news.ycombinator.com | 17 Jan 2025
  • C++ Insights – See your source code with the eyes of a compiler

    5 projects | news.ycombinator.com | 5 Apr 2024
  • 295 pages on Initialization in Modern C++, a new cool book!

    6 projects | /r/programming | 28 Mar 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?