Simple Programming Language - Online IDE

Loading Pyodide...

Code Editor

Write your SPL code here

Output

Program output appears here

🚀 Simple Programming Language IDE

Write code on the left, click "Run Code" to execute.

Supported features: variables, arithmetic, if/while statements, print function


Language Features:

Variables: x = 5
Arithmetic: x + y * 2
Print: print("hello")
If statements: if x > 0: ...
While loops: while x < 10: ...
Strings: "hello world"