ulqasm

By retrac0

Ulqasm Alternatives

Similar projects and alternatives to ulqasm

  1. eternal

    Eternal Software Initiative

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ulqasm alternative or higher similarity.

ulqasm discussion

Log in or Post with

ulqasm reviews and mentions

Posts with mentions or reviews of ulqasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-07-06.
  • C programmers commit fresh crimes against readability
    2 projects | news.ycombinator.com | 6 Jul 2026
    I've found an OISC that is surprisingly efficient.

    four operands: A B D N

    D = A - B. If zero or negative then jump to N else PC++.

    Various configurations of this give one instruction for: move, subtract, branch equal, jump, inc, dec and most key: branch and link return address. Two instruction sequences synthesize: add, push, pop. And self-modifying code two instruction sequences for: load, store, call, return from call.

    With a bunch of macros you get a reasonable instruction set:

    https://github.com/retrac0/ulqasm/blob/main/demos/12_monitor...

    https://github.com/retrac0/ulqasm/blob/main/lib/core.s

Stats

Basic ulqasm repo stats
1
0
8.8
about 1 month ago

The primary programming language of ulqasm is Haskell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Haskell is
the 30th most popular programming language
based on number of references?