Neo Naturists

The Neo Naturists is a performance based live art practice started during the early 1980s in London, UK.

History

The Neo Naturists were started by Christine Binnie, Jennifer Binnie, and Wilma Johnson in 1981 in London. Grayson Perry appeared in many performances. The most recent performance was at the Hayward Gallery in June 2012. This was the first time the three main founders had performed together since 1986. There were many performances in the interim years.[1][2]

In the world of urban Thatcherism The Neo Naturists were seen as unfashionable hippies. With an enthusiastic spirit of anarchy, they used this unfashionability to enact a challenge. They challenged the highly fashionable Blitz Kids of the early 1980s by creating performances which brought smudged body paint, nudity, cooking, fish fingers, pancakes, calor gas, modern hunter gatherer carrier bags, bosoms, patchouli, sweat and messy exuberance into the heart of the self-conscious New Romantic club scene. Their work brought the aesthetics and vision of William Blake and Samuel Palmer, Cecil Collins and Neo-Romanticism of the 1940s into direct collision with the slick gesturing of New Image painting and Neo Expressionism.[3][4][5]

The Neo Naturists subtextually, used their own female bodies in the context of the, often gay and exquisitely dandyesque, club scene, such as The Blitz, to play with feminist sexuality issues and sexual politics. As living, naked paintings they performed ancient and modern rituals, everyday actions and rituals on stages lit like kitchens. They juxtaposed ritual action with ‘common sense’ to create messy exuberant happenings.[6][7]

The Neo Naturists have an intention to become Neo Naturist octogenarians and to continue performing with body paint on, into their 80s.[1]

Timeline

  • 2006 – Neo Naturist Archive, B2, My Dead Gallery, London[8]
  • 2006 – Neo Naturist Archive, Secret Public, Kunstverien, Munich[9]
  • 2007 – Neo Naturist Archive, Secret Public, Institute of Contemporary Arts (ICA), London[10]
  • 2007 – Neo Naturist Archive England and Co, London[11]
  • 2008 – Neo Naturist Films Derek Jarman Super 8 film festival, The Gate Notting Hill and Ritzy Brixton
  • 2011 – Neo Naturist Archive, Camulodurum, First Site, Colchester[12]
  • 2012 – Neo Naturist Films, Camulodruum, First Site, Colchester[13]
  • 2012 – Neo Naturist Films, ICA, London[14]
  • 2012 – Neo Naturist Life Class, Hayward Wide Open School[15]
  • 2012 – Neo Naturist Films taken into BFI Collection[13]
gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
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

References

  1. Binnie, Christine (2007). The Neo Naturists. London: England & Co. ISBN 1-902046-39-0.
  2. Hayward, Southbank Centre. "Neo Naturist Life Class". Southbank Centre. Archived from the original on 2012-06-20. Retrieved 2013-01-25.
  3. Wilson, Andrew (2002). Grayson Perry, General Artist. Holland: Netherlands Architectural Institute. ISBN 9056622501.
  4. Cotter, Suzanne. Michael Clark. London: Violette Editions. pp. 110–114. ISBN 978-1-900828-33-8.
  5. Klein, Jackie (2009). Grayson Perry. London: Thames & Hudson. pp. 14–15. ISBN 978-0-500-09350-4.
  6. Bracewell, Michael (2010). An Evening of Fun in the Metropolis of your Dreams, Be Nice, Share Everything, Have Fun. Koln: Verlag de BUSHhandlung. pp. Essay Insert. ISBN 978-3-86560-771-3.
  7. Miles, Barry (2010). London Calling. London: Atlantic Books. p. 384. ISBN 978 184354 6139.
  8. B2 Exhibit, My Dead Gallery. "The Neo Naturists". Retrieved 2013-01-25.
  9. de:Kunstverein München
  10. "The Secret Public". Institute of Contemporary Arts. Retrieved 2013-01-25.
  11. "The Neo Naturists". England & Co. Retrieved 2013-01-25.
  12. Site, First. "Camulodunum". Retrieved 2013-01-25.
  13. "The Neo Naturists". Archived from the original on 2008-05-11. Retrieved 2013-01-25.
  14. ICA. "On the Custom of Wearing Clothes". Retrieved 2013-01-25.
  15. Hayward, Southbank Centre. "Neo Naturist Life Class". Archived from the original on 2012-06-20. Retrieved 2013-01-25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.