Kirkton of Glenisla

Kirkton of Glenisla is a village in Glen Isla, Angus, Scotland.[1][2] It is situated on the River Isla, eleven miles north-west of Kirriemuir and ten miles north of Blairgowrie, on the B951 road. The village consists of a church and graveyard, a hotel, and several holiday cottages. The village is situated adjacent to the 64 mile waymarked Cateran Trail. There is a suspension footbridge that was built in 1824 over the River Isla.[3]

Kirkton of Glenisla
  • Scottish Gaelic: Clachan Ghlinn Ìle
Kirkton of Glenisla
Location within Angus
OS grid referenceNO214605
Council area
Lieutenancy area
CountryScotland
Sovereign stateUnited Kingdom
Post townBLAIRGOWRIE
Postcode districtPH11
Dialling code01575
PoliceScotland
FireScottish
AmbulanceScottish
UK Parliament
Scottish Parliament

The Small Monument

The Patrick Small Monument is located across the ford on the west bank of the River Isla opposite the Kirkton of Glenisla village. This imposing obelisk stands on elevated ground and can be seen from around the village. Erected by the community, it stands in honor of Patrick William Small, a local land owner who died in 1870.

gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.

References

  1. Ordnance Survey: Landranger map sheet 44 Ballater & Glen Clova (Map). Ordnance Survey. 2010. ISBN 9780319229965.
  2. "Gazetteer for Scotland: Kirkton in Glenisla". www.scottish-places.info. Retrieved 5 April 2016.
  3. Historic Environment Scotland. "Kirkton of Glenisla, Footbridge (31135)". Canmore. Retrieved 5 April 2016.



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