Conversation
Notices
-
Embed this notice
cinerion (cine@cawfee.club)'s status on Saturday, 11-Jan-2025 11:11:39 JST cinerion Reading PCL chapter CL's condition system and how it's better than python/java/c++ exception handling, meanwhile, me not knowing what exception handling, or exceptions are: :cirnosip: -
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Saturday, 11-Jan-2025 11:11:39 JST iced depresso @cine common lisp's error handling is so weird
you basically create an object to represent an error, yeet it, but you also specify ways that the error could be mitigated, and then the calling code can choose one of these, or if it gets thrown all the way to the user, they can choose one and everything resumes.
nobody else kept that. everyone else you can yeet an error upward but it always fails hard. -
Embed this notice
mischievoustomato@0.5dollah.click's status on Saturday, 11-Jan-2025 11:11:49 JST mischievoustomato @cine exception: a fuck up
exception handling: dealing with fuck ups -
Embed this notice
cinerion (cine@cawfee.club)'s status on Saturday, 11-Jan-2025 11:18:42 JST cinerion @icedquinn Pretty much what I understood from the chapter, yeah. I think it's a neat way to handle errors. I will take my time fiddling with CL, I'm liking it a lot so far :blobrainbow: iced depresso likes this.
-
Embed this notice