Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
cross-platform application
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vansmith" data-source="post: 1307520" data-attributes="member: 71075"><p>You have quite a few options. You can use one of the "big" scripting languages (Ruby, Perl, Python) and one of the various toolkits if you need cross platform support. You can also use .NET - there is the official runtime for Windows and Mono for the Mac. And, of course, there's Java.</p><p></p><p>If it's just a calculator, you could also make a webpage and use JS to do the calculations.</p><p></p><p>Is this going to be a UI or is this command line based? Do you plan to distribute it to others?</p></blockquote><p></p>
[QUOTE="vansmith, post: 1307520, member: 71075"] You have quite a few options. You can use one of the "big" scripting languages (Ruby, Perl, Python) and one of the various toolkits if you need cross platform support. You can also use .NET - there is the official runtime for Windows and Mono for the Mac. And, of course, there's Java. If it's just a calculator, you could also make a webpage and use JS to do the calculations. Is this going to be a UI or is this command line based? Do you plan to distribute it to others? [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
cross-platform application
Top