Adding Groovy libraries for JPF runs.
[jpf-core.git] / examples / groovy-2.4.8 / overviewj.html
1 <!--\r
2 \r
3      Licensed to the Apache Software Foundation (ASF) under one\r
4      or more contributor license agreements.  See the NOTICE file\r
5      distributed with this work for additional information\r
6      regarding copyright ownership.  The ASF licenses this file\r
7      to you under the Apache License, Version 2.0 (the\r
8      "License"); you may not use this file except in compliance\r
9      with the License.  You may obtain a copy of the License at\r
10 \r
11        http://www.apache.org/licenses/LICENSE-2.0\r
12 \r
13      Unless required by applicable law or agreed to in writing,\r
14      software distributed under the License is distributed on an\r
15      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
16      KIND, either express or implied.  See the License for the\r
17      specific language governing permissions and limitations\r
18      under the License.\r
19 \r
20 -->\r
21 <html>\r
22   <head>\r
23     <title>Groovy - An agile dynamic language for the Java Platform</title>\r
24   </head>\r
25   <body>\r
26     <h2>Groovy - An agile dynamic language for the Java Platform<br/>(JavaDoc for Java classes)</h2>\r
27 \r
28     Groovy...\r
29     <ul>\r
30       <li>is an agile and <b>dynamic language</b> for the <b>Java Virtual Machine</b></li>\r
31       <li>builds upon the strengths of Java but has <b>additional power features</b> inspired by languages like Python, Ruby and Smalltalk</li>\r
32       <li>makes <b>modern programming features</b> available to Java developers with <b>almost-zero learning curve</b></li>\r
33       <li>supports <b>Domain-Specific Languages</b> and other compact syntax so your code becomes <b>easy to read and maintain</b></li>\r
34       <li>makes writing shell and build scripts easy with its <b>powerful processing primitives</b>, OO abilities and an Ant DSL</li>\r
35       <li>increases developer productivity by <b>reducing scaffolding code</b> when developing web, GUI, database or console applications</li>\r
36       <li><b>simplifies testing</b> by supporting unit testing and mocking out-of-the-box</li>\r
37       <li>seamlessly <b>integrates with all existing Java objects and libraries</b></li>\r
38       <li>compiles straight to Java bytecode so you can use it anywhere you can use Java</li>\r
39     </ul>\r
40   </body>\r
41 </html>\r