grace VS xvm

Compare grace vs xvm and see what are their differences.

grace

The Grace Programming Language (by ryanjeffares)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
grace xvm
2 110
3 190
- 0.0%
0.0 9.8
over 1 year ago about 13 hours ago
C++ Java
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

grace

Posts with mentions or reviews of grace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-31.
  • August 2022 monthly "What are you working on?" thread
    21 projects | /r/ProgrammingLanguages | 31 Jul 2022
    I've made a lot of great progress on Grace, my bytecode interpreted language. Its syntax is inspired by Python, but it's very opinionated with some more "rigid" semantics. While there are probably some bugs I need to find and weird syntax errors I haven't tried yet that will break the compiler, it's got functions, control flow, file importing, built in primitive types and lists and dictionaries, and exceptions fully implemented.
  • C++ Show and Tell - April 2022
    29 projects | /r/cpp | 3 Apr 2022
    I've been working on my own interpreted language Grace (https://github.com/ryanjeffares/grace) using C++17. It's similar to Python and Ruby, but I intend on using reference counting as opposed to a garbage collector. Top priority now are classes, functions as first class objects, importing other files, native functions, and squeezing out some more performance - most operations are really fast but my function calls are a serious bottleneck, will need a refactor. It's my first lang after following Robert Nystrom's Crafting Interpreters and some other resources, been a tonne of fun!

xvm

Posts with mentions or reviews of xvm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.

What are some alternatives?

When comparing grace and xvm you can also consider the following projects:

Jinx - Embeddable scripting language for real-time applications

seed7 - Source code of Seed7

RESTCpp - Cross Platform Multi threaded REST API / HTTP Server framework using thread-pooling implementation with modern C++

list-exp - Regular expression-like syntax for list operations [Moved to: https://github.com/phenax/elxr]

rodin - Modern C++17 finite element method and shape optimization framework.

kuroko - Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.

boba - A general purpose statically-typed concatenative programming language.

TablaM - The practical relational programing language for data-oriented applications

kuroko-wasm-repl - In-browser REPL for Kuroko

ghc - Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).

minithesis - A very minimal implementation of the core idea of Hypothesis

RustScript2 - RustScript is a functional scripting language with as much relation to Rust as Javascript has to Java.