ArkScript, a language designed to be used in C++ projects, now has macros

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Ark

    ArkScript is a small, fast, functional and scripting language for C++ projects

    My bad, I totally forgot! Here it is https://github.com/ArkScript-lang/Ark

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. SmallGameLibrary

    Discontinued A small C++ game library relying on the SFML 2.5 -- going private

    I have bigger examples in this repository, a game library using the language to script scenes and stuff: https://github.com/SuperFola/SmallGameLibrary/tree/master/examples/Scripting

  4. ChaiScript

    Embedded Scripting Language Designed for C++

    A few years back I actually went and made a ChaiScript based video game engine (https://16bpp.net/blog/post/masala-a-chaiscript-game-engine/). The end goal for it was to be able to make a Pacman like clone, but have all of the game logic implemented in ChaiScript. I actually found out as I added more realtime elements (implemented in ChaiScript) that it started to take much longer to process the game logic; the "game loop FPS" was under 60, which is not good. I actually proposition that ChaiScript move to a bytecode VM (https://github.com/ChaiScript/ChaiScript/issues/266), but I'm guessing that no movement was made on that front.

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

  • Implementing computed gotos in C++

    1 project | dev.to | 25 Sep 2024
  • Adding short-circuiting in a bytecode interpreter

    1 project | dev.to | 16 Sep 2024
  • Comparing Python and ArkScript asynchronous models

    2 projects | dev.to | 3 Sep 2024
  • Boehm Garbage Collector

    9 projects | news.ycombinator.com | 21 Jan 2024
  • Pluto, a Modern Lua Dialect

    9 projects | news.ycombinator.com | 27 Dec 2023

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