The Hope of Glory
The Hope of Glory: Reflections on the Last Words of Jesus from the Cross is a book by Jon Meacham, published by Random House in 2020.[1][2]
Author | Jon Meacham |
---|---|
Country | United States |
Subject | Jesus |
Genre |
|
Publisher | Random House |
Publication date | 2020 |
ISBN | 978-0593236666 |
Summary
In the book, which originated as a series of sermons, Meacham examines the last seven phrases Jesus spoke from the cross, according to the gospels.[3]
Reception
Kirkus Reviews called it "a middling contribution to Christian studies".[3] Publishers Weekly called it "eloquent yet inconsistent".[4] Newsweek had included the book in their list of "The 20 Most-Anticipated Books of 2020".[5]
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.
gollark: No, I meant what format would the chat boxes be able to transmit to chat?
References
- "The Hope of Glory: Reflections on the Last Words of Jesus from the Cross". Publishers Weekly. Retrieved February 26, 2020.
- "Last words of Jesus are focus of Jon Meacham's new book 'The Hope of Glory'". Today. NBC. February 27, 2020.
- THE HOPE OF GLORY | Kirkus Reviews.
- https://www.publishersweekly.com/978-0-593-23666-6
- Pignataro, Juliana Rose (2019-11-27). "The 20 most-anticipated books of 2020". Newsweek. Retrieved 2020-02-27.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.