Vito

Vito is an Italian name that is derived from the Latin word "vita", meaning "life".[1] It is a modern form of the Latin name "Vitus", meaning "life-giver," [2] as in Saint Vitus, the patron saint of dogs and a heroic figure in southern Italian folklore.[3]

Vito
PronunciationItalian: [ˈviːto]
GenderMale
Language(s)Italian
Origin
MeaningFrom the Latin word "vita", meaning "life"
Region of originItaly

There is also a Slavic name "Vitomir" that is shortened to "Vito", but has a different etymology.

The name "Vito" is sometimes confused with the German name "Wido," which is derived from Ancient Germanic.

People

People with this name include:

Fictional characters

  • Vito Corleone, Titular character of the novel The Godfather
  • Vito Spatafore, The Sopranos character
  • Vito Scaletta, the protagonist of the game Mafia II and one of the main characters of Mafia III
gollark: Apparently Zig can get some optimizations out of making all integer overflow UB.
gollark: (mod 2^128 or so)
gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.

References

  1. "Archived copy". Archived from the original on 2012-04-15. Retrieved 2009-12-02.CS1 maint: archived copy as title (link)
  2. http://catholic.archives.nd.edu/cgi-bin/lookup.pl?stem=vit&ending=us
  3. http://www.behindthename.com/name/wido
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.