Re: New to fractals, recommend a language/book



Akira Bergman napisał(a):
I had this problem and still have it.
I used Python a bit but it has not got a good graphics package.
I also played around with Dev-C++ compiler, which is open source.
I think C++ and OpenGL would be the best approach for a serious project.
There are some minor compatibility problems between C compilers.
Microsoft's Visual-C++ is quite common but expensive.
With C++ you would never have restrictions coming from interpreted languages like Python.

And what about GUI in python and procedures in C ?

Adam
.



Relevant Pages

  • Re: Why not a Python compiler?
    ... compilation by compiling to Common Lisp and using the CL's compiler to ... In order to correctly implement Python addition, ... Expressing simple loops as C for loops... ... optimization for a Python compiler are vague, ...
    (comp.lang.python)
  • Re: Python 3K or Python 2.9?
    ... function/method argument that might as well be hidden in the compiler ... You could add some syntax to Python such that '.x' was equivalent to ... def factory: ... C.method = foo ...
    (comp.lang.python)
  • Re: How does Ruby compare to Python?? How good is DESIGN of Rubycompared to Python?
    ... pure functional languages can prove facts about the code ... so in theory the compiler can optimize much more away. ... Python carries some extra baggage in each object. ... Haskell is a good pure-functional language to use as a comparison. ...
    (comp.lang.python)
  • Re: can anyone offer Lisp job?
    ... Look at how cool CMU's python compiler is and how ... CMU Python was actively being worked on, but I don't think it would show ... Lisp and the CMU Python compiler crushing ... ... You can't go challenging every world truth every ...
    (comp.lang.lisp)
  • Re: pygame and python 2.5
    ... This is partly why Python has ... they make Windows binaries available. ... The goals of open source projects are not those of commercial product ... between the problems of compiler non-availability and those of a ...
    (comp.lang.python)

Loading