Roja Chamankar

Roja Chamankar (Persian: روجا چمنکار), born 20 May 1981[1] in Borazjan, Bushehr Province, Iran, in southern Iran, is a Persian poet.

Roja Chamankar
Born1981
Borazjan, Bushehr Province, Iran
OccupationPoet
LanguagePersian

She was born two years after the 1979 Iranian Revolution,[2] studied Literature and Cinema in Tehran, and her PhD in Persian Literature is in Strasbourg.[3] She participated in a number of international poetry festivals, including the Poetry Biennial Val-de-Marne in 2005[2] and the Voix vives de Méditerranée en Méditerranée festival in Sète[4] in 2013.[2]

Her poems have been published in various Iranian magazines and newspapers.[5] She has also directed a film and has presented children's television programmes in Iran.[2]

Published works

  • You've Gone, Bring Me Some South
  • Nine Months Stones
  • Escape My Lips from the Roof
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. "SUDOC–191751766". viaf.org. Retrieved 2016-05-12.
  2. "Voix Vives de méditerranée en méditerranée | Annexe au dossier de presse | Notices biographiques" (PDF). 19 June 2015. p. 9. Retrieved 12 May 2016.
  3. "Roja Chamankar – Éditions Bruno Doucey". editions-brunodoucey.com. Retrieved 2016-05-12.
  4. "Je ressemble à une chambre noire – Éditions Bruno Doucey". editions-brunodoucey.com. Retrieved 2016-05-12.
  5. "Iranian Poet: Roja Chamankar". caroun.com. Retrieved 2016-05-12.


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