Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Judoscript

Judoscript - Programming language

< >

Judoscript is a programming language created in 2001 by James Jianbo Huang.

#1348on PLDB 22Years Old 40Users
0Books 0Papers

Judoscript is one of several general purpose programming languages designed primarily for scripting on the Java platform. Its originator and primary developer is software engineer James Jianbo Huang.. Read more on Wikipedia...


Example from hello-world:
. "Hello World";
Example from Wikipedia:
// print out information found inside HTML do 'http://www.example.com' as sgml { <a>: println 'Found a hyperlink:' , $_.href; <p>: println 'Found a paragraph tag.'; TEXT: println 'Found some text:' , $_.length(); }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X
manool.html · judoscript.html · parasail.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com