Commit Graph

114 Commits

Author SHA1 Message Date
Lassi Kortela 9d27e3bb1d Spell false -> boolean false 2020-08-17 09:12:40 +03:00
Lassi Kortela ee7053e96b Add R2RS #!null 2020-08-17 09:10:23 +03:00
Lassi Kortela 23550dbb81 Add modern booleans to hash-syntax 2020-08-17 09:03:12 +03:00
Lassi Kortela 2e194c60e5 Add #!true and #!false from R2RS 2020-08-17 09:00:05 +03:00
Lassi Kortela 551da2dccc Incorporate hash-syntax #: update from John 2020-08-17 08:32:23 +03:00
Lassi Kortela 8ea28a5590 Add "Role" column for #! syntax 2020-08-16 20:01:39 +03:00
Lassi Kortela 5c7214bae2 Add hash syntax from Marc 2020-08-16 19:50:01 +03:00
Lassi Kortela 6c1179be10 Spell "Filename extensions" in plural 2020-08-16 14:12:47 +03:00
Lassi Kortela 58c687b1a4 Change ieee-scheme to ieee-1178-1990
ieee-1178-1990 is used by SRFI 22 (Running Scheme Scripts on Unix).

ieee-scheme was my own invention for lack of a better ID. Better to
stick with the one for which we have prior art.
2020-08-15 22:59:36 +03:00
Lassi Kortela d1785cbe2a Add more file name extensions 2020-08-15 22:59:22 +03:00
Lassi Kortela ccaac05b8a Add filename-extension registry 2020-08-15 22:17:29 +03:00
Lassi Kortela 3d5c11add6 Add hash-bang-syntax #!chezscheme 2020-08-11 13:41:15 +03:00
Lassi Kortela 876fe20e3a Add hash-bang-syntax #!void 2020-08-10 11:58:16 +03:00
Lassi Kortela efb1516c69 Make registry IDs links to heading anchors 2020-08-10 10:26:45 +03:00
Lassi Kortela f2750b7fd6 Add opengl and zlib to foreign-status-set 2020-08-10 10:26:32 +03:00
Lassi Kortela 5fc829bd9e Add HTML anchors 2020-08-10 01:35:23 +03:00
Lassi Kortela c738e7f77a Add Scheme standards 2020-08-10 01:33:34 +03:00
Lassi Kortela 101113494b Add foreign-status-set libcurl 2020-08-10 01:11:20 +03:00
Lassi Kortela cfe407ffd9 Clarify gethostby desciption 2020-08-10 01:11:07 +03:00
Lassi Kortela caa8a08dfe Add sample to each foreign-status-set 2020-08-09 16:30:54 +03:00
Lassi Kortela 68e79091b2 Add foreign-status-set libarchive 2020-08-09 16:30:38 +03:00
Lassi Kortela 7f62d8f3e7 Disambiguate netdb.h error codes
gethostbyname() and gethostbyaddr() use a different set of error codes
than POSIX netdb.h. Some OSes define the error numbers such that error
codes conflict between the two sets. Hence keep the sets separate.
2020-08-09 16:27:58 +03:00
Lassi Kortela d325c60a6d Add scheme-id airship 2020-08-09 16:26:40 +03:00
Lassi Kortela 57acc47e8b Fix spacing 2020-08-09 15:34:12 +03:00
Lassi Kortela bf6d211f64 Add mzscheme 2020-08-08 23:25:38 +03:00
Lassi Kortela fc0553752d Add cygwin and gnu 2020-08-08 23:25:20 +03:00
Lassi Kortela 32b448d2a0 Add linux to operating-system 2020-08-08 23:18:11 +03:00
Lassi Kortela 7b3c937b96 Add syntax-case feature 2020-08-08 23:16:08 +03:00
Lassi Kortela 9c26c7926a Avoid dependency on SRFI 132
Put an insertion sort into generate.scm to avoid depending on
libraries outside the R7RS-small standard.
2020-08-07 16:37:00 +03:00
Lassi Kortela b248110155 Declare character encoding
Though the page is output entirely in US-ASCII with Unicode characters
escaped as Ӓ that still doesn't appease W3C's HTML validator. It
wants us to explicitly declare an encoding. If we declare US-ASCII, it
also complains. Therefore declare UTF-8.
2020-08-07 16:14:12 +03:00
Lassi Kortela 44fd3f10d3 Add HTML comments at top of page 2020-08-07 16:13:47 +03:00
Lassi Kortela c0a1ae1db2 Switch to CC0 license
The previous license in the repo was MIT. Some advisers say open
source licenses are not recommend for things other than code, and that
we should use Creative Commons licenses instead. The hugely popular
Awesome lists project strongly recommends CC0, a public domain
equivalent license, so we're adopting it at least tentatively as well.
OK'd by Harold on the mailing list.
2020-08-07 14:56:49 +03:00
Lassi Kortela 8e0a7d6f81 Add scheme-id for racket
Racket's `#lang r7rs` sets 'racket in (features).
2020-08-07 14:06:34 +03:00
Lassi Kortela 4d5b9c1270 Edit operating-system descriptions 2020-08-07 11:47:09 +03:00
Lassi Kortela 2f3759bc63 Add intro box + mailing list and git links 2020-08-07 11:32:36 +03:00
Lassi Kortela 527f0a59f7 Tweak CSS margin 2020-08-07 11:32:25 +03:00
Lassi Kortela 77d98ae8c1 Put "#\" in title of character name registry 2020-08-07 11:32:00 +03:00
Lassi Kortela fd90bd056f Add many more feature identifiers 2020-08-07 10:53:26 +03:00
Lassi Kortela 3042f750ca Say where each #! identifier came from 2020-08-07 10:53:02 +03:00
Lassi Kortela 8f432a291d Add macosx to operating-systems 2020-08-07 10:52:33 +03:00
Lassi Kortela af7828a65f Fix typo 2020-08-06 23:55:30 +03:00
Lassi Kortela 4889cfca23 Add character-name registry 2020-08-06 23:54:00 +03:00
Lassi Kortela d1a7d54696 Add hash-syntax data file 2020-08-06 23:46:55 +03:00
Lassi Kortela af3e1a4abc Start gathering # syntax 2020-08-06 23:46:25 +03:00
Lassi Kortela 13ed02a959 Rename reader-directive -> hash-bang-syntax 2020-08-06 22:31:53 +03:00
Lassi Kortela ff193eb4f0 Add microformats2 tagging
Spec: <http://microformats.org/wiki/microformats2>

This makes it really easy to parse the registries back from the HTML
file in case we somehow lose the original S-expression files.
2020-08-06 11:51:30 +03:00
Lassi Kortela 2cab338eb4 Add <html lang="en"> for W3C validator 2020-08-05 13:03:51 +03:00
Lassi Kortela 7299c32b1e Refactor 2020-08-05 12:57:31 +03:00
Lassi Kortela 67f2c64888 Refactor 2020-08-05 12:51:41 +03:00
Lassi Kortela 1275bc5a7c Sort machine file 2020-08-05 12:51:18 +03:00