| I find I learn languages faster if I'm able to make visual programs and tools in them. My "Hello World" is the Sierpinski triangle. I skipped C++ and grew up on Java because drawing was much easier in that language. So my question is: How can I get basic graphics (point, circle, etc) output from Arc? I guess finding out how it's done in MzScheme would be an obvious approach, but I'm curious if anyone is already familiar with some details that might make my life easier. Thanks in advance. |