docs: add Coming-from-Python section + fix stale counts - #1
Conversation
Adds a "Coming from Python" on-ramp table (verified against the repo's own examples/ and tests) and corrects suite/test-count accuracy issues. Co-Authored-By: Claude <noreply@anthropic.com>
|
🤖 Independent Claude review: Ready. Verified every Mojo snippet in the new "Coming from Python" section against
Python side ( Count: "Eleven pure-Mojo libraries" checks out — 10 sibling libs listed + mojo-captions itself (unlisted, as before), consistent with the prior "Ten". mojo-xml cross-link added correctly. No blocking issues. |
|
Docs review (sonnet): SHIP
|
Summary
Two documentation changes:
the intro) mapping the familiar Python API to this library's real API.
Every snippet was extracted from this repo's own
examples/andtest/;nothing was invented.
Test counts were re-verified by actually counting the test functions in the
repo (not trusting the prior text).
From an automated review (personal-context#62); drafted by Claude Code — please review the Coming-from-Python snippets for API accuracy.