<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If you guys know now what the TR ":" syntax will look like for the
usual keyword arguments, I would like to know what it is.<br>
<br>
My reason is that I need to replace my embedded documentation setup,
now that I'm targeting Scribble instead of Texinfo, and I'd like to be
getting the procedure signatures and such from ":" forms.&nbsp; I can use
"#lang typed/racket/base/no-check" until TR actually implements keyword
argument support.<br>
<br>
I'd very much prefer knowing, rather than making an incorrect guess and
having to change a tool and a bunch of separately-released PLaneT
packages later.<br>
<br>
Sam Tobin-Hochstadt wrote at 12/23/2010 12:27 AM:
<blockquote
 cite="mid:AANLkTi=-cVZUA3drTfu2aXrAKZuDNhu7EvDgji-T81j7@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Dec 22, 2010 at 9:48 PM, Neil Van Dyke <a class="moz-txt-link-rfc2396E" href="mailto:neil@neilvandyke.org">&lt;neil@neilvandyke.org&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">What's the status of keyword argument support in Typed Racket?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The below is still the current state, unfortunately.

  </pre>
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://groups.google.com/group/plt-scheme/browse_thread/thread/2da648c872fc6d97">http://groups.google.com/group/plt-scheme/browse_thread/thread/2da648c872fc6d97</a>

Sam Tobin-Hochstadt wrote at Fri, 24 Sep 2010 22:41:53 -0400:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Unfortunately, TR doesn't currently support the definition of keyworded
functions, primarily because their expansion is quite complex. &nbsp;That sadly
also leads to this error message. &nbsp;I'll see about changing the default
`define' and `lambda' to reject keywords for now.
      </pre>
    </blockquote>
  </blockquote>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<a class="moz-txt-link-freetext" href="http://www.neilvandyke.org/">http://www.neilvandyke.org/</a>
</div>
</body>
</html>