clauf VS ebe

Compare clauf vs ebe and see what are their differences.

clauf

A C interpreter developed live on YouTube (by foonathan)

ebe

Edit by Example - automated file editing just from given examples. (by mark-sed)
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
clauf ebe
5 3
40 15
- -
10.0 0.0
about 1 year ago almost 2 years ago
C++ C++
Boost Software License 1.0 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.

clauf

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

ebe

Posts with mentions or reviews of ebe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-07.
  • Ebe - Compiler and interpreter for automated file editing using genetic programming
    1 project | /r/Compilers | 14 May 2022
    Simply said, Ebe (Ebe - Edit by Example) is a program, which the user gives snippet of a file before and after desired edits. Then the compiler parses the files and using genetic programming (evolutionary approach) finds the best algorithm in Ebel language (I made a post about it a little back as well) and then the interpreter applies this algorithm to the whole input file or even multiple files.
  • Ebel - Programming language designed for genetic programming and file editing
    3 projects | /r/ProgrammingLanguages | 7 Apr 2022
    I didn't yet do many optimizations and experimenting with GP, so my current approach is probably not the best, but if you want the whole project is open source, so you can have a look how I handle it (https://github.com/mark-sed/ebe/tree/main/engine). But basically I tried for the general one to use J. Koza's approach with the addition of elitism, so I don't lose any well performing phenotypes and I also have to do some trimming to the very long programs since Ebel kind of 1:1 matches the input example file size so I know how long the program (pass) should be.

What are some alternatives?

When comparing clauf and ebe you can also consider the following projects:

frobtads - Linux and macOS development tools and text-mode interpreter for TADS adventure games.

Dependencies - A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.

V8 - The official mirror of the V8 Git repository

hindley-milner - simply typed lambda calculus with hindley-milner type inference

snap - An embeddable scripting language inspired by Lua.

boba - A general purpose statically-typed concatenative programming language.

aoc2019 - Advent of code 2019 solutions in Tailspin (mainly)

tsmp

Feral - Feral programming language reference implementation

astatine - Astatine is a is a mid-level, statically typed, procedural programming language with some functional components.

code-style-agnostic-search - Coding Style -agnostic (and more) search for C++