Key facts
- Paradigm
- Multi-paradigm : object-oriented , imperative , functional , aspect-oriented , scripting
- Designed by
- James Strachan
- Developer
- Paul King (PMC Chair), Jochen Theodorou (Tech Lead), Guillaume Laforge, Cedric Champeau, Daniel Sun, Eric Milles
- First appeared
- 2003 ; 23 years ago ( 2003 )
- Stable release
- 5.0.6 (4 May 2026 ; 31 days ago ( 4 May 2026 ) ) [ ± ]
- Typing discipline
- Dynamic , static , strong , duck
- Platform
- Java SE
- License
- Apache 2.0
- Filename extensions
- .groovy, .gvy, .gy, .gsh
- Website
- groovy-lang .org
via Wikipedia infobox
Official website
The Apache Groovy™ programming language
groovy-lang.org →Link to the official site · 2,405 chars · not written by Vinony
Wikidata facts
- Developer
- Apache Software Foundation
- Official website
- groovy.apache.org
- Image
- XGroovyConsole.gif.pagespeed.ic.MveHrO02zE.png
- Has use
- software library
Show 13 more facts
- copyright license
- Apache Software License 2.0
- Stack Exchange tag
- stackoverflow.com/tags/groovy
- software version identifier
- 5.0.5
- inception
- 2003-00-00
- file extension
- groovy
- influenced by
- Q42478
- source code repository URL
- gitbox.apache.org/repos/asf/groovy.git
- programmed in
- Java
- typing discipline
- duck typing
- operating system
- cross-platform
- issue tracker URL
- issues.apache.org/jira/browse/GROOVY
- download URL
- groovy-lang.org/download.html
- Commons category
- Groovy
Sources (8)
via Wikidata · CC0
Article · Français
Groovy est le nom d'un langage de programmation orienté objet destiné à la plate-forme Java. Il constitue un substitut au langage Java pour cette plate-forme et est inspiré de Python, Ruby et Smalltalk. Il est l'objet de la spécification JSR 241. Groovy utilise une syntaxe très proche de Java, avec des accolades, et est directement compilé, soit à la volée dynamiquement, soit classiquement avec un compilateur en bytecode. Groovy s'intègre et est entièrement compatible avec la JVM étant donné que le bytecode est le même. Il peut donc : * utiliser les bibliothèques Java ; * être utilisé dans des classes Java. Groovy peut être comparé à BeanShell, l'objectif de faire un langage de scripting proche de Java est le même, la mise en œuvre étant différente.
Abstract from DBpedia / Wikipedia · CC BY-SA