procgen  Check-in [528d31b16a]

Overview
Comment:update botsoc
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 528d31b16ab986ca1b073ceba883d9acf642203100c33994c6f300b30c81c7ac
User & Date: lexi on 2018-12-29 02:21:33
Other Links: manifest | tags
Context
2018-12-29
02:40
fixes check-in: a28736d4af user: lexi tags: trunk
02:21
update botsoc check-in: 528d31b16a user: lexi tags: trunk
2018-12-20
07:48
update check-in: 376eaeaf04 user: lexi tags: trunk
Changes

Modified botsoc.scm from [5105921237] to [bbebcf59de].

    10     10   	("tribadism")		("eugenics")		("fascism")
    11     11   	("juche")			("nationalism")	("human extinctionism")
    12     12   	("demonology")	("linguistics")		("voluntary human extinction")
    13     13   	("onanism")		("anthropology") ("authoritarianism")
    14     14   	("totalitarianism")	("social justice")	("identity politics")
    15     15   	("idpol")				("terrorism")		("islamism")
    16     16   	("hedonism")		("libertinism")		("computer science")
    17         -	("libertarianism")	("static typing")	("dynamic typing"))
           17  +	("libertarianism")	("static typing")	("dynamic typing")
           18  +	("neoliberalism"))
    18     19   (rule (ideology-prefix)
    19     20   	("neo-")		("social ")	("democratic ")
    20     21   	("paleo-")	("retro-")	("anarcho-")
    21     22   	("femino-")	("neo")		("anti-")
    22     23   	("sado-")	("eroto-")	("strangulo-")
    23     24   	("theo-")	("ultra-")	("arachno-")
    24     25   	("anti")		("post-") 	("post")
................................................................................
    46     47   	("vaccination")	("autism")			("the alt-right")
    47     48   	("authoritarianism") ("freedom of speech")
    48     49   	("tooth decay")	("neurodivergence")
    49     50   	("abortion")	("healthcare")	("the war")
    50     51   	("islamophobia") ("sexting") ("static typing")
    51     52   	("dynamic typing") ("heterophobia") ("heterosexuality"))
    52     53   (rule (adjective)
    53         -	("racist")			("homophobic")	("misogynist")
           54  +	("racist")		("homophobic")		("misogynist")
    54     55   	("bigoted")		("anti-" (thing))	("evil")
    55     56   	("insane")		("impossible")		("contradictory")
    56         -	("illogical")		("revolutionary")	("self-contradictory")
           57  +	("illogical")	("revolutionary")	("self-contradictory")
    57     58   	("white")		("communist")		("socialist")
    58         -	("marxist")		("stalinist")			("lesbian")
           59  +	("marxist")		("stalinist")		("lesbian")
    59     60   	("untested")	("neurotypical")	("anarchist")
    60     61   	("religious")	("bourgeois")		("proletarian")
    61         -	("classist")		("monarchist")	("fascist")
           62  +	("classist")	("monarchist")		("fascist")
    62     63   	("postfurry")	("eugenicist")		("alt-right")
    63         -	("furry")			("problematic")	("totalitarian")
    64         -	("unlikely")		("compromised")	("authoritarian")
           64  +	("furry")		("problematic")		("totalitarian")
           65  +	("unlikely")	("compromised")		("authoritarian")
    65     66   	("useless")		("useful")			("neurodivergent")
    66         -	("desirable")	("undesirable")	("dialectic")
    67         -	("undialectic")	("undefined")	("imperialist")
    68         -	("good")		("bad")			("colonialist")
    69         -	("acausal")		("black")		("statically-typed")
    70         -	("emergent")	("libertarian")	("unreconstructed")
    71         -	("teenage")		("Lacanian")	("intersectional"))
           67  +	("desirable")	("undesirable")		("dialectic")
           68  +	("undialectic")	("undefined")		("imperialist")
           69  +	("good")		("bad")				("colonialist")
           70  +	("acausal")		("black")			("statically-typed")
           71  +	("emergent")	("libertarian")		("unreconstructed")
           72  +	("teenage")		("Lacanian")		("intersectional")
           73  +	("horny")		("thirsty"))
    72     74   
    73     75   (rule (trait)
    74     76   	("power") ("influence") ("wealth") ("solidarity")
    75     77   	("hope") ("conviction") ("autonomy") ("freedom")
    76     78   	("liberty") ("faith") ("humanity") ("sapience"))
    77     79   
    78     80   (rule (necessity)
    79         -	("sex") ("water") ("food") ("money")
           81  +	("sex") ("water") ("food") ("money") 
    80     82   	("wealth") ("income") ("welfare") ("tea")
    81     83   	("therapy") ("pain relief") ("medical care")
    82     84   	("medicine") ("reproduction") ("hope") ("faith")
    83     85   	("love"))
    84     86   
    85     87   (rule (thing)
    86     88   	((problem)) ((necessity))	("Russia")	("Mars")
................................................................................
   157    159   	(g " " (modal))
   158    160   	((thing) " " (modal) " cause " g " to")
   159    161   	(i " " (modal) " cause " g " to"))
   160    162   
   161    163   ; rule definitions
   162    164   (rule (predicate-or-claim i)
   163    165   		(i " is actually " (ideology))
          166  +		(i " is actually just " (ideology) " with " (adjective) " characteristics")
          167  +		(i " is just " (ideology) " with " (adjective) " characteristics")
          168  +		(i " is the highest form of " (ideology))
   164    169   		(i " is not " (ideology))
   165    170   		(i " disproves " (ideology))
   166    171   		(i " is disproven by " (ideology))
   167    172   		(i " is a fundamentally " (adjective) " ideology")
   168    173   
   169    174   		(i " is " (adjective))
   170    175   		(i " is basically " (adjective))