Help! What is best language to use to build OSX application?

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Help! What is best language to use to build OSX application?
# 1  
Old 12-11-2003
Question Help! What is best language to use to build OSX application?

Hi, We need to build an application for work that will run on OSX. It will be fairly simple, in which the user will use a mouse to grab objects on the screen and move them to a target location. The program will need to record information about accuracy and speed, and output that data at the end.

What would be the best language to use to build this type of application?

Many thanks,
Laurie
# 2  
Old 12-15-2003
Computer How Bout English (Hehe)

Just Joking

I hear that Python is a good object-orientated Lang. and a bit Easy

Then there is Pearl and Ruby

Hey if you not such an advanced user (i.e Like me, a looser)
Why don't U try Building an Applescript Studio-based Application
Thats Simple but efficient.

Unless you Building some-sort of game then a buddy of mine uses Java and sez that its the best because you can Port it to other platforms

That's bout the extent of "My Ocean of Knowledge"
Not much but I hope that I've Helped
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

(VS 2008) New build config looking files from other folder build config

Hi Team, My new build configuration always looking for the files from the build where i copied from. please help me to resolve this. I am using Visual studio 2008.It has Qt 4.8. plugins,qml,C++ development I created new debug_new build configuration with additional preprocessor from the... (1 Reply)
Discussion started by: SA_Palani
1 Replies

2. Shell Programming and Scripting

Build.xml invocation by Build Script

Hi I have a build.xml file and I can run it on Windows via cmd. Now I want to write a script to invoke the same. Is there a way to do this? (1 Reply)
Discussion started by: ankur328
1 Replies

3. UNIX for Dummies Questions & Answers

Adding SDK Build on Kernel Source Build

Hi, So I downloaded this kernel source and was able to build it successfully. But I want to add this SDK source code inside, can anyone help me how to do this? Note that the SDK source can be built by itself. I added the SDK in the main Makefile: init-y := init/ #added SDK... (0 Replies)
Discussion started by: h0ujun
0 Replies

4. Shell Programming and Scripting

open application with spaces in name [bash][OSX]

Hi guys, I'm new here and new to shell scripting so don't be hard on me I'm trying to create a bash script to restart a process by name in Mac OSX. I have no problem killing the application, the problem comes when launching it again. I managed to store the path in a variable lets say ... (8 Replies)
Discussion started by: jonathanwiesel
8 Replies

5. Programming

multithreading on OSX

Hi all, I have a query about multithreading. What I would like to do is, at the start of my main update() function, start a couple of threads in parallel, once they are all complete carry on with my main update function. void update() { thread1->update(); // fluid solver ... (3 Replies)
Discussion started by: memoid
3 Replies
Login or Register to Ask a Question