Author Topic: using this IDE design for an Electronic CAD  (Read 16669 times)

epsilon_da

  • Guest
Re: using this IDE design for an Electronic CAD
« Reply #15 on: September 19, 2007, 07:46:57 pm »
Hey, i think almost exactly like you about this.

I deeply hate java. It is maybe 150 times slower. But python is the only interpreted language that show me a quicker alternative to C. Also i have not seen too much (if any) speed downs becouse python is almost completely C. What a python script does is organize how other libreries should be called conforming a program, those python lines are normally only executed when the user interacts with the interface, like when clicking a button the script just tells what other control should be updated, the hard work is made in C.

Also i will not do this project in any interpreted language.

I say that it is very much like C, becouse out of esthetical features, each line could be directly converted to a analogous C code (more complex of course) and python provides an API to make it by hand. There are some tools designed to do that (python to C conversion) but i have never run into the need to use it.




Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: using this IDE design for an Electronic CAD
« Reply #16 on: September 20, 2007, 05:41:44 pm »
Even if offtopic I have to defend Java a bit. It is idealy if you have to manage client/server and webapplications at the same time because they can share the same codebase. Nevertheless it is slow, of course.

So you are thinking of Java for extensions/userscripts etc. ? I think thats fine, a lot of my favourite apps use it (Inkscape, Gimp, Blender,....) and it is quite popular.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: using this IDE design for an Electronic CAD
« Reply #17 on: October 10, 2007, 05:53:07 pm »
Are you using Vista ????
With that Memory load i will never ever touch it.
Hahaha, no :) Vista doesn't run with that little memory. Assume at least twice as much for Vista.
Ceniza just told me his fresh Vista install uses 650 MB of RAM just sitting there.
That's so ridiculous that I just had to update the info  8)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

epsilon_da

  • Guest
Re: using this IDE design for an Electronic CAD
« Reply #18 on: October 10, 2007, 07:13:48 pm »
yes, i confirm that.

My brother has recently installed it, and it is 650 Mb big in a DDR 2 system.

Completely Ridiculous. Is an insult to the consumer.


Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: using this IDE design for an Electronic CAD
« Reply #20 on: October 11, 2007, 12:41:25 am »
Is strange, since I tested vista on some systems and only consumes about 250-275mb of ram, like windows xp. It could be that superfetch that dmoore is talking about. And if vista runs in basic mode it consumes less memory.