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.

#1852on PLDB 36Years 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 · Add Prompt · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v170.1.0