Don't Come Cryin' to Me

"Don't Come Cryin' to Me" is a song co-written and recorded by American country music artist Vince Gill. It was released in January 1999 as the third single from the album The Key. The song reached No. 27 on the Billboard Hot Country Singles & Tracks chart.[1] The song was written by Gill and Reed Nielsen

"Don't Come Cryin' to Me"
Single by Vince Gill
from the album The Key''
B-side"I'll Take Texas"
ReleasedJanuary 23, 1999
GenreCountry
Length3:09
LabelMCA Nashville
Songwriter(s)Vince Gill, Reed Nielsen
Producer(s)Tony Brown
Vince Gill singles chronology
"Kindly Keep It Country"
(1998)
"Don't Come Cryin' to Me"
(1999)
"My Kind of Woman/My Kind of Man"
(1999)

Chart performance

Chart (1999) Park
position
US Hot Country Songs (Billboard)[2] 27
US Billboard Hot 100[3] 115
Canadian RPM Country Tracks[4] 24
gollark: PETA will destroy you.
gollark: At least it has generics.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.

References

  1. Whitburn, Joel (2013). Hot Country Songs: 1944-2012, Eighth edition. Record Research. p. 130.
  2. "Vince Gill Chart History (Hot Country Songs)". Billboard.
  3. "Vince Gill Chart History (Hot 100)". Billboard.
  4. "Archived copy". Archived from the original on 2016-03-15. Retrieved 2017-12-20.CS1 maint: archived copy as title (link)


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.