www.digitalmars.com         C & C++   DMDScript  

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

reply HATA <hata mail1.big.or.jp> writes:
Hello.
I found very interesting programing language on the web.
It's name is "MixJuice" maked by Yuuji ICHISUGI.
Sorry, I don't know how this language is useful.
I don't know programing very well.
But, let me introduce to you that language, because I think that this
language's idea may make a contribution to D-language's structure. 

MixJuice's review.
http://staff.aist.go.jp/y-ichisugi/mj/
Mar 19 2007
next sibling parent Knud Soerensen <4tuu4k002 sneakemail.com> writes:
On Mon, 19 Mar 2007 12:51:02 -0400, HATA wrote:

 Hello.
 I found very interesting programing language on the web.
 It's name is "MixJuice" maked by Yuuji ICHISUGI.
 Sorry, I don't know how this language is useful.
 I don't know programing very well.
 But, let me introduce to you that language, because I think that this
language's idea may make a contribution to D-language's structure. 
 
 MixJuice's review.
 http://staff.aist.go.jp/y-ichisugi/mj/
Hi Yes, it seems to extend the mixin and module concepts in a interesting way.
Mar 19 2007
prev sibling parent 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