I have recently discovered that Windows now has SBCL releases.  I just about fell out of my chair -- the day is nigh!<br><br>When I try to fire up CVS head SLIME, I get this:<br><br>; loading #P"c:\\lisp\\slime\\swank-
loader.lisp"<br><br>debugger invoked on a UNDEFINED-FUNCTION:<br>  <font style="font-weight: bold;" size="4">The function SB-UNIX:UNIX-GETUID is undefined.</font><br><br>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
<br><br>restarts (invokable by number or by possibly-abbreviated name):<br>  0: [ABORT] Exit debugger, returning to top level.<br><br>(SB-KERNEL::UNDEFINED-FUN-ERROR-HANDLER<br> #<unavailable argument><br> #.(SB-SYS:INT-SAP #X0022F3C4)
<br> #<SB-ALIEN-INTERNALS:ALIEN-VALUE :SAP #X0022F0CC :TYPE (*<br>                                                         (SB-ALIEN:STRUCT<br>                                                          SB-VM::OS-CONTEXT-T-STRUCT))>
<br> (14))<br>0] <br><br><br><br>Being somewhat enamored, I'd like to help...<br><br>* (apropos 'uid)<br><br>UID<br>:SB-FLUID (bound)<br>SB-UNIX:ST-UID<br>SB-UNIX:UNIX-GETUID<br>SB-UNIX:SETUIDEXEC<br>SB-UNIX:UID-HOMEDIR<br>
SB-UNIX:UID-USERNAME<br>SB-UNIX:UNIX-UID<br>SB-UNIX:S-ISUID<br>SB-UNIX:UID-T<br><br>* (describe 'sb-unix:unix-uid)<br><br>SB-UNIX:UNIX-UID is an external symbol in #<PACKAGE "SB-UNIX">.<br>It names a type specifier.
<br><br><br><br>The type is there, but not the function to generate instances of it.  Who's working on this, where's the code, and what can I do to help?<br><br>Jeremy