Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Judoscript

< >

Judoscript is an open source programming language created in 2001 by James Jianbo Huang.

#1439on PLDB 23Years Old
Wikipedia

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 Example Token
Strings ✓ "Hello world" "
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0