schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

Include -head support in HTML #8

Closed lassik closed 4 years ago

lassik commented 4 years ago

@erkin Here's a modification to the table. It shows SRFIs included in the latest release version with a light green background, and SRFIs only available in a pre-release version (head / git master) in dark green. What do you think?

Preview: http://htmlpreview.github.io/?https://github.com/schemedoc/srfi-metadata/blob/lassik-head-html/table.html

Related to issue #3

lassik commented 4 years ago

Personally I like having both head and release in the same table, as you can see at a glance what implementations have just added new SRFIs. Provides a nice little window into the progress of Scheme and what to expect from next release :)

lassik commented 4 years ago

Even nicer would be to add the SRFIs installable from a package manager in yellow. That would give us the usual "traffic lights" system for SRFI support :) Of course, someone with a good eye for color could pick better ones.

lassik commented 4 years ago

No comments so far, so I'll merge this to master. We can always change things later.