Posts tagged tips
When posting a fastest-code challenge, what do I need to bear in mind? Unlike with code-golf challenges, where the score is simply the number of bytes in the source code, for a fastest-code challe...
Also posted here on CodeGolf.SE Brief introduction to Emmental: Emmental is a self-modifying programming language defined by a meta-circular interpreter. It is a stack based language, but also ...
What tips are there in fastest code, or what I like to call code speeding, challenges in Python?
C is a language I use most apart from Python and as someone who likes code golf challenges, what tips are there to golf in C?
This is a list of golfing tips for the language known as Java. If you have a tip, add it in!
If you have any tips for golfing in Python, add them as answers to this post.
If you have any tips for golfing in Ruby, share them as answers to this post.
This is a list of golfing tips for the language known as Philippine Peso PHP. If you have a tip, add it in!
Lua's not really used much in golfing, so it'd be pretty cool to learn some golfing tricks when making answers using it. What golfing tips are there for Lua?
Post tips for Befunge code golf here! This is based on a type of question I used to see on CGCC, where people would post tips for golfing in various languages. They happened to be quite helpful, s...
What general tips do you have for golfing in Scala? I'm looking for ideas that can be applied to code golf problems in general that are at least somewhat specific to Scala (e.g. "remove comments" i...
I have seen KOTH (King of the Hill) challenges before but it's still unclear to me how to properly make, or even play, such challenge. To get started, how do I make (or solve) KOTHs? An answer cou...