Add platform list to readme

This commit is contained in:
Lassi Kortela 2019-08-22 01:43:21 +03:00
parent da02e9e554
commit 078cade0d2
1 changed files with 16 additions and 1 deletions

View File

@ -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)