axiom-zig VS v

Compare axiom-zig vs v and see what are their differences.

axiom-zig

A 64-bit kernel implemented in Zig (by khaledh)

v

Write Nim only with 'v' (by belamenso)
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
axiom-zig v
3 1
5 35
- -
1.8 10.0
over 2 years ago over 4 years ago
Zig Nim
- -
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.

axiom-zig

Posts with mentions or reviews of axiom-zig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.
  • Zig, Rust, and Other Languages
    5 projects | news.ycombinator.com | 15 Mar 2024
    Nim is also a strong player as a systems programming language. In terms of memory management, it's configurable, and by default you get ARC (no GC). I've written a hobby kernel (if you can call it that) in Nim[1] as well as Zig[2], and I found Nim to be much more ergonomic and approachable. The fact that Zig requires weaving an allocator through most calls that may allocate gets in the way of what I'm trying to do. I'd rather focus on core logic and have ref counting take care of dropping memory when appropriate.

    One thing I wish Nim had though is true sum types with payloads. I think there's an RFC for that, but it's a shame it's not in the language yet.

    [1] https://github.com/khaledh/axiom

    [2] https://github.com/khaledh/axiom-zig

  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
  • Writing a Simple Operating System – From Scratch [pdf]
    8 projects | news.ycombinator.com | 25 Mar 2022
    If anyone is interested, I have a couple of implementations of booting under UEFI and getting a bunch of info about the system (don't expect a functioning system, they just boot and dump some info):

    Nim: https://github.com/khaledh/axiom

    Zig: https://github.com/khaledh/axiom-zig (this one goes into depth in disassembling ACPI DSDT bytecode)

v

Posts with mentions or reviews of v. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    https://github.com/belamenso/v

    This cleans up Nim's syntax a little, we use it in production with not much maintenance.

What are some alternatives?

When comparing axiom-zig and v you can also consider the following projects:

axiom - A 64-bit kernel implemented in Nim

questionable - Elegant optional types for Nim

linux - Linux kernel source tree

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project

builder-hex0 - Builder-Hex0 is a minimal build system which includes a bootloader, kernel, shell, and a hex0 compiler

nimbus-eth2 - Nim implementation of the Ethereum Beacon Chain

uefi-rs - Rust wrapper for UEFI.

torrentinim - A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.

norm - A Nim ORM for SQLite and Postgres

jester - A sinatra-like web framework for Nim.

nlvm - LLVM-based compiler for the Nim language