'Why I'm Ditching CoffeeScript': http://t.co/uvhisjNrA5 Interesting discussion of array length caching gotchas in CS.
miniblog.
I am regularly impressed with range of dialects available in Racket. For example, strongly typed without parens:
Dired tip: rather than pressing RET on a directory, press `i` instead. This will show the directory contents in the same buffer.
Seeing people tweet screenshots of paragraphs of text. It's a workaround for the 140 character limit, which sadly will never change.
I'm really impressed with flycheck. The code is very clean and has perhaps the most readable regexps I've ever seen:
Another improvement in Python 3: `assert (1 == 2, "some boring message")` raises a SyntaxWarning that you're shooting yourself in the foot.
Does `sl` ever show the correct directory? http://t.co/xQdpKF8Ufa
If your unit tests are pure (and generally they should be), parallelising them is wonderful. It's a free speedup!
#emacs tip of the day: `C-x ESC ESC` is repeat-last-command and is highly underrated.
Turns out that implementing tracebacks is a great way to see if you understand stack reification.
Released v0.7 of Trifle Lisp! https://github.com/Wilfred/trifle Including exact fractions, stronger typing, more list utilities and friendlier errors!
Puppet labs using Clojure: http://t.co/rUtTzPt5Ra They've rolled their own solutions, but did their homework first. Admirable!
"The [TRS-80] Model I radiated so much interference that[..]an AM radio placed next to the computer could be used to provide sounds." Yikes!
Argh. If your code snippet doesn't include all the necessary imports, it's unfinished.
Showing 6,436-6,450 of 7,553 posts
