miniblog.

Struggling to get the hang of @FogBugz . It seems there's no anonymous browsing, and adding a comment requires clicking 'edit' AFAICS.
Pharo does not GC objects with circular references in some circumstances:
I have never seen any Python code that did anything with MemoryError. I think it would be hard to write such code.
Several weeks and 156 commits later, my C compiler is now compiling a Turing-complete subset of C!
Introduction to CLOS from other OOP backgrounds: http://t.co/2EcpGFGuga
(if (< (string-to-int (emacs-uptime "%d")) 30) (message "Stop closing Emacs!"))
x86 assembly can be written with the src operand first, or the dest. My docs just say the '1st operand'. http://t.co/avRG1iS0jW Argh!
Stack Overflow is huge! In the last 120 days, they've question-banned 25,000 users: http://t.co/4uaf01nncq Huge community scale challenges.
Stack Overflow is huge! In the last 120 days, 25,000 users were question-banned! http://t.co/4uaf01nncq
no member named 'assigment' in 'struct Syntax'; did you mean 'assignment'? -- I love compilers that do fuzzy-matching for suggestions.
How to Write Seemingly Unhygienic and Referentially Opaque Macros with Syntax-rules http://t.co/zMetrJ0hyA
Amazed to learn that you can implement `quote` as a macro! http://t.co/b1yNDRxK0V
What should we expect in a language's sorting implementation? http://t.co/3fK0l3vTig
Dynamic scope in Python: https://github.com/agrif/parameterize Nifty and definitely useful when you need it.
It's a shame there aren't any mature tools for mutation testing in Python. It provides really valuable data.
Showing 451-465 of 1,323 posts