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

s-lang

< >

s-lang is a programming language created in 1992 by John E. Davis.

#2617on PLDB 32Years Old


Example from the web:
define init_array (a) { variable i, imax; imax = length (a); for (i = 0; i < imax; i++) { a[i] = 7; } } variable A = Int_Type [10]; init_array (A);

View source

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