PDA

View Full Version : What programming language to use?



cwhitaker
2004-07-12, 06:48 PM
I am suppose to start working on an autmated drawing system to create our wiring diagrams for us. I was wondering what programming lanuage (vlisp or vba) would work better for a task like this? Any ideas or comments? Thanks

richard.binning
2004-07-12, 10:10 PM
Which one do you know in-depth?

rkmcswain
2007-12-10, 06:42 PM
I am suppose to start working on an autmated drawing system to create our wiring diagrams for us. I was wondering what programming lanuage (vlisp or vba) would work better for a task like this? Any ideas or comments? Thanks

One way of looking at it....

If you need a lot of user input, i.e.: dialogs, etc., then you have to consider VBA since the GUI is easier to create and maintain.

However, if the majority of your code is creating drawing objects and doing calculations, then lisp may be the answer.

It's difficult to say without knowing more about your project.

dgorsman
2007-12-10, 07:50 PM
Look at the sticky at the top of this forum. It has a good, in-depth discussion about benefits of various programming languages.

Filipe Francisco
2007-12-11, 10:46 PM
Try to find the answer in this thread

What API should I learn? (http://forums.augi.com/showthread.php?t=67675)

Cheers :beer: