Uallach ingen Muinecháin
Uallach ingen Muinechain (died 934) was an Irish poet and Chief Ollam of Ireland.[1]
Uallach was of the Corca Dhuibhne of County Kerry, described as a banfhile Herend/woman-poet of Ireland in her obituary in the Annals of Innisfallen.[1] Women poets are notable by their near-total absence from Gaelic sources, and nothing is known of Uallach or her work.
Preceded by Bard Boinne |
Chief Ollam of Ireland 931–934 |
Succeeded by Cormacan Eigeas |
Citations
- Meek, Christine; Simms, Katharine (1996). The fragility of her sex? : medieval Irishwomen in their European context. Dublin: Four Courts Press. ISBN 1851821724.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
References
- Uallach ingen Muinechain, Maire Ni Dhonnchadha, in The Encyclopaedia of Ireland, p. 1087, Dublin, 2003.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.