[racket-dev] syntax/stx vs racket/private/stx

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri May 13 17:38:41 EDT 2011

The `syntax/stx' and `racket/private/stx' libraries contain a bunch of
duplication.  In particular, the following functions seem identical:
`stx-null?' `stx-list?' `stx->list' `stx-pair?' `stx-car' `stx-cdr'.

Is there any reason not to just have `syntax/stx' reprovide them,
instead of defining duplicate versions?
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.