From 078cade0d239d74c07d5b8102dcc7052bf0b12ac Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Thu, 22 Aug 2019 01:43:21 +0300 Subject: [PATCH] Add platform list to readme --- README.adoc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5b7e372..d9dd528 100644 --- a/README.adoc +++ b/README.adoc @@ -5,4 +5,19 @@ Small scripting Scheme emphasizing portability and stability. Based on the excellent https://github.com/JeffBezanson/femtolisp/[FemtoLisp] interpreter by Jeff Bezanson. -More info soon. +== Platforms + +Builds in seconds with no warnings and no external dependencies using only the +system C compiler. 64-bit executable only; 32-bit coming soon. + +* Windows (wcc) +* MacOS (clang) +* Linux + * Debian Linux (gcc) + * Alpine Linux (gcc) + * Void Linux (gcc) +* BSD + * FreeBSD (clang) + * OpenBSD (clang) + * NetBSD (gcc) + * DragonFly BSD (gcc)