Category:JudoScript: Difference between revisions

Content added Content deleted
m (mark as running on JVM)
(Moved official site into infobox)
 
Line 1: Line 1:
{{language|JudoScript}}[[runs on vm::java virtual machine| ]]
{{language|JudoScript
|site=http://judoscript.org/judo.html}}
[[runs on vm::java virtual machine| ]]
'''JudoScript''' is a scripting language based atop of [[Java]].
'''JudoScript''' is a scripting language based atop of [[Java]].


Line 5: Line 7:


:''Judo is a practical, functional scripting language. It is designed to cover the use cases of not only algorithmic/object-oriented/multi-threaded programming and Java scripting but also a number of major application domain tasks, such as scripting for JDBC, WSDL, ActiveX, OS, multiple file/data formats, etc. Despite its rich functionality, the base language is extremely simple, and domain support syntax is totally intuitive to domain experts, so that even though you have never programmed in Judo, you would have little trouble figuring out what the code does.''
:''Judo is a practical, functional scripting language. It is designed to cover the use cases of not only algorithmic/object-oriented/multi-threaded programming and Java scripting but also a number of major application domain tasks, such as scripting for JDBC, WSDL, ActiveX, OS, multiple file/data formats, etc. Despite its rich functionality, the base language is extremely simple, and domain support syntax is totally intuitive to domain experts, so that even though you have never programmed in Judo, you would have little trouble figuring out what the code does.''

==Citations==
* [http://www.judoscript.com/judo.html judoscript.com]