ADTs VS Cwerg

Compare ADTs vs Cwerg and see what are their differences.

ADTs

An implemntation of ADT using metaclass magic (by MegaIng)

Cwerg

The best C-like language that can be implemented in 10kLOC. (by robertmuth)
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
ADTs Cwerg
2 59
3 404
- -
0.0 9.6
over 2 years ago 3 days ago
Python Python
- Apache License 2.0
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.

ADTs

Posts with mentions or reviews of ADTs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-29.
  • Gradual Soundness: Lessons from Static Python
    2 projects | /r/ProgrammingLanguages | 29 Jun 2022
    The Python stdlib has two modules, enum and dataclasses that both make quite heavy use of metaprogramming features. I have personally implemented a ADT like hack using metaclasses https://github.com/MegaIng/ADTs/blob/master/syntax_variation_1/test_tree.py
  • I'm Using Python Now (2013)
    4 projects | /r/ProgrammingLanguages | 24 Sep 2021
    Here you go if you want to take a look at it. Nice clean ADTs, with support for pattern matching and a nice repr (powered by dataclasses). I do however want to try other syntax variations.

Cwerg

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

What are some alternatives?

When comparing ADTs and Cwerg you can also consider the following projects:

learn-you-a-haskell-notebook - Jupyter adaptation of Learn You a Haskell for Great Good!

mir - A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

CPython - The Python programming language

tinycc - Unofficial mirror of mob development branch

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

asmjit - Low-latency machine code generation

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

asmdb - Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.

boring-lang - A very boring programming language

konna - A fast functional language based on two level type theory

android-inline-hook - :fire: ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.

mass - A compiler for a new language focusing on compile-time execution and no LLVM dependency.