Give You the World

"Give You the World" is a song from The D.E.Y. from their EP The DEY Has Come EP. It is produced by J.R. Rotem, co-written by Evan "Kidd" Bogart and Jasmine Lopez and samples Earth Wind and Fire's "Fantasy".

"Give You the World"
Single by The D.E.Y.
from the album The DEY Has Come EP
ReleasedDecember 20, 2008 (U.S.)
Recorded2007
GenreLatin, hip-hop, R&B
Length3:28
LabelEpic, Koch
Songwriter(s)Evan Bogart, Emilio Cancio-Bello, Jasmin Lopez, Elan Luz Riviera, Rafael Torres, Maurice White, Verdine White, J.R. Rotem, Eduardo del Barrio[1]
Producer(s)J.R. Rotem
The D.E.Y. singles chronology
"Walk Away (Remember Me)"
(2006)
"Give You the World"
(2008)
"There's Nothin'"
(2008)

There are two versions of the song. In the video version, Divine, and Yeyo handle the verses while Elan does the bridge, while in the radio version all three share the second verse and the lyrics are different, and much shorter.

Before the song was released as a single, it was originally titled "On Top of the World".[2]

Chart positions

Chart (2007) Peak
Position
U.S. Billboard Hot R&B/Hip-Hop Songs 59
US Hot Rap Songs (Billboard)[3] 22
US Rhythmic (Billboard)[4] 29
gollark: Speaking specifically about the error handling, it may be "simple", but it's only "simple" in the sense of "the compiler writers do less work". It's very easy to mess it up by forgetting the useless boilerplate line somewhere, or something like that.
gollark: Speaking more generally than the type system, Go is just really... anti-abstraction... with, well, the gimped type system, lack of much metaprogramming support, and weird special cases, and poor error handling.
gollark: - They may be working on them, but they initially claimed that they weren't necessary and they don't exist now. Also, I don't trust them to not do them wrong.- Ooookay then- Well, generics, for one: they *kind of exist* in that you can have generic maps, channels, slices, and arrays, but not anything else. Also this (https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/), which is mostly about the file handling not being good since it tries to map on concepts which don't fit. Also channels having weird special syntax. Also `for` and `range` and `new` and `make` basically just being magic stuff which do whatever the compiler writers wanted with no consistency- see above- Because there's no generic number/comparable thing type. You would need to use `interface{}` or write a new function (with identical code) for every type you wanted to compare- You can change a signature somewhere and won't be alerted, but something else will break because the interface is no longer implemented- They are byte sequences. https://blog.golang.org/strings.- It's not. You need to put `if err != nil { return err }` everywhere.
gollark: Oh, and the error handling is terrible and it's kind of the type system's fault.
gollark: If I remember right Go strings are just byte sequences with no guarantee of being valid UTF-8, but all the functions working on them just assume they are.

References

  1. Give You The World ascap.com. Retrieved 11-19-2010.
  2. "The DEY Chart History (Hot Rap Songs)". Billboard. Retrieved February 22, 2018.
  3. "The DEY Chart History (Rhythmic)". Billboard. Retrieved February 22, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.