Measures Concepts
GitHub icon

JSL

JSL - Programming language

< >

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

#1566on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout