GolfScript: Difference between revisions

Content deleted Content added
Created article about GolfScript
 
it's unreviewed
Line 1:
{{Userspace draft|date=June 2014}}
'''GolfScript''' is an [[Esoteric programming language|esoteric]] [[programming language]] that is [[Stack-oriented programming language|stack-based]] and designed to allow programs to be written in as few keystrokes as possible. It aims to be simple and easy to write.<ref name="official website">{{cite web|title=GolfScript|url=http://www.golfscript.com/golfscript/|accessdate=20 June 2014}}</ref> The design of the language makes it easy to use in [[code golf]]ing contests.