On Fri, Sep 3, 2010 at 16:30, Justin Johansson <n...@spam.com> wrote:
> On 02/09/10 05:38, Philippe Sigaud wrote: > >> Hey, this question on SO makes for a good challenge: >> >> >> http://stackoverflow.com/questions/3608834/is-it-possible-to-generically-implement-the-amb-operator-in-d >> > > It's great to see someone doing the first D discussion topic > with the [challenge] annotation. > This was just for fun, because combining ranges is always fun, and in this case, it's a good example of operator overloading. I have a more interesting / less academic challenge in mind: make idmd, an interactive,REPL-like, D "interpreter". Philippe