Literary Criticism
How to read this page: This article maps the topic from beginner to expert across six levels � Remembering, Understanding, Applying, Analyzing, Evaluating, and Creating. Scan the headings to see the full scope, then read from wherever your knowledge starts to feel uncertain. Learn more about how BloomWiki works ?
Literary Criticism is the study, evaluation, and interpretation of literature. It is the "science of reading." While a regular reader might ask "Did I like this book?", a literary critic asks "How does this book work?", "What does it say about the society that produced it?", and "Whose voices are missing?" By using different "Lenses" or theories—such as Feminism, Marxism, or Psychoanalysis—literary criticism reveals the hidden meanings and power structures beneath the surface of the text. It is a dialogue between the reader and the writer that keeps literature alive and relevant across centuries.
Remembering
- Literary Criticism — The analysis and judgment of the merits and faults of a literary work.
- Literary Theory — The systematic study of the nature of literature and the methods for analyzing it.
- Canon — The set of books considered most important or "classic" in a culture.
- Genre — A category of artistic composition (e.g., Tragedy, Comedy, Sci-Fi).
- Motif — A recurring element, image, or idea in a work of literature.
- Close Reading — The careful, sustained interpretation of a brief passage of text.
- Intertextuality — The relationship between texts; how one book refers to or "talks" to another.
- Subtext — The underlying or implicit meaning in a dialogue or scene.
- Formalism — An approach that focuses only on the text itself (words, structure) and ignores the author's life or history.
- Marxist Criticism — Analyzing literature as a reflection of class struggle and economic power.
- Feminist Criticism — Analyzing literature to reveal gender bias and the representation of women.
- Post-Colonial Criticism — Analyzing literature from formerly colonized nations to understand the impact of empire.
- Deconstruction — A method of analysis that seeks to reveal the contradictions and unstable meanings in a text.
- Psychoanalytic Criticism — Analyzing literature through the lens of Freud or Jung (unconscious desires, archetypes).
Understanding
Literary criticism is about the Lens you choose to wear.
Major Schools of Thought: 1. New Criticism (Formalism): "The text is a machine." Don't look at the author's biography or the history of the time. Look at how the words on the page create irony, paradox, and tension. 2. Reader-Response Theory: "The text is empty until someone reads it." The meaning of a book is created by the interaction between the writer's words and the reader's own experiences and culture. 3. Historicist Criticism: "The text is a product of its time." To understand Shakespeare, you must understand the politics and religion of the Elizabethan era. 4. Queer Theory: Analyzing how literature challenges (or reinforces) traditional ideas about gender and sexuality.
The "Death of the Author" (Roland Barthes): This famous idea argues that once a book is published, the author's "intent" no longer matters. If the author says the book is about "love" but the reader finds "power," the reader's interpretation is just as valid. The text belongs to the language and the reader, not the writer.
Applying
Modeling 'The Hero's Shadow' (Psychoanalytic Logic): <syntaxhighlight lang="python"> def analyze_character_archetype(character_traits):
"""
Based on Jungian theory.
"""
if "represses" in character_traits:
return "Archetype: The Shadow. Represents the hidden, darker parts of the self."
elif "wise" in character_traits and "old" in character_traits:
return "Archetype: The Wise Old Man/Woman. The guide or mentor."
elif "rebellion" in character_traits:
return "Archetype: The Hero / Outlaw. Challenging the status quo."
return "Generic Character. Look for deeper symbolic patterns."
- Analyzing 'Darth Vader'
traits = "powerful, represses emotions, hidden face" print(analyze_character_archetype(traits))
- Literary criticism uses these 'tools' to explain why certain
- characters feel universally recognizable.
</syntaxhighlight>
- Critical Debates
- Expanding the Canon → The effort to include more writers of color, women, and non-Western authors in "required reading" lists.
- The 'Intentional Fallacy' → The argument that we can never truly know what an author "intended," so we shouldn't base our analysis on it.
- High vs. Low Culture → Debating whether a comic book or a video game can be analyzed with the same rigor as a Shakespearean play.
- Affective Fallacy → The argument that a critic shouldn't judge a book based on the emotions it produces in them, but on the text itself.
Analyzing
| Lens | Focus | Key Question |
|---|---|---|
| Marxist | Class / Money | Who has the wealth? Who is being exploited? |
| Feminist | Gender / Power | Are women 'objects' or 'subjects' in this story? |
| Formalist | Structure / Words | How does the rhythm match the theme? |
| Psychoanalytic | Dreams / Desires | What is the character 'really' afraid of? |
The Concept of "Hegemony" in Literature: Critics often analyze how books help maintain the "status quo." If every children's book shows a "Prince" saving a "Princess," it reinforces a specific social structure. Literary criticism's job is to "de-naturalize" these patterns so we can see them for what they are: choices made by writers within a specific culture.
Evaluating
Evaluating a work of criticism: (1) Evidence: Does the critic provide specific quotes from the text to support their claim? (2) Consistency: Does their theory apply to the whole book, or just one cherry-picked scene? (3) Insight: Does the criticism make you see the book in a new, more interesting way? (4) Relevance: Does the analysis help us understand our own world better?
Creating
Future Frontiers: (1) Distant Reading (Digital Humanities): Using computers to "read" 10,000 books at once to find patterns that a human could never see. (2) Eco-Criticism: Analyzing literature in the context of the climate crisis—how do we write about a "nature" that is dying? (3) AI Authoring and Criticism: Can a computer write a book that has "subtext"? Can a computer be a literary critic? (4) Post-Human Criticism: Analyzing literature from the perspective of non-humans (animals, robots, or the environment).