Code golf: Difference between revisions

Jump to navigation Jump to search
395 bytes added ,  11:11, 16 June 2021
Add Codidact code golf site
(Created page with "'''Code golf''' is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that solve a given problem...")
 
(Add Codidact code golf site)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Code golf''' is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that solve a given problem. While the exact origins of this sport is lost to history, it is known to have been popular with early APLers. While dedicated ''golfing languages'' (programming languages constructed expressly for the purpose of winning code golf competitions) usually can accomplish the goal with shorter code than APL can muster, APL does almost always have the upper hand when compared to other production languages. This is thanks to APL's array comprehension and common operations being represented by [[glyph|single character]]s.
'''Code golf''' is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that solves a given problem. While the exact origins of this sport is lost to history, it is known to have been popular with early APLers. While dedicated ''golfing languages'' (programming languages constructed expressly for the purpose of winning code golf competitions) usually can accomplish the goal with shorter code than APL can muster, APL does almost always have the upper hand when compared to other production languages. This is thanks to APL's array comprehension and common operations being represented by [[glyph|single character]]s.


For production code, one normally shouldn't just strive for code that is as short as possible, as code clarity, execution speed, and memory usage usually are more import. However, engaging in code golf can serve to:
For production code, one normally shouldn't just strive for code that is as short as possible, as code clarity, execution speed, and memory usage usually are more important. However, engaging in code golf can serve to:


* encourage exploration of the programming language's facilities
* encourage exploration of the programming language's facilities
Line 11: Line 11:
Stack Exchange's ''Code Golf'' site has a very active group of APL golfers, with a significant percentage of new posts receiving APL answers within a relatively short time. They tend to convene in the [[APL Orchard]] to ask for help, discuss solutions, and challenge each other.
Stack Exchange's ''Code Golf'' site has a very active group of APL golfers, with a significant percentage of new posts receiving APL answers within a relatively short time. They tend to convene in the [[APL Orchard]] to ask for help, discuss solutions, and challenge each other.


Several formal code golf tournaments have been conducted during recent years. For example, have a couple of [[Dyalog User Meeting]]s hosted half-day code golf workshops.
Several formal code golf tournaments have been conducted during recent years. For example, a couple of [[Dyalog User Meeting]]s have hosted half-day code golf workshops.


== External links ==
== External links ==
* [[Wikipedia: Code golf]]
* [[Wikipedia: Code golf]]
* [https://codegolf.stackexchange.com/questions/17665/tips-for-golfing-in-apl Code Golf Stack Exchange: ''Tips for golfing in APL'']
* [https://codegolf.stackexchange.com/ Code Golf Stack Exchange]: Tips for golfing in [https://codegolf.stackexchange.com/questions/17665/tips-for-golfing-in-apl APL], [https://codegolf.stackexchange.com/questions/6596/tips-for-golfing-in-j J], [https://codegolf.stackexchange.com/questions/50657/tips-for-golfing-in-k K]
* [https://codegolf.codidact.com/ Codidact Code Golf]
* [https://razetime.github.io/APLgolf/ APLgolf] ― a website that assists in composing answers for Code Golf Stack Exchange
* [https://dyalog.tv/Webinar/?v=3FjYly2G_QI Dyalog webinar: ''APL Code Golf Autumn Tournament'']
* [https://dyalog.tv/Webinar/?v=3FjYly2G_QI Dyalog webinar: ''APL Code Golf Autumn Tournament'']
* [https://www.dyalog.com/user-meetings/dyalog17.htm#TP03 2017 Dyalog User Meeting: ''Code Golf Hackathon'']
* [https://www.dyalog.com/user-meetings/dyalog17.htm#TP03 2017 Dyalog User Meeting: ''Code Golf Hackathon'']
* [https://www.dyalog.com/user-meetings/dyalog19.htm#TP03 2019 Dyalog User Meeting: ''Code Golf – Learn Cutting-Edge APL'']
* [https://www.dyalog.com/user-meetings/dyalog19.htm#TP03 2019 Dyalog User Meeting: ''Code Golf – Learn Cutting-Edge APL'']


{{APL community}}
{{APL community}}[[Category:Recreation]]
trusted
69

edits

Navigation menu