Bitcoin Forum
July 07, 2024, 10:29:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3  All
  Print  
Author Topic: What programming language to learn?  (Read 2315 times)
Gazza1 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 30, 2014, 12:36:24 AM
 #1

What languages are a lot of common exchanges usually in?  Pools as well. 


Impossible is a word found only in the dictionary of fools.
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 30, 2014, 12:49:17 AM
 #2

PHP, java script and html pretty much all websites have one of these implemented.

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
Gazza1 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 30, 2014, 12:52:40 AM
 #3

Cool.  What about ruby, python, or c?

Impossible is a word found only in the dictionary of fools.
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 30, 2014, 12:55:01 AM
 #4

Cool.  What about ruby, python, or c?

I think you can have some libaries and convert them but I don't think they are useful for websites.

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
last2come222
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 30, 2014, 05:29:01 AM
 #5

PHP, java script and html pretty much all websites have one of these implemented.

That's true - with deep knowledge of those you can always get a job that pays well.
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 30, 2014, 05:30:31 AM
 #6

PHP, .js, HTML5 / CSS3
elektibi75
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
January 30, 2014, 07:18:27 AM
 #7

Java script!

█ DARFChain █ DARFChain - smart escrow engine, based on proof-of-accounting consensus █....
▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▞▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚▬▬▬▚
• Whitepaper • ANN Thread • Telegram • Facebook • Reddit • Slack • YouTube • VK
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 30, 2014, 11:24:08 AM
 #8

Java script!

I've never seen it written as two words before - looks weird.
cz_miner
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
January 30, 2014, 03:30:53 PM
 #9

C++
miketonic
Full Member
***
Offline Offline

Activity: 185
Merit: 100


View Profile
January 30, 2014, 03:36:38 PM
 #10

If you are new to programming I would recommend Python. That's what I've been practising lately and I have heard it's a good first language Smiley
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 30, 2014, 03:38:04 PM
 #11

If you are new to programming I would recommend Python. That's what I've been practising lately and I have heard it's a good first language Smiley


It's suppose to be good but I don't think you can use it on web sites much.

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 30, 2014, 03:44:53 PM
 #12

If you are new to programming I would recommend Python. That's what I've been practising lately and I have heard it's a good first language Smiley


It's suppose to be good but I don't think you can use it on web sites much.

The question isn't complete. It should be "If I want to achieve A,B,C what language should I learn?" You can't just ask "what programming language to learn". The devil is all in the detail of what you want to achieve.
miketonic
Full Member
***
Offline Offline

Activity: 185
Merit: 100


View Profile
January 30, 2014, 03:53:49 PM
 #13

If you are new to programming I would recommend Python. That's what I've been practising lately and I have heard it's a good first language Smiley


It's suppose to be good but I don't think you can use it on web sites much.

The question isn't complete. It should be "If I want to achieve A,B,C what language should I learn?" You can't just ask "what programming language to learn". The devil is all in the detail of what you want to achieve.
Yea but I think Python is a good language to learn the basics of programming. After learning Python, you can learn other languages much easier. I believe it's quite difficult to go straight to C++, Java etc.
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 30, 2014, 03:56:51 PM
 #14

If you are new to programming I would recommend Python. That's what I've been practising lately and I have heard it's a good first language Smiley


It's suppose to be good but I don't think you can use it on web sites much.

The question isn't complete. It should be "If I want to achieve A,B,C what language should I learn?" You can't just ask "what programming language to learn". The devil is all in the detail of what you want to achieve.
Yea but I think Python is a good language to learn the basics of programming. After learning Python, you can learn other languages much easier. I believe it's quite difficult to go straight to C++, Java etc.

C++ and Java are OOP based. That's what makes them "difficult" Python is a script-based language. So yeah, for scripting, python is easier. As for what most exchanges are programmed in, its probably PHP as 95% of websites are programmed in PHP.
Kiki112
Full Member
***
Offline Offline

Activity: 196
Merit: 101


View Profile
January 30, 2014, 08:52:38 PM
 #15

Defnitely C++

it's the most common, and the mostly used code there is Wink

Rias
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250


View Profile
January 30, 2014, 09:00:54 PM
 #16

Defnitely C++

it's the most common, and the mostly used code there is Wink
And the most hardcore to learn and especially to master.
JavaScript is probably a goto language now days... also node.js seems legit too
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 30, 2014, 09:50:06 PM
 #17

C++ isn't used on websites as much as people think in fact only small snippets of code are C++ and that's only because it's faster.

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
Gazza1 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 30, 2014, 09:54:27 PM
Last edit: January 30, 2014, 11:08:38 PM by Gazza1
 #18

Ok so with the Primary goal being to create a very good multicoin interactive exchange.  You guys say javascript and php?  Skip regular java?  My friend wanted to start with Java, would transitioning to javascript after getting it down be a smooth experience?

Impossible is a word found only in the dictionary of fools.
BitcoinBobbeh
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
January 30, 2014, 11:02:23 PM
 #19

What's wrong with you plebs not mentioning ColdFusion?

By the end of next month at the latest we will have permanently left behind 3 digits. You can quote me on this.
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 30, 2014, 11:07:21 PM
 #20

What's wrong with you plebs not mentioning ColdFusion?

For one I have never heard of that what is it what makes it so good?

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
Pages: [1] 2 3  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!