Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{{language|JudoScript
|site=http://judoscript.org/judo.html}}
[[runs on vm::java virtual machine| ]]
'''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.''

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:JudoScript

View file

@ -0,0 +1 @@
../../Task/String-length/JudoScript