SaaSHub helps you find the best software and product alternatives Learn more →
Alg Alternatives
Similar projects and alternatives to alg
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
tigerbeetle
The financial transactions database designed for mission critical safety and performance.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
alg discussion
alg reviews and mentions
-
Learning Zig
> comptime doesn't allow you to create domain specific macros
Sure it does!
Zig's string format function is written using comptime. It parses the format string and validates the arguments at compile time. See https://github.com/ziglang/zig/blob/master/lib/std/fmt.zig
I also toyed around with turning a math equation dsl into compiled statements at https://github.com/Laremere/alg I got matrix math working so, eg, if you multiply a 1by2 matrix by a 2by1 matrix, it returns a matrix which is typed to 2x2.
-
Problems of C, and how Zig addresses them
Last year I dabbled in making a DSL like solution for operator overloading: https://github.com/Laremere/alg
It ends up slightly more verbose in usage, but the statements themselves remain concise. Unfortunately I got a real job that isn't using Zig, so I've stopped working on this. Others can feel free to take up the torch, though.
-
A work-around for no operator overloading
I did this at the beginning of the year: https://github.com/Laremere/alg
-
Limited Operator Overloading
I have a new project which implements a kind of operator overloading:
-
A note from our sponsor - SaaSHub
www.saashub.com | 27 Mar 2025
Stats
Laremere/alg is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of alg is Zig.