0
votes
Stack overflow code golf
Ruby, albeit not that short:
class Overflow
def initialize
Overflow.new
end
end
Overflow.new
…
1
vote
Stack overflow code golf
Here's another Ruby answer, this one uses lambdas:
(a=lambda{a.call}).call
…
2
votes
How can you tell whether you’re ready to start your own blog?
Read this post from Jay Fields: Be Your Startup.
It will give you a few pointers and maybe inspire you.
…
