Data update

This commit is contained in:
Ingy döt Net 2025-02-27 18:35:13 -05:00
parent 8e4e15fa56
commit 72eb4943cb
1853 changed files with 35514 additions and 9441 deletions

View file

@ -1,5 +1,10 @@
{{language|GolfScript
|site=http://www.golfscript.com/golfscript/index.html
}}
{{try|Golfscript|[https://tio.run/#golfscript Try Golfscript on tio.run].}}
{{language programming paradigm|Concatenative}}
GolfScript is a stack oriented esoteric programming language aimed at solving problems (holes) in as few keystrokes as possible. It also aims to be simple and easy to write.
GolfScript is a stack oriented esoteric programming language aimed at solving problems (holes) in as few keystrokes as possible. It also aims to be simple and easy to write.
== External links ==
* [https://golfscript.com/golfscript/ Official website]
* [https://codegolf.stackexchange.com/questions/5264/tips-for-golfing-in-golfscript Tips for golfing in Golfscript]