YN
++
YN's favorite coding language
Load Example...
Hello World
Basics
Functions
Classes (squads)
All Slang Demo
Keywords
Teach Agent
See the Python
Clear
Run
Ctrl+Enter
Loading Python...
editor
.ynpp
1
# Welcome to YN++! # Write your code here and hit Run spit("Wassup world!") spit("Welcome to YN++") name = "King" ifreal name == "King": spit("Respect, " + name + "!") bet: spit("What's good " + name) # Loop through the crew crew = ["Marcus", "Aisha", "Jamal", "Keisha"] spit("\nThe crew:") slide member inna crew: spit(" -", member) spit("\nNow go cook something up!")
output
Hit Run or press Ctrl+Enter to execute your code.
YN++ Keywords
×
Teach Any AI Agent YN++
×
Copy this prompt and paste it into ChatGPT, Claude, Gemini, Cursor, or any coding agent.
Read and follow this YN++ spec first: https://raw.githubusercontent.com/l8333121-stack/YN-/main/SKILL.md Task: Help me write/debug YN++ code. Requirements: - Output `.ynpp` code by default. - Follow keyword mappings exactly. - Explain fixes briefly. - Include run commands when useful. Start by asking what I want to build and offer: 1) beginner mini script 2) intermediate project 3) bugfix on my code
Copy Prompt
Select All