Category : Files from Magazines
Archive   : DDJ9407B.ZIP
Filename : PARADIG.ASC

 
Output of file : PARADIG.ASC contained in archive : DDJ9407B.ZIP
_PROGRAMMING PARADIGMS_
by Michael Swaine

Example 1:

if stem_position = "central"
and gill_type = "absent"
then return "boletus"


Example 2:

(a)

agaricales : {
// Agaricales is an order of fungi,
// usually characterized by a centrally placed stem.
// It contains several families of fungi.
level:"order",
children:['boletacaea,...],
stem_position:"central"}



(b)

Observations : {

color : "brown",
size : "15",
cap_shape : "",
cap_surface : "dry",
gill_type : "absent",
gill_attachment : "",
stem_position : "central",
stem_surface : "smooth",
veils : ""}


(c)

boletacaea : {
// Boletacaea is a family of fungi,
// characterized by pores rather than gills.
// It contains several genera of fungi.
level:"family",
children:
['suillus, 'boletus, 'boletellus, 'gyroporus, 'pulveroboletus],
gill_type:"absent"}


(d)

suillus : {
// Suillus is a genus of fungi,
// typically characterized by a viscid cap surface.
// It contains several species of fungi.
level:"genus",
children:[],
cap_surface:"viscid"}
boletus : {
// Boletus is a genus of fungi,
// typically characterized by a dry cap surface.
// It contains several species of fungi.
level:"genus",
children:['flaviporus,'satanas,'pulcherrimus,'edulis],
cap_surface:"dry"}
flaviporus : {
// Flaviporus is a species of fungi,
// usually yellow with a smooth stem.
level:"species",
children:[],
color:"yellow",
stem_surface:"smooth"}
edulis : {
// Edulis is a species of fungi,
// usually large and brown, with a scaly stem.
level:"species",
children:[],
color:"brown",
size:15,
stem_surface:"scaly"}



  3 Responses to “Category : Files from Magazines
Archive   : DDJ9407B.ZIP
Filename : PARADIG.ASC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/