Preql VS cupscript

Compare Preql vs cupscript and see what are their differences.

Preql

An interpreted relational query language that compiles to SQL. (by erezsh)

cupscript

CupScript Is A Simple Scripting Language Completely Created Using Python (by Fus3n)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Preql cupscript
16 4
594 24
- -
0.0 0.0
over 1 year ago over 1 year ago
Python Python
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.

Preql

Posts with mentions or reviews of Preql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-28.

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

What are some alternatives?

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

prql - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

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

PyPika - PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.

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

rel8 - Hey! Hey! Can u rel8?

malloy - Malloy is an experimental language for describing data relationships and transformations.

db-benchmark - reproducible benchmark of database-like ops

prosto - Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby

PostgreSQL - Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

spyql - Query data on the command line with SQL-like SELECTs powered by Python expressions

jrutil

BQL - BQL: A Better Query Language, SQL Superset