Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

JSL

< >

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

#1793on PLDB 35Years Old


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

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Comments ✓
// A comment
MultiLine Comments ✓ /* */
/* A comment
*/
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io