adduce VS ric-script

Compare adduce vs ric-script and see what are their differences.

adduce

The interpreter for the Adduce programming language. (by kgscialdone)
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
adduce ric-script
1 8
6 32
- -
0.0 7.5
over 1 year ago 10 days ago
Haskell C
Mozilla Public License 2.0 GNU General Public License v3.0 only
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.

adduce

Posts with mentions or reviews of adduce. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-01.
  • July 2022 monthly "What are you working on?" thread
    10 projects | /r/ProgrammingLanguages | 1 Jul 2022
    Since discovering and being inspired by Cognate, I've begun work on somewhat of a sister language called Adduce, with u/stavro-mueller-beta's blessing. It's honestly been kind of a whirlwind so far - over the course of about a week, I threw together a hacky Javascript interpreter to sketch out my ideas for the language, then rewrote it in Haskell for more permanent development. The language is currently in a mostly working state, though missing a lot of features; the biggest pain points so far have been mostly related to scoping and exception handling, since I'm implementing a dynamically typed, interpreted, mostly-procedural language in a language that is very much neither, and I'd give a tentative guess that just figuring out how to make the latter work at all took over half the development time of the Haskell version so far.

ric-script

Posts with mentions or reviews of ric-script. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-01.
  • July 2022 monthly "What are you working on?" thread
    10 projects | /r/ProgrammingLanguages | 1 Jul 2022
    Last month I worked on the language ABI (Application Binary Interface). This is where I have made an effort to make modules buildable and exportable (into dynamic shared libraries) to the language interpreter. I call the build environment for these modules the SDK (software development kit). It is a Meson project that supports not just Unix based platforms but also Windows. Before this month, one could only export functions in modules, but now one can include classes also. For me this felt very good, as I would expect of a language to support as much in the SDK as possible of the original script-language data types. Here is a link to an example module library written in C that can be compiled for export into the language interpreter: https://github.com/Ricardicus/ric-script/blob/master/src/sdk_lib/ext_lib.c
  • Building my own programming language using C
    1 project | /r/cprogramming | 11 Apr 2022
    I host the source code here at GitHub. There are links to documentation and even an environment where you can test the interpreter on some samples to be found in the README. If you feel like this is an interesting C-project I'd appreciate the dopamine kick of a star over there at the github platform.
  • January 2022 monthly "What are you working on?" thread
    15 projects | /r/ProgrammingLanguages | 1 Jan 2022
    Continued work on my interpreter for [ric-script](https://github.com/Ricardicus/ric-script) which is an interpreted dynamically typed and lazy evaluated language. Imagine Javascript without semicolon and Python without the indentation thing. I build the syntax tree using yacc. Here is a [code sample](https://ric-script-u5ep8.ondigitalocean.app/doc/syntaxwalkthrough.html#class-declarations) where I build an RPN calculator in it. I’d appreciate the dopamine kick of a star if you find the project interesting.
  • How can I support very big integers?
    6 projects | /r/ProgrammingLanguages | 22 Sep 2021
    Thank you all! I have made it work now in my project . A sample script can be found here .
  • August 2021 monthly "What are you working on?" thread
    8 projects | /r/ProgrammingLanguages | 3 Aug 2021
    I continuing with building my first programming language. It is an interpreted dynamically typed and lazy evaluated language. It is like a merge of python and javascript, imagine Python except the focus on indentation. I build the syntax tree using yacc. Here is a code sample where I build an RPN calculator in it. The source repository is here, I’d appreciate the dopamine kick of a star if you like it.
  • January 2021 monthly "What are you working on?" thread
    9 projects | /r/ProgrammingLanguages | 3 Jan 2021
    I am building my first programming language. I call it ric-script. It is an interpreted dynamically typed and lazy evaluated language. It is like a merge of python and javascript. I build the syntax tree using yacc. Here is a code sample where I build an RPN calculator in it.

What are some alternatives?

When comparing adduce and ric-script you can also consider the following projects:

cane - A small MIDI sequencer DSL designed around vectors and euclidean rhythms

kesh - A simple little programming language that could one day compile to JavaScript.

cognate - A human readable quasi-concatenative programming language

pen - The parallel, concurrent, and functional programming language for scalable software development

Forth-in-Charm - An implementation of Forth in the Charm scripting language.

m42pl-core - A data manipulation language with a focus on flexibility and simplicity.

Cwerg - The best C-like language that can be implemented in 10kLOC.

z80-in-charm

seed7 - Source code of Seed7

xvm - Ecstasy and XVM

bluebird - A work-in-progess programming language modeled after Ada and C++