Discussion Overview
The discussion revolves around finding good tutorials for programming fractals using various computer languages, including C++, Java, Python, C#, Perl, Delphi, and OpenGL. Participants seek resources and guidance on how to implement fractal algorithms and display them on web pages.
Discussion Character
- Exploratory
- Technical explanation
- Homework-related
Main Points Raised
- One participant requests tutorials for programming fractals in multiple languages and seeks suggestions for useful resources.
- Another participant notes that there are many resources available online but does not elaborate on specific ones.
- A participant expresses interest in posting a fractal calculating program on a webpage using Java or other languages, asking for guidance on how to do so.
- There is a suggestion that using a Java applet might be the easiest way to post fractals on a webpage.
- Concerns are raised about the limitations of using OpenGL due to hardware constraints, with a request for alternative options.
- A participant mentions that the provided tutorial does not specify which compiler was used, but believes it should not matter as the code is standard.
- Another participant reports errors when copying and pasting code, indicating that the tutorial does not provide a complete program suitable for direct execution.
- One participant shares their experience using a tutorial for drawing the Mandelbrot set, emphasizing the need to adapt algorithms to the chosen programming language and the importance of understanding the underlying programming concepts.
Areas of Agreement / Disagreement
Participants express varying levels of experience and understanding of programming, with some indicating that they are beginners while others have more advanced knowledge. There is no consensus on specific resources or methods for programming fractals, and multiple viewpoints on the best approach are present.
Contextual Notes
Participants mention the need for a deeper understanding of programming languages to effectively use the provided tutorials, indicating that the tutorials may not be suitable for complete beginners. There is also a discussion about the potential limitations of hardware when using certain programming techniques.