Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Slisp: Simple Lisp compiler (Linux/amd64)

Slisp is a simple Lisp compiler for Linux/amd64, providing a minimal implementation of a Lisp dialect that compiles directly to x86-64 machine code. It is designed for educational purposes and ease of understanding.

背景メモ

Slisp は、ごく小さなLisp方言(S式ベースの言語)をx86-64アセンブリにコンパイルし、静的にリンクされたLinux実行バイナリを生成するプロジェクト。作者のSteve Kemp氏は、sysadmin/DevOps系の自作言語やLisp実装を多数公開している。

関連記事