Agesilaus (statesman)

Agesilaus (/əˌɛsəˈləs/; Greek: Ἀγησίλαος; fl. 3rd-century BC) was a Spartan statesman, the uncle of Agis IV, and the father of Hippomedon.[1] When Agis IV began his constitutional reforms in Sparta, Hippomedon entered warmly into the schemes of Agis, and was instrumental in gaining over Agesilaus to their support.[1] Agesilaus was a man of large property, but who, being deeply involved in debt, hoped to profit by the reforms of Agis.[2] Under the cloak of patriotism, and during the absence of Agis on his expedition to Corinth to support Aratus, Agesilaus gave so much dissatisfaction by his administration at Sparta, that Leonidas II was recalled by the opposite party, and Agesilaus was compelled to flee the city, aided by his son.[1]

Notes

  1. Bunbury, Edward Herbert (1867), "Hippomedon (2)", in Smith, William (ed.), Dictionary of Greek and Roman Biography and Mythology, 2, Boston: Little, Brown and Company, p. 493
  2. Mason, Charles Peter (1867), "Agis (4)", in Smith, William (ed.), Dictionary of Greek and Roman Biography and Mythology, 1, Boston: Little, Brown and Company, p. 73
gollark: (thread-safe reference-counting pointer to a mutex to a T)
gollark: i.e. if I tried to just pass a mutable reference to a map to all of the stuff I run in different threads, it'd be a compiler error, so instead it's a `Arc<Mutex<T>>`.
gollark: Well, you can spawn threads, and the type system prevents weirdness with concurrency.
gollark: Oh, and Rust has that nice thing where you can't keep around both a mutable reference and immutable references to stuff.
gollark: I'm not a C++ologist, so what happens if you, say, allocate a hash map in a function, then return a reference to an element in that hashmap?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.