Reviewing named and optional parameters
Daphne Preston-Kendal
(07 Jun 2021 15:45 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(07 Jun 2021 16:07 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(09 Jun 2021 08:50 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 09:13 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(09 Jun 2021 09:42 UTC)
|
Re: Reviewing named and optional parameters
Marc Feeley
(09 Jun 2021 10:24 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 10:32 UTC)
|
Re: Reviewing named and optional parameters
Marc Feeley
(09 Jun 2021 12:16 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 12:41 UTC)
|
Re: Reviewing named and optional parameters
Marc Feeley
(09 Jun 2021 13:10 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 15:56 UTC)
|
Re: Reviewing named and optional parameters
Marc Feeley
(09 Jun 2021 18:15 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 10:27 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(14 Oct 2021 10:42 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(09 Jun 2021 17:22 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 17:38 UTC)
|
Re: Reviewing named and optional parameters
Peter Bex
(08 Jun 2021 05:18 UTC)
|
Re: Reviewing named and optional parameters
Per Bothner
(08 Jun 2021 05:38 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(09 Jun 2021 09:01 UTC)
|
Re: Reviewing named and optional parameters
Per Bothner
(10 Jun 2021 17:23 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(21 Jun 2021 07:23 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(09 Jun 2021 08:55 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(09 Jun 2021 14:30 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 14:44 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(09 Jun 2021 17:03 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 17:33 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(09 Jun 2021 17:37 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 17:40 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(09 Jun 2021 19:01 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(09 Jun 2021 19:26 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(10 Jun 2021 10:17 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(10 Jun 2021 11:19 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(12 Jun 2021 22:09 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(21 Jun 2021 07:22 UTC)
|
Re: Reviewing named and optional parameters Daphne Preston-Kendal (21 Jun 2021 10:37 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(29 Jul 2021 09:42 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(29 Jul 2021 23:34 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(30 Jul 2021 07:03 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(30 Jul 2021 07:31 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(30 Jul 2021 21:40 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(30 Jul 2021 21:48 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(30 Jul 2021 21:50 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(30 Jul 2021 21:59 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(30 Jul 2021 21:32 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(31 Jul 2021 10:02 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(31 Jul 2021 10:29 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(31 Jul 2021 17:33 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(31 Jul 2021 17:46 UTC)
|
Re: Reviewing named and optional parameters
Marc Nieper-Wißkirchen
(31 Jul 2021 18:04 UTC)
|
Re: Reviewing named and optional parameters
John Cowan
(31 Jul 2021 19:52 UTC)
|
Re: Reviewing named and optional parameters
Daphne Preston-Kendal
(02 Dec 2021 17:57 UTC)
|
Re: Reviewing named and optional parameters
Jeronimo Pellegrini
(03 Dec 2021 03:32 UTC)
|
Hello, I’ve just published the second version of this document. <https://dpk.gitlab.io/presrfis/arguments.html> The summary of the changes and updates is: - Adopted the term ‘bridged implementation’. - New discussion of the behaviour of procedures which are given real keyword arguments whose names do not match those of any formal keyword parameters. - Note that limitations on how a compiler or an implementation can optimize may mean that procedures created by `define-keyword` may be more efficient than those created with `lambda-keyword`. - Additional discussion of how the lexical semantics of Racket and Kawa might be accommodated, including adding a separate `keyword-apply` procedure to complement `apply`. - Additional notes on potential conflicts in deciding the notation of keyword datums. - Preliminarily remove discussion of compiler macros, pending revision to reflect what R6RS `syntax-case` can do in that regard. - New issues: the name of the `:` macro doesn’t work in Schemes where a bare colon gets read as a self-evaluating keyword datum; note another approach to keyword datums and that using normal symbols isn’t very well considered at the moment. You can see a diff between this version and the first one here: <https://gitlab.com/dpk/presrfis/-/compare/8f580c3e61649b046c48408fddd5cc19790342ba...830afcc764ab128d61dff60a02dbd09d758121dd?from_project_id=24936968#807b342342fc391537165de0134a947b5faaaa99> Further comments are welcome. I intend to revise this document continually until solid proposals and finalized SRFIs fall out of it. :-) Many thanks, Daphne