Peor
Peor, meaning "opening", may refer to:
- The name of a mountain peak, mentioned in Numbers 23:28, to which Balak, king of Moab led Balaam in his fourth and final attempt to induce Balaam to pronounce a curse upon the Israelites threatening to occupy his land. The tribes of Israel were described as being visible from the peak, but Balaam refused to curse them, and continued to offer blessings (24:1-9).
- A reference to a divinity who was worshipped at that mountain peak, and, biblically, was the subject of the heresy of Peor. The divinity, worshipped by the Moabites, is biblically referred to as Baal-peor (Num. 25:3,5, 18, Deuteronomy 3:29), literally meaning the Baal of Peor (The Lord of the House of Horus). An ancient Aramaic inscription found at Dier Alla, identifies Balaam as a prophet of Shamash, a semitic sun-god, and consequently, it could well be the case that the unidentified Baal of Peor is Shamash.
- An alternative translation of Phagor, a city of Judah mentioned in the Greek (Septuagint) version of the Book of Joshua (Joshua 15:59).
- In John Milton's "Paradise Lost", Peor is said to be the other name of the fallen angel Chemos, who "entic'd/Israel in Sittim on thir march from Nile/To do him wanton rites, which cost them woe" (Paradise Lost, I.412-14). His deeds are described in the first book of the epic, as Milton describes Satan's followers who were banished from Heaven, and have pledged themselves as followers of the underworld.
Source
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.