An ARM Assembler Written in Lisp

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • arpilisp

    A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file

  • And here's a Lisp written in ARM Assembler by the same author :)

    https://github.com/marcpaq/arpilisp

  • lithium

    Clojure-based x86 assembler and toy Lisp compiler (by nathell)

  • I once wrote a rudimentary x86 assembler in Clojure:

    https://github.com/nathell/lithium/blob/master/src/lithium/a...

    In general, I find that s-expressions are actually a nice syntax for assembly languages. For x86, they kind of sidestep the AT&T vs. Intel conundrum, and you get to write macro-like functions in the host Lisp that compile down to s-expressions.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nanopass-framework-scheme

    The new nanopass framework; an embedded DSL for writing compilers in Scheme

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts