Tuesday, October 2, 2012

What's cooking in the EDT kitchen? - October 2

We finished EDT 0.8.2 Milestone 2 last week. You can read about it on our new and noteworthy page.

Here's a link to last week's "What's Cooking?" post.

This week is the first week of Milestone 3, which will include the extensibility features we've been working on for so long, as well as improvements to the language.

Extensibility
  • Modifying the validation code to use the new extensibility features.
Language
  • Began work on the "if-then-else" ternary operator.  Example: x = y > 0 ? y : -1;
Other
Matt

2 comments:

  1. Regarding:

    y > 0 ? y : -1;

    THANK YOU! THANK YOU! THANK YOU!

    ReplyDelete
    Replies
    1. You're welcome. (I'm pretty jazzed about it too.)

      Delete