Review of Languages
Jeff Cutsinger
seaslug@tunes.org
Wed, 1 May 2002 18:50:38 -0000
I'm moving the Review of Languages over to Scribe.
http://www-sop.inria.fr/mimosa/fp/Scribe/
I've defined a language construct, and I'd like some input on it.
(define-markup (language
:name
(:alternate-names #f) ;these are added as bookmarks
(:description #f)
(:links #f)
(:implementations #f)
(:good #f) ;should be pros
(:bad #f) ;should be cons- but cons is taken
)
;this is where all the above is adapted for output
)
-seaslug