1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

Add note about current status

This commit is contained in:
Andy Wingo 2019-03-25 15:39:45 +01:00
parent 02ce8952ef
commit 94a58a80d2

View file

@ -27,3 +27,11 @@ the registers that we would like to have.
Guile needs a simple, light-weight code generation library. The GNU
Lightning architecture-specific backends provide the bulk of this
functionality, and Lightening wraps it all in a lightweight API.
## Status
Only the x86-64 port is currently usable. I plan to re-enable 32-bit
x86 shortly, and then work on 32-bit and 64-bit ARM. Other
architectures may come with time, but help is very much appreciated
there. The test suite is still in progress but will be fairly
comprehensive in terms of API surface.