JudoScript: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added stub template)
(Added short summary and category)
Line 1: Line 1:
[[Category:JudoScript]]
{{stub}}

'''JudoScript''' is a scripting language based atop of [[Java]].

From the website:

:''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]


{{Programming Language}}
{{Programming Language}}

Revision as of 18:53, 25 January 2007


JudoScript is a scripting language based atop of Java.

From the website:

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

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.