Bug 317060 - Create "AspectG" to provide first class integration with Groovy
Summary: Create "AspectG" to provide first class integration with Groovy
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal with 10 votes (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 11:35 EDT by Matthew Adams CLA
Modified: 2010-06-16 11:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Adams CLA 2010-06-16 11:35:48 EDT
See discussions at
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg12186.html
and
http://groovy.329449.n5.nabble.com/AspectG-tp396059p396059.html

* Support a Groovier syntax for aspects
* Support weaving Groovy classes at compile time and run time via Groovy's MOP

This bug is related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=290740 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=287092.

This could be a starting point to have AspectJ support other JVM languages as well, such as Scala, JRuby, etc.
Comment 1 Matthew Adams CLA 2010-06-16 11:46:29 EDT
The Groovy issue corresponding to this issue is
http://jira.codehaus.org/browse/GROOVY-4249