1966 Palanca Awards

The Carlos Palanca Memorial Awards for Literature winners in 1966 (rank, title of winning entry, name of author).

Filipino division

Short story

  • First Prize: “Bilanggo” by Wilfredo Pa. Virtusio
  • Second Prize: “Ang Anino ng Kanyang Ama” by Pedro S. Dandan
  • Third Prize: “Ang Dalaw” by Jeremias Victor Lacanieta

Poetry

  • First Prize: “Ebolusyon” by Cresenciano C. Marquez Jr.
  • Second Prize: “Logos” by Vict. Dela Cruz
  • Third Prize: “Tinig Mula sa Kung Saan” by Rogelio Mangahas

One-Act Play

  • First Prize: “Itim ang Kulay ng Paruparo” by Bernardo Del Rosario Jr.
  • Second Prize: “Mga Kaluluwang Naghahanap” by Rogelio Sicat
  • Third Prize: “Anino ng Kahapon” by Benjamin P. Pascual

English division

Short story

  • First Prize: “Loverboy” by Lilia Pablo Amansec
  • Second Prize: “A Various Season” by Kerima Polotan Tuvera
  • Third Prize: “A Gift of Tongues” by Fr. Rodolfo Villanueva

Poetry

  • First Prize: “Angels and Fugitives” by Emmanuel Torres
  • Second Prize: “A Collection of Poems” by Valdemar Olaguer
  • Third Prize: “After this Exile” by Manuel Viray

One-Act Play

  • First Prize: “The Sign of the Sea Gulls” by Jesus T. Peralta
  • Second Prize: “Flores Para Los Muertos” by Wilfrido D. Nolledo
  • Third Prize: “O Lamb ... Poor Lamb” by Mar V. Puatu
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
gollark: It's actually a recursive regex, so it can generate infinitely deep problems with a finite... regex.
gollark: (from an esoteric programming languages discussion group)

References

  • "The Don Carlos Palanca Memorial Awards for Literature | Winners 1966". Archived from the original on 24 October 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.