docs: sync language reference, add execution-model / debugging / roadmap#21
Merged
Conversation
Pull updated docs from fink. Replaces the stale language reference with the current source-of-truth from fink/docs/, and adds three new pages: execution-model (algebraic effects, module lifecycle), debugging (DAP adapter), roadmap (designed-but-not-yet-reachable features).
Lead with a working module that defines an export, then show another module importing it. Replaces three import-only one-liners that didn't illustrate what a module actually is, and clarify that imports are local bindings, not re-exports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
writeandstd/io.fnk, Collections section, tagged-templates protocol, mid-list spread patterns,fink <file>CLI,f _zero-arg call, mutual-recursion-only-at-module-scope caveat,..range precedence note, std/ resolution).Test plan
make buildruns clean.make serveand click through each new page — language, execution-model, debugging, roadmap.Notes
**and/%are listed in roadmap as not-yet-lowered (panic in lowering pass) per upstream — worth confirming.[..init, last],[a, b, ..mid, x, y]) added to the language ref based on confirmed tests in fink/src/runner/test_patterns.fnk; not yet in fink's own docs.