
| Key: |
GROOVY-1077
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Rui Lopes
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
Created: 30/Sep/05 06:01 AM
Updated: 26/Apr/08 08:01 AM
|
|
| Component/s: |
syntax
|
| Affects Version/s: |
1.0
|
| Fix Version/s: |
2.0
|
|
|
To keepup with next generation programming languages (such as C# 3.0), groovy would benefit from the ability to specify new operators (aka operator overloading, like C++'s "operator" keyword).
|
|
Description
|
To keepup with next generation programming languages (such as C# 3.0), groovy would benefit from the ability to specify new operators (aka operator overloading, like C++'s "operator" keyword). |
Show » |
|
You mean having a nice syntax for operator overloading? like:
operator Foo + (Foo foo)
Or you mean also being able to add new and funny operators like <
or whatever comes to mind?
=#=> or