Skip to content
marick edited this page Feb 25, 2012 · 23 revisions

1.3

  • Continue to improve error messages, checker output and documentation.

Unscheduled

Possibilities in Discussion (which you are encouraged to join)

Wishlist

  • Something like a .midjerc that allows some configuration of behavior.

  • Rework the idea of "background" Background prerequisites and Setup, teardown, and state

  • Typed metaconstants A problem with metaconstants is that you can't say something like

       (f ...n...) => (* 2 ...n...)
    

    because ...n...'s value is a symbol. It'd be nice if you could give it a type Integer, meaning it'd be assigned an arbitrary (random?) integer.

  • Reversible checkers.

    ...movie... => has-favorite-actor? ; instead of (has-favorite-actor? ...movie...) => truthy

    (recommendations) => (just ...movie...) ; instead of (recommendations) => [...movie...]

Clone this wiki locally