Sort scheme-standard by year

This commit is contained in:
Lassi Kortela 2021-01-24 13:46:44 +02:00
parent d4b55fe40f
commit 2c68445991
2 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@
(let ((year (assoc? 'year entry)))
(append (the-usual entry)
(list (if year (number->string year) "")))))
(sort-by-id (group-file 'id "scheme-standard.scm"))))))
(group-file 'id "scheme-standard.scm")))))
(define (scheme-id)
(registry

View File

@ -1,11 +1,3 @@
(id dsssl)
(description "Document Style Semantics and Specification Language (ISO/IEC 10179:1996)")
(year 1996)
(id ieee-1178-1990)
(description "IEEE Standard for the Scheme Programming Language (1178-1990)")
(year 1990)
(id r0rs)
(description "Scheme: An Interpreter for Extended Lambda Calculus (AI Memo No. 349)")
(year 1975)
@ -22,10 +14,18 @@
(description "Revised^3 Report on the Algorithmic Language Scheme")
(year 1986)
(id ieee-1178-1990)
(description "IEEE Standard for the Scheme Programming Language (1178-1990)")
(year 1990)
(id r4rs)
(description "Revised^4 Report on the Algorithmic Language Scheme")
(year 1991)
(id dsssl)
(description "Document Style Semantics and Specification Language (ISO/IEC 10179:1996)")
(year 1996)
(id r5rs)
(description "Revised^5 Report on the Algorithmic Language Scheme")
(year 1998)