Serious is a programming language created in 2021 by lorentzj.
A simple language for mathematical transformations
let x = 3; let y = 4; print (x^2 + y^2)^0.5;
View source