博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Introduction - 介绍
阅读量:7070 次
发布时间:2019-06-28

本文共 1344 字,大约阅读时间需要 4 分钟。

Groovy…​

  • is an agile and dynamic language for the Java Virtual Machine

  • 是一种用于Java虚拟机的敏捷和动态的语言
  • builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby and Smalltalk

  • 它建立在Java的优势之上,但受Python、Ruby和Smalltalk等语言的启发,它还有其他强大的功能
  • makes modern programming features available to Java developers with almost-zero learning curve

  • 使Java开发人员可以使用几乎为零的学习曲线获得现代编程特性
  • provides the ability to statically type check and statically compile your code for robustness and performance

  • 提供静态类型检查和静态编译代码的能力,以提高代码的健壮性和性能
  • supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain

  • 支持领域特定的语言和其他紧凑的语法,使您的代码变得易于阅读和维护
  • makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL

  • 通过强大的处理原语、OO功能和Ant DSL,可以轻松编写shell和构建脚本
  • increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications

  • 通过在开发web、GUI、数据库或控制台应用程序时减少脚手架代码,提高开发人员的工作效率
  • simplifies testing by supporting unit testing and mocking out-of-the-box

  • 通过支持单元测试和模拟开箱即用,简化了测试
  • seamlessly integrates with all existing Java classes and libraries

  • 与所有现有的Java类和库无缝集成
  • compiles straight to Java bytecode so you can use it anywhere you can use Java

  • 直接编译到Java字节码,以便在任何可以使用Java的地方使用它

转载于:https://www.cnblogs.com/xxNote/articles/10636535.html

你可能感兴趣的文章
解决MySQL Master/Slave 同步出错
查看>>
常用的主机监控Shell脚本
查看>>
CentOS历史版本下载方法
查看>>
[cocos2dx]斗地主制作之洗牌算法
查看>>
javascript 注入实现跨html跨浏览器传参
查看>>
linux 网络基本配置
查看>>
redis 主从配置,自动切换
查看>>
Spring3 MVC Login Interceptor
查看>>
linux的启动流程--
查看>>
centos镜像liveCD,liveDVD和DVD区别
查看>>
javascript variable's scope , 变量 范围
查看>>
selenium 远程连接超时
查看>>
android图片处理
查看>>
CentOS7中firewall防火墙详解和配置,.xml服务配置详解
查看>>
电子表格控件Spreadsheet 对象方法事件详细介绍
查看>>
自动填写短信验证码
查看>>
linux CentOS7最小化安装环境静默安装Oracle11GR2数据库(安装依赖包)
查看>>
运维自动化工具Cobbler之—标准化
查看>>
编译linux-3.15.5时遇到的几个错误
查看>>
nginx启动,重启,关闭命令
查看>>