Western conservatism

Western conservatism is a political orientation[1] prevalent in the Western United States that some might otherwise call libertarian conservatism, Jeffersonian conservatism, or in some circles classical liberalism, typified by politicians like Barry Goldwater,[2][3] Ronald Reagan,[3] Ron and Rand Paul[2][3] and Rick Perry.[4] It has been described as a soft-libertarian ideology that focuses on economic rather than social issues, one which strongly embraces individual freedom and opposes an expanded role for government.[3]

Differences with other ideologies

Western conservatives differ from purist libertarians in that most tend to be pro-life, believing abortion to be more of a state and not federal issue; foreign policy in Iraq and Afghanistan ought be driven by a clearly defined mission and exit strategy; and immediate legalization or decriminalization of drugs is not a practical near-term solution.

On the other hand, Western conservatives differ from neoconservatives in that they tend to believe there should be a natural or practical separation of church and state, military presence throughout the world should be significantly less than it is now and that a premium placed on privacy trumps most any rationale behind the USA PATRIOT Act or Real ID Act.

gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
gollark: ???
gollark: What do you *actually do*?!

References

  1. "What's A Western Conservative? – New West". newwest.net. Retrieved September 26, 2016.
  2. "The GOP's future: Western conservatism v Southern conservatism". The Economist. Retrieved September 26, 2016.
  3. Weisberg, Jacob (May 29, 2010). "Showdown at the GOP Corral". Slate. ISSN 1091-2339. Retrieved September 26, 2016.
  4. Helfrich, Jesse (March 10, 2014). "Parsing the Rick Perry rebellion: A manifesto of Western conservatism". Retrieved September 26, 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.