(base) bash-5.2$ lisp
This is SBCL 2.2.9, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
Welcome to Slade's LISP!
* (load "load_vote.lisp")
;; loading #P"/c/cs458/lisp/myload.fasl"
;; loading #P"/c/cs458/lisp/utils/sbcl.fasl"
WARNING:
Specializing on the second argument to PRINT-OBJECT has unportable effects,
and also interferes with precomputation of print functions for exceptional
situations.
See also:
The ANSI Standard, Function PRINT-OBJECT
;; loading #P"/c/cs458/lisp/utils/generics.fasl"
;; loading #P"/c/cs458/lisp/utils/copy.fasl"
;; loading #P"/c/cs458/lisp/utils/io.fasl"
;; loading #P"/c/cs458/lisp/utils/ionew.fasl"
;; loading #P"/c/cs458/lisp/utils/macros.fasl"
;; loading #P"/c/cs458/lisp/utils/object_hash.fasl"
;; loading #P"/c/cs458/lisp/utils/props.fasl"
;; loading #P"/c/cs458/lisp/utils/new_utils.fasl"
;; loading #P"/c/cs458/lisp/utils/spell.fasl"
;; loading #P"/c/cs458/lisp/utils/output.fasl"
STYLE-WARNING: OUT-SWITCH was previously defined as a macro.
;; loading #P"/c/cs458/lisp/utils/run-time.fasl"
;; loading #P"/c/cs458/lisp/utils/date.fasl"
;; loading #P"/c/cs458/lisp/utils/tables.fasl"
;; loading #P"/c/cs458/lisp/db/specials_db.fasl"
;; loading #P"/c/cs458/lisp/db/db.fasl"
;; loading #P"/c/cs458/lisp/db/copy.fasl"
;; loading #P"/c/cs458/lisp/db/db_cmds.fasl"
STYLE-WARNING:
Defining (*SPLIT-FILE-SIZE*) as a constant, even though the name follows
the usual naming convention (names like *FOO*) for special variables
;; loading #P"/c/cs458/lisp/db/db_cmds2.fasl"
;; loading #P"/c/cs458/lisp/db/edit.fasl"
;; loading #P"/c/cs458/lisp/db/note.fasl"
;; loading #P"/c/cs458/lisp/db/dbs/record.fasl"
WARNING: redefining COMMON-LISP-USER::ALL-THE-SLOTS in DEFGENERIC
WARNING: redefining COMMON-LISP-USER::NO-PP-FIELDS in DEFGENERIC
WARNING: redefining COMMON-LISP-USER::NO-PRINT-READABLE-FIELDS in DEFGENERIC
;; loading #P"/c/cs458/lisp/gen/specials_gen.fasl"
;; loading #P"/c/cs458/lisp/gen/clusters.fasl"
;; loading #P"/c/cs458/lisp/gen/context.fasl"
;; loading #P"/c/cs458/lisp/gen/english.fasl"
;; loading #P"/c/cs458/lisp/gen/gen_utils.fasl"
;; loading #P"/c/cs458/lisp/gen/bill-english.fasl"
;; loading #P"/c/cs458/lisp/gen/nouns.fasl"
;; loading #P"/c/cs458/lisp/gen/np.fasl"
;; loading #P"/c/cs458/lisp/gen/generics.fasl"
;; loading #P"/c/cs458/lisp/gen/preamble.fasl"
;; loading #P"/c/cs458/lisp/gen/rels.fasl"
;; loading #P"/c/cs458/lisp/gen/verbs.fasl"
;; loading #P"/c/cs458/lisp/gen/combine.fasl"
;; loading #P"/c/cs458/lisp/gen/downside.fasl"
;; loading #P"/c/cs458/lisp/gen/vp.fasl"
;; loading #P"/c/cs458/lisp/gen/test.fasl"
;; loading #P"/c/cs458/lisp/gen/explain.fasl"
;; loading #P"/c/cs458/lisp/pol/specials_pol.fasl"
;; loading #P"/c/cs458/lisp/pol/utils.fasl"
;; loading #P"/c/cs458/lisp/pol/isa.fasl"
;; loading #P"/c/cs458/lisp/pol/sort.fasl"
;; loading #P"/c/cs458/lisp/pol/mypp.fasl"
;; loading #P"/c/cs458/lisp/pol/operations.fasl"
WARNING: redefining COMMON-LISP-USER::SYNONYMS in DEFGENERIC
;; loading #P"/c/cs458/lisp/pol/remove.fasl"
;; loading #P"/c/cs458/lisp/pol/group.fasl"
;; loading #P"/c/cs458/lisp/pol/issue.fasl"
;; loading #P"/c/cs458/lisp/pol/bill.fasl"
;; loading #P"/c/cs458/lisp/pol/member.fasl"
;; loading #P"/c/cs458/lisp/pol/strategy.fasl"
;; loading #P"/c/cs458/lisp/pol/stance.fasl"
;; loading #P"/c/cs458/lisp/pol/relation.fasl"
;; loading #P"/c/cs458/lisp/pol/decision.fasl"
;; loading #P"/c/cs458/lisp/pol/cg.fasl"
;; loading #P"/c/cs458/lisp/pol/strats.fasl"
;; loading #P"/c/cs458/lisp/pol/party-strat.fasl"
;; loading #P"/c/cs458/lisp/pol/shift.fasl"
;; loading #P"/c/cs458/lisp/pol/protocol.fasl"
;; loading #P"/c/cs458/lisp/pol/mem_anal.fasl"
;; loading #P"/c/cs458/lisp/pol/analyze.fasl"
;; loading #P"/c/cs458/lisp/pol/anal2.fasl"
;; loading #P"/c/cs458/lisp/pol/anal3.fasl"
;; loading #P"/c/cs458/lisp/pol/dd.fasl"
;; loading #P"/c/cs458/lisp/pol/parse.fasl"
;; loading #P"/c/cs458/lisp/pol/types.fasl"
The code is loaded. Use (init-pol) to load the databases.
T
* (init-pol)
newload-dbsn
; Reading data base from file: /c/cs458/lisp/db/data/group
; loading #P"/c/cs458/lisp/db/data/group.load"
;; loading #P"/c/cs458/lisp/db/data/group0"
;; loading #P"/c/cs458/lisp/db/data/group1"
;; loading #P"/c/cs458/lisp/db/data/group2"
;; loading #P"/c/cs458/lisp/db/data/group3"
;; loading #P"/c/cs458/lisp/db/data/group4"
; Reading data base from file: /c/cs458/lisp/db/data/bill
; loading #P"/c/cs458/lisp/db/data/bill.load"
;; loading #P"/c/cs458/lisp/db/data/bill0"
;; loading #P"/c/cs458/lisp/db/data/bill1"
;; loading #P"/c/cs458/lisp/db/data/bill2"
; Reading data base from file: /c/cs458/lisp/db/data/issue
; loading #P"/c/cs458/lisp/db/data/issue.load"
;; loading #P"/c/cs458/lisp/db/data/issue0"
;; loading #P"/c/cs458/lisp/db/data/issue1"
;; loading #P"/c/cs458/lisp/db/data/issue2"
;; loading #P"/c/cs458/lisp/db/data/issue3"
;; loading #P"/c/cs458/lisp/db/data/issue4"
;; loading #P"/c/cs458/lisp/db/data/issue5"
;; loading #P"/c/cs458/lisp/db/data/issue6"
; Reading data base from file: /c/cs458/lisp/db/data/member
; loading #P"/c/cs458/lisp/db/data/member.load"
;; loading #P"/c/cs458/lisp/db/data/member0"
;; loading #P"/c/cs458/lisp/db/data/member1"
; Reading data base from file: /c/cs458/lisp/db/data/strategy
; loading #P"/c/cs458/lisp/db/data/strategy.load"
;; loading #P"/c/cs458/lisp/db/data/strategy"
;; loading #P"/c/cs458/lisp/db/data/strategy1"
(#{db (0) GROUP} #{db (1) BILL} #{db (2) ISSUE} #{db (3) MEMBER}
#{db (4) STRATEGY})
* (dbase issue)
Initializing database system.
....ISSUE> h
0 AIDS +B
1 Abortion +C
2 Acid Rain Control +C(ACID-RAIN-CONTROL)
3 Affirmative Action +C(AFFIRMATIVE-ACTION)
4 Africa FOREIGN
5 Age Discrimination PROBLEM -C(AGE-DISCRIMINATION)
6 Agricultural subsidies -C(FARM AGRICULTURE)
7 Aid to Nicaraguan Contras (CONTRA-AID CONTRAS)
8 Air Pollution Control POLICY +C(CLEAN-AIR
AIR-POLLUTION-CONTROL)
9 Aircraft Carriers (CARRIERS)
10 Angola FOREIGN
11 Angola Rebels GROUP (ANGOLA-REBELS)
12 Anti-Ballistic Missile Treaty +C(ABM)
13 Anti-Semitism -B
14 Anti-trust reform +C(ANTI-TRUST-REFORM)
15 Apartheid PROBLEM -B
16 Arab-Israeli Conflict +B(ARAB-ISRAELI-CONFLICT)
17 Armored Divisions (ARMORED-DIVISIONS TANKS)
18 Arms Control +B(ARMS-CONTROL)
19 B-1 Bomber (B-1 B1)
20 Balance of Power PRINCIPLE +B(BALANCE-OF-POWER)
21 Balanced Budget +C(BALANCED-BUDGET)
22 Banking industry GROUP (BANKING)
23 Birth Control RIGHT +C(BIRTH-CONTROL)
24 Bond Taxation -C(BOND-TAXATION)
25 Bork Appointment NOMINATION (BORK)
26 Budget Freeze PROPOSAL (BUDGET-FREEZE FREEZE)
27 Business GROUP (INDUSTRY)
28 Cabinet Level Veterans Department PROPOSAL +C(CABINET-VETERANS)
29 Campaign Finance Reform +C(CAMPAIGN-FINANCE)
30 Cancer research +B(CANCER)
31 Capital Punishment PRINCIPLE +C(CAPITAL-PUNISHMENT
DEATH-PENALTY)
32 Capital gains tax cut ECONOMIC +C(CAPITAL-GAINS-TAX-CUT)
33 Catastrophic Health Costs PROGRAM +C(CATASTROPHIC-HEALTH-COSTS)
34 Central America FOREIGN (CENTRAL-AMERICA)
35 Central American Peace Plan FOREIGN +C(CENTRAL-AMERICAN-PEACE-PLAN)
36 Chemical Weapons -C(CHEMICAL-WEAPONS)
37 Child Care PROPOSAL +B(CHILDCARE DAYCARE
CHILD-CARE)
38 Civil Liberties PRINCIPLE (CIVIL-LIBERTIES)
39 Civil Rights CAUSE +C(CIVIL-RIGHTS)
40 Clinch River breeder reactor PROPOSAL (CLINCH-RIVER)
41 Cold War PROBLEM -C(COLD-WAR)
42 Compassion PRINCIPLE +B(MERCY COMPASSION)
43 Constitution PRINCIPLE +B(CONSTITUTION
BILL-OF-RIGHTS)
44 Constructive Engagement POLICY (CONSTRUCTIVE-ENGAGEMENT)
45 Consumer Protection CAUSE +C(CONSUMER)
46 Conventional Defense +C(CONVENTIONAL-DEFENSE)
47 Creationism
48 Cruise Missile (CRUISE)
49 Cut taxes ECONOMIC +B(CUT-TAXES TAX-CUTS)
50 D-5 Missile (D5)
51 Defense Spending +C(DEFENSE MILITARY
DEFENSE-SPENDING)
52 Deficit -C(BUDGET-DEFICIT DEFICIT)
53 Democracy PRINCIPLE +B
54 Deregulation PRINCIPLE +C
55 Diplomatic efforts +C(DIPLOMACY
DIPLOMATIC-EFFORTS)
56 Domestic Policy (DOMESTIC)
57 Drug Enforcement POLICY +B(DRUG-ENFORCEMENT DRUGS)
58 East-West Relationships FOREIGN (EAST-WEST)
59 Economic Policy +B(ECONOMIC ECONOMY)
60 Education Policy POLICY (EDUCATION)
61 El Salvador FOREIGN (EL-SALVADOR)
62 Elderly GROUP +B
63 Election Reform REFORM +C(ELECTION-REFORM)
64 Elections PRINCIPLE +B(ELECTION)
65 End of Hostilities OPPORTUNITY +C(END-OF-HOSTILITIES
CEASEFIRE)
66 Energy Conservation +C(ENERGY)
67 Environmental Protection +C(ENVIRONMENT ECOLOGY
CONSERVATION)
68 Equal Rights Amendment PROPOSAL (ERA)
69 Equality PRINCIPLE +B(EQUALITY EQUITY)
70 Euromissile Treaty +C(INF-TREATY)
71 Fair Trial PRINCIPLE +B(FAIR-TRIAL DUE-PROCESS)
72 Fairness PRINCIPLE +C
73 Family values SOCIAL +C(FAMILY FAMILY-VALUES)
74 Federal programs ISSUE (FEDERAL-PROGRAMS)
75 Fiscal responsibility PRINCIPLE +B(FISCAL-RESPONSIBILITY)
76 Flag Burning RIGHT -C(FLAG-BURNING)
77 Food Stamps +C(FOOD-STAMPS)
78 Foreign Policy +B(FOREIGN)
79 Foreign Relations Organizations GROUP (FOREIGN-ORG)
80 Free Enterprise PRINCIPLE +C(FREE-ENTERPRISE CAPITALISM
FREE-MARKET)
81 Free Trade PRINCIPLE (FREE-TRADE)
82 Freedom PRINCIPLE +A(FREEDOM LIBERTY)
83 Freedom of Speech RIGHT +B(FREE-SPEECH)
84 Freedom of the Press RIGHT +C(FREEDOM-OF-THE-PRESS)
85 Full employment +B(JOBS EMPLOYMENT)
86 Future of the Country +B(FUTURE)
87 Gay Rights -C(GAY-RIGHTS)
88 Generic Issue (ISSUE ISSUES)
89 Government Spending -C(SPENDING)
90 Government waste control +B(WASTE)
91 Gun Control CAUSE +C(GUN-CONTROL)
92 Handicapped GROUP +C
93 Hard work PRINCIPLE +B(HARD-WORK)
94 Health Care CAUSE +B(HEALTH-CARE HEALTH)
95 Help wealthy citizens ECONOMIC -C(HELP-WEALTHY)
96 Homelessness GROUP +C(HOMELESS HOMELESSNESS)
97 Honesty PRINCIPLE +B(HONESTY)
98 Housing +C
99 Human Rights PRINCIPLE +C(HUMAN-RIGHTS)
100 Human values ISSUE +A(HUMAN-VALUES VALUES VALUE
SOCIAL-VALUE)
101 Humanitarianism PRINCIPLE +B
102 Hunger +B
103 Idealism PRINCIPLE +C
104 Immigration Reform REFORM (IMMIGRATION
IMMIGRATION-REFORM)
105 Inflation reduction +B(INFLATION)
106 Integrity PRINCIPLE +B
107 Intelligence Operations (INTELLIGENCE)
108 Isolationism POLICY -C
109 Israel FOREIGN +C
110 Jewish Refusniks / Soviet Jews GROUP +C(SOVIET-JEWS)
111 Job Protection ECONOMIC +C(JOB-PROTECTION)
112 Judicial Appointments +C(JUDGESHIP)
113 Justice PRINCIPLE +A
114 Labor Issues GROUP (LABOR)
115 Latin America FOREIGN (LATIN-AMERICA)
116 Law and Order PRINCIPLE +B(LAW-AND-ORDER
LAW-ENFORCEMENT CRIME)
117 Legal Services PROGRAM (LEGAL-SERVICES)
118 Limited Judicial Review of Veterans Compensation Cases POLICY (VETERANS-JUDICIAL-REVIEW)
119 MIAs +C
120 MX Missiles (MX MX-MISSILE)
121 Manion Appointment NOMINATION (MANION)
122 Medicare and Medicaid +B(MEDICARE MEDICAID)
123 Mexico FOREIGN +C
124 Middle East +B(MID-EAST MIDDLE-EAST)
125 Midgetman Missile (MIDGETMAN)
126 Military Procurement +C(MILITARY-PROCUREMENT)
127 Military Solution POLICY -C(MILITARY-SOLUTION)
128 Minimum wage +C(MINIMUM-WAGE)
129 National Security PRINCIPLE +B(NATIONAL-SECURITY SECURITY)
130 National autonomy PRINCIPLE +C(NATIONAL-AUTONOMY)
131 Nationalism PRINCIPLE +B
132 Nicaragua FOREIGN
133 Non-involvement POLICY +C
134 North Atlantic Treaty Organization GROUP +C(NATO)
135 North-South Relationships +C(THIRD-WORLD NORTH-SOUTH
RICH-POOR)
136 Nuclear Freeze PROPOSAL +C(NUCLEAR-FREEZE)
137 Nuclear Test Ban +C(NUCLEAR-TEST-BAN)
138 Nuclear Weapons -C(NUCLEAR-WEAPON)
139 Occupational Safety and Health +C(SAFETY OSHA)
140 Open Housing PRINCIPLE +C(OPEN-HOUSING)
141 Opposition to communism +B(COMMUNISM)
142 POWs GROUP +B
143 Palestinian Homeland +C(PALESTINIAN-HOMELAND)
144 Panama FOREIGN +C
145 Patriotism PRINCIPLE +B
146 Peace PRINCIPLE +B(PEACE)
147 Persian Gulf Policy +C(PERSIAN-GULF)
148 Philippines FOREIGN +C
149 Plant Closing PROPOSAL (PLANT-CLOSING)
150 Pledge of Allegiance +B(PLEDGE)
151 Poland FOREIGN +C
152 Poverty Programs +C(POVERTY)
153 Pragmatism PRINCIPLE
154 President +C
155 President Bush +C(BUSH)
156 President Reagan +C(REAGAN)
157 Prevention of Smoking +C(SMOKING-BAN
SMOKING-WARNINGS)
158 Prison and Corrections REFORM +B(PRISON)
159 Prisoner Furloughs POLICY -C(FURLOUGHS)
160 Privacy Protection PRINCIPLE +C(PRIVACY)
161 Privatization -C
162 Progress PRINCIPLE
163 Prosperity ECONOMIC +B
164 Public TV and radio PROGRAM +C(PUBLIC-TV PUBLIC-RADIO)
165 Public Works (PUBLIC-WORKS)
166 Racism PROBLEM -C
167 Regulation PRINCIPLE (REGULATION)
168 Religious freedom PRINCIPLE +A(RELIGION RELIGIOUS-FREEDOM)
169 Responsibility PRINCIPLE +B
170 Retribution PRINCIPLE +C
171 Right to an Education RIGHT +C(EDUCATION-RIGHTS)
172 Rural Electrification PROGRAM +C(RURAL-ELECTRIC)
173 School Bussing POLICY -C(BUSSING)
174 School Desegregation POLICY +C(DESEGREGATION)
175 School Prayer PROPOSAL +C(PRAYER)
176 Self Determination RIGHT +B(SELF-DETERMINATION)
177 Separation of church and state PRINCIPLE +C(CHURCH-AND-STATE)
178 Social Policy (SOCIAL)
179 Social Security +B(SOCIAL-SECURITY)
180 South Africa -C(SOUTH-AFRICA)
181 South America FOREIGN +C(SOUTH-AMERICA)
182 Soviet Union FOREIGN +C(USSR RUSSIA)
183 Space Exploration PROGRAM +C(SPACE)
184 States Rights PRINCIPLE +C(STATES-RIGHTS)
185 Stealth Bomber (STEALTH)
186 Stimulate investment ECONOMIC +C(SPUR-INVESTMENT)
187 Strategic Defense Initiative PROGRAM +C(SDI)
188 Student loans PROGRAM +C(STUDENT-LOANS)
189 Superfund +C(SUPERFUND)
190 Taiwan FOREIGN +C(CHINA TAIWAN)
191 Tax Reform +C(TAX-REFORM)
192 Taxes POLICY -B
193 Textile Industry GROUP (TEXTILE-INDUSTRY TEXTILES)
194 Third World Debt +C(THIRD-WORLD-DEBT)
195 Tobacco Price Supports (TOBACCO-PRICE-SUPPORTS)
196 Totalitarianism PRINCIPLE -B
197 Tower Nomination NOMINATION (TOWER)
198 Toxic waste cleanup +C(TOXIC-WASTE)
199 Trade +C
200 Trade Deficit Reduction +C(TRADE-DEFICIT)
201 Trade Restrictions POLICY (TRADE-RESTRICTIONS)
202 Tradition PRINCIPLE +C
203 Transportation
204 Trident 2 Submarine (TRIDENT2
TRIDENT-II-MISSILE)
205 Unemployment +C(UNEMPLOYMENT)
206 Unemployment insurance PROGRAM +C(UNEMPLOYMENT-INSURANCE)
207 United Nations FOREIGN +C(UN UNITED-NATIONS)
208 Urban Renewal +C(SLUM CLEARANCE URBAN
RENEWAL URBAN-RENEWAL)
209 Veterans Affairs GROUP +C(VETERANS VETERANS-BENEFITS)
210 Vietnam Trade Relations (VIETNAM-TRADE-RELATIONS)
211 Voting Rights PRINCIPLE +C(VOTING-RIGHTS)
212 Warsaw Pact Nations FOREIGN (WARSAW-PACT IRON-CURTAIN)
213 Water Pollution Control PROGRAM +C(CLEAN-WATER
WATER-POLLUTION-CONTROL)
214 Weapons +C(WEAPON WEAPONS)
215 Whistle Blowers GROUP +C(WHISTLE-BLOWERS)
* 216 Women's Rights +C(WOMENS-RIGHTS)
....ISSUE> dis
Name: Women's Rights
Synonyms: (WOMENS-RIGHTS)
Isa: (CIVIL-RIGHTS)
Polarity: Support federal efforts to end sex discrimination
English: women's civil rights
English-Short: women's rights
Pro-English: the legitimate rights and concerns of women
Con-English: radical feminist positions
Groups: (NOW WOMEN)
Pro-Stances: (#{Stance (5) [B:PRO] PRIVACY (ISSUE:WOMENS-RIGHTS)}
#{Stance (6) [B:PRO] ABORTION (ISSUE:WOMENS-RIGHTS)}
#{Stance (7) [B:PRO] EQUALITY (ISSUE:WOMENS-RIGHTS)}
#{Stance (8) [B:PRO] FAIRNESS (ISSUE:WOMENS-RIGHTS)}
#{Stance (9) [B:PRO] PROGRESS (ISSUE:WOMENS-RIGHTS)})
Con-Stances: (#{Stance (10) [C:PRO] FAMILY (ISSUE:WOMENS-RIGHTS)}
#{Stance (11) [B:PRO] TRADITION (ISSUE:WOMENS-RIGHTS)})
Norm: (PRO C ISSUE:ISSUE.818 WOMENS-RIGHTS)
Status: Active
Date-Open: Sunday, January 22, 1989
Symbol: ISSUE.818
The average American supports women's civil rights.
Support of women's civil rights reinforces the belief in fairness
in society, a woman's right to have an abortion, the principle
of equality, the belief in a right to privacy, and moreover the
principle of progress and change in society.
Opposition to women's rights upholds tradition and preserving
the status quo. Opposition to women's rights is consistent with
traditional family values.
....ISSUE> labor
Keyword index: LABOR
* 114 Labor Issues GROUP (LABOR)
* 149 Plant Closing PROPOSAL (PLANT-CLOSING)
....ISSUE> 114
* 114 Labor Issues GROUP (LABOR)
Unknown command.
....ISSUE> dis
Name: Labor Issues
Type: GROUP
Synonyms: (LABOR)
Isa: (DOMESTIC)
Polarity: Support issues beneficial to working people
English: organized labor and working people
Pro-English: decent working people
Con-English: big labor bosses
Pro-Stances: (#{Stance (12) [B:PRO] JOBS (ISSUE:LABOR)}
#{Stance (13) [B:PRO] PROSPERITY (ISSUE:LABOR)}
#{Stance (14) [B:PRO] FAIRNESS (ISSUE:LABOR)})
Con-Stances: (#{Stance (15) [B:PRO] BUSINESS (ISSUE:LABOR)}
#{Stance (16) [B:PRO] FREE-MARKET (ISSUE:LABOR)})
Status: Active
Date-Open: Sunday, August 28, 1988
Symbol: ISSUE.3844
Support of organized labor and working people reinforces prosperity
at all levels of society, efforts for job creation and full employment
in addition to the principle of fairness in society.
Opposition to organized labor and working people is important
for free enterprise and capitalism, and the legitimate concerns
of the business community.
....ISSUE>
debugger invoked on a END-OF-FILE in thread
#:
end of file on #
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(READ-LINE # T NIL #)
0]
C-c C-c
debugger invoked on a SB-SYS:INTERACTIVE-INTERRUPT @7F9B237C336D in thread
#:
Interactive interrupt at #x7F9B237C336D.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Return from SB-UNIX:SIGINT.
1: [ABORT ] Reduce debugger level (to debug level 1).
2: Exit debugger, returning to top level.
("bogus stack frame")
0[2]
0]