Oblivantsy

Oblivantsy (from Russian: обливанцы) is a word still used by Old Believers for those who practise the baptism by sprinkling water, as in Catholic Church, rather than by submerging the whole body three times, as the Old Believers insist on. The Russian Orthodox Church practises both ways of baptizing and, subsequently, recognizes baptism both by sprinkling and submerging.

Sources and references

  • Мельников, Фёдор Ефимович "Блуждающее богословие," Москва, 1911, Барнаул 2002 / Mel'nikov Fyodor Yefimovich "Erring Theology," Moscow, 1911, Barnaul 2002 (Russian)
  • Вургафт С.Г., Ушаков И.А. Старообрядчество. Лица, события, предметы и символы. Опыт энциклопедического словаря, Москва 1996 / Vurgaft S.G., Ušakov I.A. Old Believers. Persons, Events, Objects and Symbols. Attempt to an Encyclopedian Dictionary. Moscow, 1996 (Russian)


gollark: ```lualocal func_mt = {}if debug then debug.setmetatable(function() end, func_mt) endfunction func_mt.__sub(lhs, rhs) return function(...) return lhs(rhs(...)) endendfunction func_mt.__add(lhs, rhs) return function(...) return rhs(lhs(...)) endendfunction func_mt.__concat(lhs, rhs) return function(...) local r1 = lhs(...) local r2 = rhs(...) return r1, r2 -- limit to two return values endendfunction func_mt.dump(x) return string.dump(x) endfunction func_mt.info(x) return debug.getinfo(x) endfunction func_mt.address(x) return (string.match(tostring(f), "%w+$")) end```
gollark: OH REALLY?
gollark: Oh, and you can index strings so `("abcd")[4]` returns `"d"`.
gollark: I also made it so you can add and subtract functions.
gollark: PotatOS also uses `debug` to provide its `viewsource` command.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.