Add deep StarLang tutorial and learning graph nodes #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/gpt-org-roam!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tutorial/starlang"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this adds
tutorials/starlang-from-zero.org— deep implementation-level StarLang tutorial with runnable Common Lisp /.starexamples, debugging playbook, testing workflow, and BBP major projectprojects/starlang.org— canonical project nodearchitecture/starlang-compiler-runtime.org— compiler/runtime call graph and actor architectureconcepts/starlang-spec-libraries.org— spec-library / portable contract concept nodeindex.org— durable Org-roam links into the new clusterSource grounding
Authored against current
lost-rob0t/star-langmainline, including the authoritativeprototype/implementation,starlang-prototype.asd, real fixtures, document runtime tests, and publicSTAR-LANG.APIsurface.The tutorial explicitly treats
star://domain:address:actor-nameas incoming/experimental because that work is currently in StarLang PR #14 rather than main.Tutorial contract
Uses persistent Org-roam IDs and durable
id:links. The tutorial is intentionally mechanism-level: parser, syntax objects, macro expansion, validation, normalized IR, document runtime, actor dispatch, journal/lease/remoting boundaries, debugging, tests, and a hands-on BBP contract project.