Provide form generator

Dexter Lagan <[email protected]>
Newsgroups gmane.comp.lang.racket.user,gmane.lisp.scheme.plt
Message-ID <[email protected]>
Hi folks,

  I developed a provide form generator to take the pain out of writing module headers: 

https://github.com/dexterlagan/provide-generator

 It works great, but I wonder if there wouldn’t be a simpler and more standard way to write this. My original idea was to parse the module syntax and simply delete the body of each define form, converting each function definition to string and use it as comment to each provide element. I couldn’t make it work that way, so I had to switch from syntax objects to strings half-way and handle it by hand. Any insight?

Thanks!

Dex

-- 
You received this message because you are subscribed to the Google Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.