Robert Laurie (bishop)
Robert Laurie (died 1677), the son of Joseph Laurie, was a seventeenth-century Church of Scotland prelate. He was minister of Stirling before becoming, after the Restoration and the reinstitution of episcopal order in Scotland, Dean of Edinburgh.
In 1671 he became Bishop of Brechin, but because of the tiny size of that bishopric was allowed to retain his deanery as well as a position at Holy Trinity in Edinburgh. He served as Bishop of Brechin until his death in 1677. The historian Robert Keith referred to him as "a celebrated preacher, and a man of moderation".[1]
Notes
- Keith, Historical Catalogue, p. 168.
gollark: `async function(username) { let result = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') return result}` is a really longwinded way to write `api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU')`, by the way. async/await is just nice syntax for promises.
gollark: <@102436520559910912> That's just an anonymous async function, so yes, it won't run if you don't do anything with it.
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
References
- Keith, Robert (1824), An Historical Catalogue of the Scottish Bishops: Down to the Year 1688 (New ed.), London: Printed for Bell & Bradfute
Church of Scotland titles | ||
---|---|---|
Preceded by David Strachan |
Bishop of Brechin 1671–1677 |
Succeeded by George Haliburton |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.