Walsham le Willows
Walsham le Willows is a village in Suffolk, England, located around 2½ miles (4 km) south-east of Stanton, and lies in the Mid Suffolk council district. Queen Elizabeth I had granted Walsham le Willows to Nicholas Bacon, Lord Keeper of the Great Seal, in 1559.
Walsham le Willows | |
---|---|
Walsham le Willows Location within Suffolk | |
Population | 1,213 (2011)[1] |
OS grid reference | TM004713 |
Civil parish |
|
District | |
Shire county | |
Region | |
Country | England |
Sovereign state | United Kingdom |
Post town | BURY ST EDMUNDS |
Postcode district | IP31 |
Dialling code | 01359 |
Because the village is documented unusually fully in surviving records of the time, the Cambridge historian John Hatcher chose to use it as the setting for his semi-fictionalised account of the effects of the mid-14th century plague epidemic in England, The Black Death: A Personal History (2008).[2]
Sport and leisure
Walsham le Willows has a Non-League football club Walsham-le-Willows F.C. currently in the Eastern Counties League who play at Sumner Road.
Sources
- Kenneth Melton Dodd (editor), The Field-Book of Walsham-le-Willows 1577 (Ipswich: Suffolk Records Society, 1974).
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.
References
- "Civil Parish population 2011". Neighbourhood Statristics. Office for National Statistics. Retrieved 29 August 2016.
- Hatcher, John (2008). The Black Death: A Personal History. Cambridge, Massachusetts: Da Capo. p. 1. ISBN 0-306-81571-0.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.