Title: Learn Phograph
Domain: avwohl.github.io
Links:
| IDE Guide | https://avwohl.github.io/phograph/guide.html |
| Language Reference | https://avwohl.github.io/phograph/reference.html |
| GitHub | https://github.com/avwohl/phograph |
| 1. Hello World Beginner Meet the IDE. Create your first graph and run it. | https://avwohl.github.io/phograph/lessons/01-hello-world.html |
| 2. Data and Constants Beginner Types, constant nodes, and how data flows through wires. | https://avwohl.github.io/phograph/lessons/02-data-and-constants.html |
| 3. Arithmetic and Primitives Beginner Use built-in primitive operations to compute results. | https://avwohl.github.io/phograph/lessons/03-arithmetic.html |
| 4. Methods Beginner Define reusable methods with inputs and outputs. | https://avwohl.github.io/phograph/lessons/04-methods.html |
| 5. Control Flow and Cases Intermediate Multiple cases, match annotations, and conditional logic. | https://avwohl.github.io/phograph/lessons/05-control-flow.html |
| 6. Strings and Lists Intermediate Work with text and collections using string and list primitives. | https://avwohl.github.io/phograph/lessons/06-strings-and-lists.html |
| 7. Classes and Objects Intermediate Object-oriented programming with classes, attributes, and methods. | https://avwohl.github.io/phograph/lessons/07-classes.html |
| 8. Debugging Intermediate Breakpoints, stepping, and inspecting wire values. | https://avwohl.github.io/phograph/lessons/08-debugging.html |
| Source on GitHub | https://github.com/avwohl/phograph |
Viewport: width=device-width, initial-scale=1.0