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.

#1846on 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0