The Cross and the Switchblade

The Cross and the Switchblade is a biographical book written by pastor David Wilkerson with John and Elizabeth Sherrill, published by Random House in 1963.

The Cross and the Switchblade
AuthorDavid Wilkerson
John and Elizabeth Sherrill
CountryUnited States
LanguageEnglish
GenreBiography, Crime, Christianity
PublisherRandom House
Publication date
1963
Media typePrint

Summary

In 1958, Pentecostal pastor David Wilkerson of Assemblies of God is touched by an article in Life Magazine about seven teenagers who are members of a criminal gang. [1] Alone and with little money, he will go to Brooklyn, sometimes at the risk of his life, to talk about Jesus with members of street gangs. [2] A meeting will particularly mark him, that of Nicky Cruz, a member of a street gang, the "Mau Maus."

Reception

The book became a bestseller, with more than 15 million copies distributed in over 30 languages. [3]

Adaptations

In 1970, a film adaptation was released, starring Pat Boone as David Wilkerson and Erik Estrada (in his screen debut) as Nicky Cruz, the teen gang member whose life was transformed by Wilkerson's ministry. [4]

gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.

See also

References

  1. Randall Herbert Balmer, Encyclopedia of Evangelicalism: Revised and expanded edition, Baylor University Press, USA, 2004, p. 744
  2. Allan Anderson, An Introduction to Pentecostalism: Global Charismatic Christianity, Cambridge University Press, UK, 2013, p. 163
  3. Robert Crosby, Remembering David Wilkerson, christianitytoday.com, USA, April 29, 2011
  4. Geoff King, Claire Molloy, Yannis Tzioumakis, American Independent Cinema: Indie, Indiewood and Beyond, Routledge, USA, 2013, p. 188
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.