Angela's Kitchen
Angela's Kitchen is an Australian play by Paul Capsis, Hilary Bell and Julian Meyrick. It won the Best New Australian Work at the 12th Helpmann Awards.[1]
Author | Paul Capsis, Hilary Bell and Julian Meyrick |
---|---|
Country | Australia |
Language | English |
Genre | Play |
Publisher | Currency Press |
Media type | Print (Paperback) |
ISBN | 978-0-86819-946-7 |
First Production
Angela’s Kitchen was first produced by the Griffin Theatre Company at The Stables Theatre, Sydney, on 5 November 2010, with the following participants:
Performer, Paul Capsis
Director, Julian Meyrick
Associate Writer, Hilary Bell
Designer, Louise McCarthy
Lighting Designer, Verity Hampson
Music, Sound and AV Designer, Steve Toulmin
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
gollark: e v i l
References
- "Helpmann Award Winners (2012)". The Helpmann Awards. Archived from the original on 2013-07-27. Retrieved 2013-06-19.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.