Are there any languages that display stack traces really well? Do you have a favourite?
miniblog.
Related Posts
I really like languages that store their runtime stack on the heap, such as Smalltalk.
You can write code as if you have tail call optimisation, but you still have normal stack traces for debugging.
Using stack traces to explain type inference:
Playing with Dr Racket today. It has some really cute highlighting for stack traces and symbol definitions.

