1847 Michigan gubernatorial election
The 1847 Michigan gubernatorial election was held on November 2, 1847. Democratic nominee Epaphroditus Ransom defeated Whig nominee James M. Vickery with 53.32% of the vote.
| |||||||||||||||||
| |||||||||||||||||
|
Elections in Michigan | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||
|
||||||||||||
|
||||||||||||
|
||||||||||||
|
||||||||||||
General election
Candidates
Major party candidates
- Epaphroditus Ransom, Democratic
- James M. Vickery, Whig
Other candidates
- Chester Gurney, Liberty
Results
Party | Candidate | Votes | % | |
---|---|---|---|---|
Democratic | Epaphroditus Ransom | 24,639 | 53.32 | |
Whig | James M. Vickery | 18,990 | 41.09 | |
Liberty | Chester Gurney | 2,585 | 5.59 | |
Total votes | 46,214 | 100 | ||
Democratic hold |
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.
References
- "Our Campaigns - MI Governor - Nov 02, 1847". Our Campaigns. Retrieved November 26, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.