[racket-dev] plea for short planet syntax in student languages?

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Wed Oct 5 14:37:31 EDT 2011

In the language I use in my class, I offer

  require:
    only-in except-in prefix-in rename-in combine-in planet

  provide:
    all-defined-out all-from-out rename-out except-out
    prefix-out struct-out combine-out protect-out

and my students use most of these.  I am not aware of a student ever
getting into real trouble because of this.

Shriram


Posted on the dev mailing list.