Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re : [aspectj-users] Re: [groovy-user] AspectG?

Anwar, currently, I think you're going to have to do the same thing
that you'd have to do using any non-Java language on the JVM with
AspectJ -- look at your classes after their compilation and write your
aspects based on that.

I have a feeling that we are just beginning to see increasing demand
for AspectJ to support other languages.

I've taken the liberty to enter enhancement requests at both the
AspectJ and Groovy projects:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=317060
http://jira.codehaus.org/browse/GROOVY-4249

If you want this support, make sure to vote for these issues.  For
Scala support, you might want to enter your own issues at the AspectJ
and Scala projects.

-matthew

On Tue, Jun 15, 2010 at 11:28 PM, Rizal Anwar <anrizal05@xxxxxxxx> wrote:
> I'm also interested in full blown aspectJ like support for Scala.
> Any pointer on this ?
>
> Thanks,
> Anwar.
> ________________________________
> De : Matthew Adams <matthew@xxxxxxxxxxxxxxx>
> À : aspectj-users@xxxxxxxxxxx; user@xxxxxxxxxxxxxxxxxxx
> Envoyé le : Mar 15 juin 2010, 20h 04min 24s
> Objet : Re: [aspectj-users] Re: [groovy-user] AspectG?
>
> Cool.  I'll have a look.  While we're on the topic, anyone know of an
> AspectJ-like product for the .NET environment?
>
> On Tue, Jun 15, 2010 at 10:59 AM, Eric Tanter <etanter@xxxxxxxxxxxxx> wrote:
>> If you're interested in aspect languages for dynamic languages like Groovy
>> (which actually do answer some of the questions you raised below), you may
>> want to have a look at what has been for Scheme and JavaScript:
>>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>



-- 
mailto:matthew@xxxxxxxxxxxxxxx
skype:matthewadams12
yahoo:matthewadams
aol:matthewadams12
google-talk:matthewadams12@xxxxxxxxx
msn:matthew@xxxxxxxxxxxxxxx
http://matthewadams.me
http://www.linkedin.com/in/matthewadams


Back to the top