Matthew Parker (priest)

The Ven. Matthew John Parker (born 1 June 1963, in Manchester) is a British clergyman who has served as Archdeacon of Stoke since 2013.[1]

Education

Parker was educated at The Bishop Wand Church of England School, the University of Manchester, Sidney Sussex College, Cambridge and Ridley Hall, Cambridge.

Career

  • Ordained deacon, 1988; priest, 1989
  • Assistant Curate: St Mary's, Twickenham, 1988–91
  • Assistant Curate:; St George's, Stockport, 1991–94;
  • Team Vicar, Stockport SW Team, 1993–2000
  • Team Rector, Leek and Meerbrook Team, 2000–13[2]
gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.

References

  1. "Peter Jonathan Wilcox". Crockford's Clerical Directory (online ed.). Church House Publishing. Retrieved 1 February 2017.
  2. ‘PARKER, Ven. Matthew John’, Who's Who 2017, A & C Black, an imprint of Bloomsbury Publishing plc, 2017; online edn, Oxford University Press, 2016 ; online edn, November 2016 accessed 1 February 2017
Church of England titles
Preceded by
Godfrey Stone
Archdeacon of Stoke
2013–
Succeeded by
Incumbent


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.