cupscript VS ModiScript

Compare cupscript vs ModiScript and see what are their differences.

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
cupscript ModiScript
4 2
24 1,034
- -
0.0 0.0
over 1 year ago over 2 years ago
Python Python
- MIT License
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.

cupscript

Posts with mentions or reviews of cupscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.
  • i created a interpreted programing language in python! (now with working link)
    2 projects | /r/Python | 3 Sep 2022
    Oh nice I followed that tutorial and created it from scratch few years back also shared here, its a pretty good tutorial but at that time I was kind of blindly following and didn't understand much but later updated with import statements, implicit variable declarations, and something like python's if __name__ == "__main__" and a File Handler objectit was pretty fun ngl now I am studying programming languages properly and trying to make one,you can check it here https://github.com/Fus3n/cupscripteverything I did in a way it may not be useful but you can look into the code and extend from it, it probably looks exactly the same (btw mine has some bugs)
  • Made a Programing language using python
    1 project | /r/learnprogramming | 29 Nov 2021
    4 projects | /r/Python | 29 Nov 2021
    Lexer or also called a tokenizer is basically the first step of all of it. A lexer class takes in the text/user input (also filename for context to throw errors in my case) and goes through every single character and checks if any of it matches with the character I pass in if statements, if it does then if it is a '+' for example it will append a new token to a list (mine is called tokens) using the Token class you can check that out too a token class takes a Token type and a value so the type is PLUS here and the value is '+' all my types are stored in consts.py and then the tokens get passed to the parser

ModiScript

Posts with mentions or reviews of ModiScript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-17.

What are some alternatives?

When comparing cupscript and ModiScript you can also consider the following projects:

Preql - An interpreted relational query language that compiles to SQL.

AHHH - AHHH: a programming language for the dreadful

Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

astroid - A common base representation of python source code for pylint and other projects

py-myopl-code - Interpreter for the BASIC language written in Python 3

hascal - The Hascal Programming Language Compiler and Standard Libraries

CheLang - CheLang es un lenguaje de programación esotérico argento. Ni más, ni menos. Es la que va.

rickroll-lang - The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Check our tutorial site, https://rick-lang.github.io/programming-language-explainer/

bhai-lang - A toy programming language written in Typescript

CreepyCodeCollection - A Nonsense Collection of Disgusting Codes

Pytov - A programming language with logic of Python, and syntax of all languages.

heartfuck - Heartf❤️ck: the most wholesome "programming language" by Laura Pircalaboiu and Ricardo Vogel. Python compiler by Jonathan Dönszelmann