Memory Lane (audio drama)

Memory Lane is a Big Finish Productions audio drama based on the long-running British science fiction television series Doctor Who.

Memory Lane
Big Finish Productions audio drama
Series'Doctor Who'
Release no.88
FeaturingEighth Doctor
Charley Pollard
C'rizz
Written byEddie Robson
Directed byGary Russell
Produced byGary Russell,
Nicholas Briggs, Jason Haigh-Ellery
Production code8YC
Length1 hr 35 mins
Release dateOctober 2006

Plot

The Eighth Doctor, Charley Pollard and C'rizz arrive in a suburban street which appears to be endless, and every house on it is identical. When they lose track of which house the TARDIS is in, the need to escape from this humdrum hell — and to discover its true purpose — becomes more pressing. It has something to do with an ice-cream van and a lost astronaut...

Cast

Cast Notes

  • Anneke Wills had previously played Polly, companion of the First and Second Doctors.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
gollark: Oh, like our interpreter race.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.