The language, from above
Find your way
through Yeho.
Start anywhere. Follow the connections. Make one idea your own.
One language. Connected ideas.Choose a topic to explore ↓
Begin
Your first useful program
Shape
Give your ideas structure
Run
Decisions, work, and time
Create
Pixels, interfaces, experiments
Explore / 3 topics
Start and run
Projects, entry files, comments, separators, and the shortest path to a native program.
Project entry and source files ↗
A Yeho project starts in start.yh. Top-level statements are the program, so there is no ceremonial main function.
stableComments, newlines, and semicolons ↗
Line comments begin with //. Newlines normally separate statements, and semicolons are optional.
stableCreate, run, and build ↗
The workspace wrapper creates a project, checks it, runs it, or emits its native Windows x64 artifact.
stable