The Humble Administrator's Garden

The Humble Administrator's Garden is a collection of poetry written by Vikram Seth. It is his first collection, published in 1985.

The Humble Administrator's Garden
The Humble Administrator's Garden first edition cover.
AuthorVikram Seth
Cover artistStephen Raw
CountryUnited Kingdom
LanguageEnglish
GenrePoetry
PublisherCarcanet Press Ltd.
Publication date
1985
Media typePrint
Pages62 pp
ISBN0-85635-583-6
OCLC60051986
LC ClassMLCS 89/19156 (P)

Sections

The book has three sections, each containing works on a geography of Seth's life. The first section, titled Wutong, is inspired by his years of study and travel in China. Neem, the second section, has poems with themes from his native India, and the last is Live-Oak, with California-based topics.

Contents

  • Wutong
    • A Little Night Music
    • The Master-of-Nets Garden
    • The Humble Administrator's Garden
    • The North Temple Tower
    • The Gentle Waves Pavilion
    • The Tarrying Garden
    • The Great Confucian Temple, Suzhou
    • Nanjing Night
    • Evening Wheat
    • The Accountant's House
    • Research in Jiangsu Province
    • From a Traveller
    • A Little Distance
    • A Hangzhou Garden
    • From an "East is Red" Steamer
  • Neem
    • Profiting
    • The They
    • The Comfortable Classes at Work and Play
    • The Gift
    • Homeless
    • From the BaburNama: Memoirs of Babur, First Moghul Emperor of India
  • Live-Oak
    • Curious Mishaps
    • Song: "Coast Starlight"
    • From California
    • Song: "Waiting"
    • Between Storms
    • And Some Have Madness Thrust Upon Them
    • Spring of Content
    • Moonlight
    • Abalone Soup
    • Love and Work
    • Ceasing upon the Midnight
    • Unclaimed
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits for it.
gollark: So GHC?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.