Linea Server Pages | The Linea Programming Language
The most simple and lightweight dynamic web programming language!
Get StartedWrite your dynamic web code inside <?lsp ... ?> tags and let the LSP engine handle the rest!
<?lsp var name = "World" ?>
<?lsp display "Hello, " + name ?>
Save your file as .lsp and run it using the LSP interpreter.