[racket-dev] submodules

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Mar 9 18:34:34 EST 2012

Some more comments:

* There's probably a better way to collect the expression lists than
  set!-ing it.

* `sub' is probably a bad name, though `submodule' looks too long for
  this.


[

* I should have said earlier that if there's a `when-testing' then the
  bad result is adding a `when-in-main' -- even when it begs an
  example of:

    #lang racket
    (when-in-main (displayln "Go see Matthias."))

]

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.