Advisory review: attribution & lineage correction (credit Norman Nunley) - #7
Open
mparrett wants to merge 2 commits into
Open
Advisory review: attribution & lineage correction (credit Norman Nunley)#7mparrett wants to merge 2 commits into
mparrett wants to merge 2 commits into
Conversation
…EADME Per feedback from the project's creator: this FMPL descends from an EBNF he extracted from the original FMPL sources in the late 1990s, and its syntax is only lightly similar to the 1992 original. The docs previously framed the project as a faithful revival of "FMPL, created in 1992 by Jon Blow" with no mention of Nunley. - Tour/landing deks: lead with Nunley; "grown from the grammar of" a 1992 MUD-server language, not "revived" - Tour §1: new credit paragraph — EBNF provenance, lightly-similar caveat, cool++/CoolMUD lineage (Stephen White -> MOO -> LambdaMOO) - Rehab log: names Nunley as the one who set up and steered "ralph"; field log: names him as the reviewer behind the IndexedDB direction - README/DEV/project.md: lineage rewritten, late-90s extraction added to the timeline - fmpl.ebnf: provenance header Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
I was one of the devs for cool++/coldmud. ColdStore is a better reference for what I was doing then. |
…ring The rehab wasn't "by hand": it was a couple dozen prompts from a human steering Claude over a few hours — the same mode the codebase was built in. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 23, 2026
Open
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.
What this corrects
Feedback from Norman Nunley, the project's creator: the tour didn't credit him at all, and the docs framed this project as a faithful revival of "FMPL, created in 1992 by Jon Blow." In fact this FMPL is based only on an EBNF Norman extracted from the original FMPL sources in the late 1990s, and its syntax is only lightly similar to the original.
Every lineage surface now says: this FMPL is Norman Nunley's — a descendant of the 1992 original seeded from his late-90s EBNF, not a restoration of it.
The 1992 half of the story keeps its sourcing: FOLDOC's Frobozz Magic Programming Language entry credits Jon Blow with the original interpreter at UC Berkeley's XCF.
🤖 Generated with Claude Code
Superseded in part. The MUD-lineage line above — "co-author of cool++, the C++ rewrite of Stephen White's CoolMUD" — is the version @nnunley corrected in his comment on this PR:
The body above is left as written, since it's the draft he was responding to. The corrected text is on
mainand in nnunley#6.