www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: New object-oriented language "MixJuice"

reply HATA <hata mail1.big.or.jp> writes:
 Yes, it seems to extend 
 the mixin and module concepts in a interesting way.

Sorry, I'm late to reply. I'm glad to hear that. Is there a plan to include Aspect-Oriented Programming in D, now ?
Jun 23 2007
parent Jari-Matti =?ISO-8859-1?Q?M=E4kel=E4?= <jmjmak utu.fi.invalid> writes:
HATA wrote:

 Yes, it seems to extend
 the mixin and module concepts in a interesting way.

Sorry, I'm late to reply. I'm glad to hear that. Is there a plan to include Aspect-Oriented Programming in D, now ?

AOP isn't a single language construct. I suggest you study ctfe+mixins and templates, because that's one way to separate concerns efficiently on compile time. All suggestions for improving them are welcome, of course.
Jun 24 2007