Re: HTTP error codes
hga@xxxxxx
(03 Aug 2020 16:47 UTC)
|
Re: HTTP error codes
John Cowan
(03 Aug 2020 17:04 UTC)
|
Re: HTTP error codes
John Cowan
(03 Aug 2020 17:07 UTC)
|
Complexity of SRFI 198 interface and naming
Lassi Kortela
(03 Aug 2020 17:15 UTC)
|
Re: Complexity of SRFI 198 interface and naming
hga@xxxxxx
(03 Aug 2020 17:52 UTC)
|
Re: Complexity of SRFI 198 interface and naming
Lassi Kortela
(03 Aug 2020 18:12 UTC)
|
Re: Complexity of SRFI 198 interface and naming
John Cowan
(04 Aug 2020 15:52 UTC)
|
Re: Complexity of SRFI 198 interface and naming
hga@xxxxxx
(04 Aug 2020 16:24 UTC)
|
Re: Complexity of SRFI 198 interface and naming Lassi Kortela (04 Aug 2020 16:36 UTC)
|
Re: Complexity of SRFI 198 interface and naming
John Cowan
(05 Aug 2020 02:30 UTC)
|
Re: Complexity of SRFI 198 interface and naming
John Cowan
(03 Aug 2020 17:53 UTC)
|
Re: Complexity of SRFI 198 interface and naming
Lassi Kortela
(03 Aug 2020 18:06 UTC)
|
> All right, I'm okay with foreign-status or anything similar to that, > just not with foreign-error, as some statuses are success rather than > failure statuses, like HTTP 200 or VMS error code 2 (analogous to 0 as a > Posix process status). Thanks. The thesaurus isn't encouraging here -- 'status' and 'result' are the only reasonable alternatives to 'error'. > But I don't see how foreign-status-ref can be both convenient (lambdas > are forced) and transparent. Two access methods are needed, one for > each purpose. Why does it need to be transparent?