>>>>> "B" == Ben McAllister writes:

    B> As I refresh my memory on how to do relatively simple things in
    B> Scheme, I'm not sure if they're intended to be supported in Scheme. To
    B> take one random example, I assume I can consult the latest Scheme docs
    B> online to figure out whether or not there's an (nth x y) function in
    B> Scheme like there is in CL - there isn't, but it's straightforward to
    B> code up:

Scheme is 'schemed', but many of the obvious higher level constructs are
standardised through the various rNrs'es.

You might have to look for different names (and possibly different
semantics) from CL, fex. list-ref in scheme.

-anders

_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to