YPSH Language

A simple and easy-to-learn programming language

GitHub

Simple Syntax

Easy to Learn

macOS, Linux, Windows are Supported

Sample Code

It's so simple, yet so powerful.

example.ypsh
import("requests")
var latest = requests.get("https://ypsh-dgc.github.io/YPSH/channels/stable.txt").text.strip()
print("Latest Version: \(latest)")

Rich features

It comes with a variety of standard features that are essential for development.

REPL
Linting
Shell Integration
Python Integration
HTTPS Module
System Environment