Linked by twitterfire on Mon 24th Oct 2011 22:52 UTC
Thread beginning with comment 494192
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: I'm sorry, but how is this new?
by Nelson on Tue 25th Oct 2011 07:16
in reply to "RE[2]: I'm sorry, but how is this new?"
Roslyn is so much more. You can hook into _every_ step of the compiler.
I've already seen pretty powerful stuff done with Roslyn the few days its been out. Things like adding custom extensions to the C# language (which are transformed at the syntax level, very cool).
There is just so much potential here its hardly conceivable the cool things you can do now.
No, this isn't anything thats ever been done before.
RE[4]: I'm sorry, but how is this new?
by permafrosty on Tue 25th Oct 2011 09:54
in reply to "RE[3]: I'm sorry, but how is this new?"
RE[4]: I'm sorry, but how is this new?
by JAlexoid on Tue 25th Oct 2011 11:11
in reply to "RE[3]: I'm sorry, but how is this new?"
RE[4]: I'm sorry, but how is this new?
by moondevil on Tue 25th Oct 2011 12:09
in reply to "RE[3]: I'm sorry, but how is this new?"
RE[4]: I'm sorry, but how is this new?
by FunkyELF on Tue 25th Oct 2011 19:02
in reply to "RE[3]: I'm sorry, but how is this new?"





Member since:
2005-07-08
Its very interesting, and I don't think anything quite like it has been done before, especially at runtime.
Lisp, Smalltalk...