Code golf: Difference between revisions

Jump to navigation Jump to search
371 bytes added ,  11:11, 16 June 2021
Add Codidact code golf site
m (two minor "typos")
(Add Codidact code golf site)
(3 intermediate revisions by 2 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 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.
'''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 15: Line 15:
== 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'']
trusted
69

edits

Navigation menu