Re: [racket-users] un-prefix-out provide macro

2017-07-03 Thread Jens Axel Søgaard
Is filtered-out what you are looking for? http://docs.racket-lang.org/reference/require.html?q=provide#%28form._%28%28lib._racket%2Fprovide..rkt%29._filtered-out%29%29 2017-07-03 9:59 GMT+02:00 Sam Waxman : > Hello, > > I really need a provide macro with the following style > > (provide > (un-

[racket-users] un-prefix-out provide macro

2017-07-03 Thread Sam Waxman
Hello, I really need a provide macro with the following style (provide (un-prefix-out "..Some-file/modulepath" number)) Where the number will determine how many characters to delete from each identifier before exporting them. I.e., if we were to require racket as (require (prefix-in rack-