close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/07/2011 04:02:18 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
1 | 1 | = ContextJ - Context-oriented Programming for Java = |
| 2 | |
| 3 | {{{ |
| 4 | #!div class="wiki_infotable" style="float:right;" |
| 5 | ||'''Environment'''|| || |
| 6 | || [[Image(media/icons/silk:application_home.png, title="Recommended Java VM Version", nolink, right)]] || JVM 1.5 || |
| 7 | ||'''Downloads'''|| || |
| 8 | || [[Image(media/icons/silk:script_gear.png, title="downloads", nolink, right)]] || [https://www.hpi.uni-potsdam.de/hirschfeld/svn/cop/JCopProject/src/JCop/versions/contextj/ latest version] || |
| 9 | || [[Image(media/icons/silk:database.png, title="samples", nolink, right)]] || [https://www.hpi.uni-potsdam.de/hirschfeld/svn/cop/JCopProject/src/JCop/versions/contextj/samples sample programs ] || |
| 10 | }}} |
2 | 11 | |
3 | 12 | ContextJ is a [http://www.hpi.uni-potsdam.de/swa/cop/ context-oriented] extension to the Java language. It is implemented as a compiler, written in Java, based on the [http://jastadd.org/JastAdd JastAdd] compiler framework. |