grace

The Grace Programming Language (by ryanjeffares)

Grace Alternatives

Similar projects and alternatives to grace

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better grace alternative or higher similarity.

grace reviews and mentions

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!

Stats

Basic grace repo stats
2
3
0.0
over 1 year ago

ryanjeffares/grace is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of grace is C++.


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