Computer Science, asked by avisinghsandhu1677, 1 year ago

What programming languages are fast response bidding systems written in?

Answers

Answered by Anonymous
6
What is the best language for a budding programmer to get their start with? There are probably as many opinions about which language is best for beginners as there are languages to choose from. And the options change all of the time. When we asked this question two years ago, Python came out on top as the clear winner. But is it still the best choice today?

Obviously we can't list all of the many, many choices available. So pick from the list, or let us know if we missed the one you'd recommend.

In addition to letting us know which language you'd recommend to an aspiring software developer in your life, let us know why you recommend what you do. Is it because the language has a simple and logical syntax? Are there a large number of resources available to newcomers? Perhaps there's just an especially low barrier to entry of writing your first application? Or perhaps it's because it's language will a lot of practical users?
Answered by Anonymous
1
What programming languages should I learn if I want to design an auction and bidding system?
Still have a question? Ask your own!

What is your question?
Ad by Quora for Business
A great advertising solution to get high intent leads.
Quora advertising allows you to influence people in the consideration phase of their purchase process.
Start Now
3 ANSWERS

Lari Liuhamo, studied at Tampereen Klassillinen Lukio (2017)
Answered Feb 27, 2017
It depends, if you want the system to be a browser application you don't really have a whole lot of choice; internet browsers only understand HTML, CSS and JavaScript. That's something you would use to design the user interface. You'd also need a server to handle the auctions themselves, which could run on almost any language. JavaScript, Python and Ruby would be popular choices.

However, if instead you'd like to have the users use a desktop application that is installed on their computers, you have a lot more freedom - depending on what platforms you'd like to support. Here's a quick-and-dirty list of what programming languages best work in a given platform. (Note: this isn't a complete list!):

Windows: C#, C, C++, P
Similar questions