Content deleted Content added
←Created page with '{{Infobox programming language | name = Grooscript | paradigm = scripting | year = {{Sta...' |
m Bot: link syntax |
||
Line 9:
| typing = [[Type system#DYNAMIC|Dynamic]]
| website = {{URL|grooscript.org}}
| influenced by = [[Groovy (programming language)|Apache Groovy]], [[Java (programming language)|Java]], [[
| license = [[Apache License|Apache]] 2.0
| file ext = .groovy
}}
'''Grooscript''' is a library that converts [[Groovy (programming language)|Apache Groovy]] code to [[
Although Grooscript has some limitations compared to Apache Groovy, it can use ___domain classes in both the server and the client. A typical development process is to create a dynamic single webpage application in Groovy, test its various parts with Spock, and use web sockets to speed up page reloading on the fly.<ref>{{cite web|url=https://www.infoq.com/presentations/grooscript|title=Presentation at SpringOne/2GX on Grooscript|date=13 Dec 2015}}</ref>
Line 24:
}
</source>
in the [[
Plugin support for [[Grails (framework)|Grails]] version 3.0 is provided, as well as online code conversions.<ref>{{cite web|url=http://grooscript.org/conversions.html|title=Grooscript online conversions|date=15 May 2017}}</ref>
|