Nada Awar Jarrar
Nada Awar Jarrar is a Lebanese novelist. Her novel, Somewhere, Home, won the Commonwealth Writers' Prize, Best First Book, South East Asia and South Pacific.
She has lived in London, Paris, Sydney and Washington D.C. She is married; they have a daughter and live in Beirut.[1]
Works
Non-fiction
- Henderson, Mark (July 27, 2006). "A family at war". The Times. London.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
References
- http://www.harpercollins.com.au/authors/50024662/Nada_Awar_Jarrar/index.aspx
- Hagestadt, Emma (January 29, 2010). "A Good Land, By Nada Awar Jarrar (review)". The Independent. London.
- Cowdrey, Catherine (02 February, 2016) Borough Press buys novel inspired by refugee crisis The Bookseller
External links
- Dawn Mirapuri (2009). "Meditations on Memory and Belonging". In Layla Al Maleh (ed.). Arab voices in diaspora: critical perspectives on anglophone Arab literature. Rodopi. ISBN 978-90-420-2718-3.
- Reviews
- "Reviews", Third Way, April 2007
- "Dreams of Water", Gutter Poetry in the Arab World, November 22, 2008
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.