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

JSL

< >

JSL, aka JMP Scripting Language, is a programming language created in 1989.

#1837on PLDB 35Years Old


Example from the web:
a="Hello"; b=" "; c="World"; a||b||c; // "Hello World"

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "
Comments ✓ // A comment
MultiLine Comments ✓ /* A comment */ /* */
Line Comments ✓ // A comment //
Semantic Indentation X
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll