[racket-users] [ANN] Template Macros: A Toolkit for the Practicing Language-Oriented Programmer

2020-03-17 Thread Eric Griffis
Hello, I'm pleased to announce the initial release of *Template Macros*, a Racket library that dramatically simplifies the generation of meta-program code. https://github.com/dedbox/racket-template Template macros infiltrate the spaces under-served by Racket's existing pattern-based and

[racket-users] Organizing tests in project

2020-03-17 Thread Siddhartha Kasivajhula
Hi, I'm attempting to organize tests in my package into subfolders/modules instead of having them in a giant main.rkt test submodule, but am running into some issues and was hoping for some advice on the best way to do it. I think the primary issue is related to source compilation order in raco,