|
|
|
|
|
by tptacek
4022 days ago
|
|
I cannot off the top of my head tell you how I'd draw an ASCII spiral. But I could tell you how to write a two-phase commit distributed lock, or a C compiler, or an ARM disassembler, or a link-state SPF routing protocol, or, obviously, most typical Rails apps. Am I certainly not qualified, or is that really just a super dumb question? I don't know where you stand on it, by the way; attribute my hostility to the question, not yourself. |
|
First question: can my spiral use only right angles? If so, this gets pretty radically easier.
I also think that if you just draw a grid on the paper in front of you, start at the center of it, and start trying to spiral one cell at a time using ASCII characters you know, you'll quickly find a pattern that can be conveniently coerced into code.
I'd actually code this to demonstrate but I feel like Thomas will be happier if I do code that matters for Starfighter instead.