Glide VS Glide-Lang

Compare Glide vs Glide-Lang and see what are their differences.

Glide

Glide programming language (by dibsonthis)

Glide-Lang

Documentation for the Glide programming language (the name Glide is not set and might change at any time) (by dibsonthis)
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
Glide Glide-Lang
13 3
2 14
- -
10.0 10.0
over 1 year ago over 1 year ago
C++
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.

Glide

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

Glide-Lang

Posts with mentions or reviews of Glide-Lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.
  • List comprehension syntax
    2 projects | /r/ProgrammingLanguages | 28 Dec 2022
    ls = [1..5 | x | { y = 10 x + y }] I am trying to understand what is the function of |. Searched for | in the docs and can't find anything.
  • A simple Glide program that reads and transforms CSV data
    1 project | /r/ProgrammingLanguages | 29 Oct 2022
    - Lambdas do not need a “ret” statement anymore. All functions essentially return the top of the stack if it exists, otherwise empty. Therefore implicit returns are now a thing.- I’m still married to the “->” syntax, even though it is harder to write than “>>”, and I’m not entirely sure I want to change it- As per the vide, Glide now has basic I/O (read, write, append)- A bunch of new built-in functions now exist, some are: time, to_int, to_string, to_float, type etc.- The csv module is also just a work in progress, and there is no way currently to serialise back to csv format after transformation, but that’s just more library work rather than compiler workFor anyone interested, the documentation exists here: https://github.com/dibsonthis/Glide-Lang/
  • Glide - data transformation language (documentation in comments)
    3 projects | /r/ProgrammingLanguages | 23 Oct 2022
    As promised in my previous post (when the language was called Flow), here's the documentation: https://github.com/dibsonthis/Glide-Lang

What are some alternatives?

When comparing Glide and Glide-Lang you can also consider the following projects:

jevkalk - A Jevko-based interpreter.

jl - Functional sed for JSON

motorway-lang - An esoteric programming language based on the British motorway network

racket - The Racket repository

parsejevko.js - [DEPRECATED] Deprecated in favor of https://github.com/jevko/jevko.js

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

ocaml - The core OCaml system: compilers, runtime system, base libraries

utena

Cliver - a new language definition

community - Features Jevko-related things created by various authors

edsl - Example of embedding TypeScript as an EDSL inside of another language

Ark - ArkScript is a small, fast, functional and scripting language for C++ projects