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.
- Began work on the "if-then-else" ternary operator. Example: x = y > 0 ? y : -1;
- You can contribute samples of EGL code to Rosetta Code at http://rosettacode.org/wiki/EGL and the EDT wiki's Code Snippets page at http://wiki.eclipse.org/EDT:Code_snippets
- The notes of our planning meetings are posted on the EDT wiki at http://wiki.eclipse.org/EDT:Planning_notes
Regarding:
ReplyDeletey > 0 ? y : -1;
THANK YOU! THANK YOU! THANK YOU!
You're welcome. (I'm pretty jazzed about it too.)
Delete