- Groovy 2 Cookbook
- Andrey Adamovich Luciano Fiandesio
- 130字
- 2021-07-23 15:57:24
Introduction
This chapter is all about what makes Groovy a very productive and fun programming language.
Groovy popularity builds on certain features of the language that are simply done right, such as closures or builders and are particularly appealing for Java programmers.
The recipes found in this chapter show the different facets of the Groovy language that allows to write a more terse, readable, and less ceremonious code in comparison to Java.
In this chapter, the reader will find—among others—recipes about the incredibly productive Groovy-enhanced collection framework, closures, builders, and the fancy annotations that makes code shorter and to the point.
For the most geeks among the readers, we have also added some recipes about advanced language features such as regular expressions, mixins, and extension methods.
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Java EE 6 企業級應用開發教程
- 造個小程序:與微信一起干件正經事兒
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Practical Data Science Cookbook(Second Edition)
- Mastering Spring MVC 4
- MySQL 8 DBA基礎教程
- Java開發入行真功夫
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Visual C++應用開發
- C語言課程設計
- Learning DHTMLX Suite UI
- 編程與類型系統
- Creating Data Stories with Tableau Public
- Python Interviews