Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Gambling > Probability
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 10-25-2006, 04:20 PM
AlienBoy AlienBoy is offline
Senior Member
 
Join Date: Feb 2006
Location: Poker Happens...
Posts: 2,264
Default Re: Suitable programming language

I still recommend Excel-VBA simply because the I/O is already there, and you can do some things with simple cell formulas very quickly.

As a result of this thread, I am looking into JAVA for a specific project; nevertheless, I know I'll be using VBA for down and dirty things because of its simplicity and ease of implementation.

AB
Reply With Quote
  #22  
Old 10-25-2006, 05:40 PM
punter11235 punter11235 is offline
Senior Member
 
Join Date: Mar 2005
Location: Check out my blog
Posts: 3,239
Default Re: Suitable programming language

[ QUOTE ]
I know I'll be using VBA for down and dirty things because of its simplicity and ease of implementation.


[/ QUOTE ]

I dont know VBA but from what Ive heard its another very good language to start programming in.
Reply With Quote
  #23  
Old 10-25-2006, 10:21 PM
AlienBoy AlienBoy is offline
Senior Member
 
Join Date: Feb 2006
Location: Poker Happens...
Posts: 2,264
Default Re: Suitable programming language

[ QUOTE ]
[ QUOTE ]
I know I'll be using VBA for down and dirty things because of its simplicity and ease of implementation.


[/ QUOTE ]

I dont know VBA but from what Ive heard its another very good language to start programming in.

[/ QUOTE ]

VBA stands for "Visual Basic for Applications".

And BASIC stands for "Beginners All-purpose Symbolic Instruction Code".

The word "Beginners" there is the first clue.

Cheers


AB
Reply With Quote
  #24  
Old 10-28-2006, 11:32 AM
Python Python is offline
Junior Member
 
Join Date: Sep 2006
Posts: 18
Default Re: Suitable programming language

I think, Python should be your language of choice. It has a clear design, a good standard library and is quick to learn.
Furthermore, it is system independent. This may become a issue, if you want to share your code with other people here for some reason. To run a VBA script, you must have access to Windows and to Microsoft office. Many people use openoffice today and it is not guaranteed, that everybody has this software combo installed (inlcuding me).

In Java, you have to write a lot of "bloat code" to quickly test a simple idea. In python you need one line of code, whereas in Java you need 10 lines (for small programms of course).

A real cool tool is Matlab in conjunction with the statistical tool box. That is, what I (as an experienced programmer) would use for the quick development of statistical simulations.
Reply With Quote
  #25  
Old 10-28-2006, 04:00 PM
BrunoThePug BrunoThePug is offline
Senior Member
 
Join Date: Aug 2005
Location: Arizona
Posts: 882
Default Re: Suitable programming language

FTR Ruby has a lot of poker, specifically HE, examples out there and is dead simple to learn.
Reply With Quote
  #26  
Old 10-29-2006, 02:00 AM
iversonian iversonian is offline
Senior Member
 
Join Date: Sep 2003
Posts: 367
Default Re: Suitable programming language

[ QUOTE ]
I think, Python should be your language of choice. It has a clear design, a good standard library and is quick to learn.

[/ QUOTE ]

Stop right there. Do you think this guy can even explain what a library is?
Reply With Quote
  #27  
Old 10-29-2006, 02:41 AM
BruceZ BruceZ is offline
Senior Member
 
Join Date: Sep 2002
Posts: 4,078
Default Re: Suitable programming language

Here's an article y'all might be interested in.
Reply With Quote
  #28  
Old 10-29-2006, 12:49 PM
lucky_mf lucky_mf is offline
Senior Member
 
Join Date: Oct 2006
Location: pimpin TAGs, LAGs, and donks.
Posts: 957
Default Re: Suitable programming language



How aboot GAUSS (http://www.aptech.com/) or MatLab (http://www.mathworks.com/products/matlab/ )? Both are expensibe, but you might have access or be able to get a deal if you are a student.

Lucky
Reply With Quote
  #29  
Old 10-30-2006, 01:44 AM
bachfan bachfan is offline
Senior Member
 
Join Date: Nov 2005
Posts: 196
Default Re: Suitable programming language

Anyone who is recommending a language (especially c/c++) because it is "faster" than another language is having a forest/trees kind of moment, imo (this is coming from a professional software developer). By far the most important thing is to find a good book and a language that is rich and easy to learn. C++ would be about last on my list, btw.

I would recommend a good interpreted language for anyone starting out - I don't know perl or python personally, but they're probably fine. Ruby would be an ideal choice, imo. Scheme/lisp would also be fine. But getting a good book/tutor is probably more important than anything.

Java is ok (I do 90% of my work in it), but for a beginner there is a bit more "overhead" than I'd like - the beauty of an interpreted language is that you can jump right in and play, which is where you'l learn almost everything anyway.



FWIW,
bachfan
Reply With Quote
  #30  
Old 10-30-2006, 01:31 PM
Phat Mack Phat Mack is offline
Senior Member
 
Join Date: Sep 2002
Location: People\'s Republic of Texas
Posts: 2,663
Default Re: Suitable programming language

[ QUOTE ]
I would recommend a good interpreted language for anyone starting out - I don't know perl or python personally, but they're probably fine. Ruby would be an ideal choice, imo. Scheme/lisp would also be fine. But getting a good book/tutor is probably more important than anything.

[/ QUOTE ]

I like this advice. I wrote some lisp sims many years ago. I was able to play with them on the interpreter, then, when they were ready to go, I compiled them and they went fairly fast on some pretty archaic equipment.

The advice about finding a good instructional is the nuts. I'd wikipedia or google all these languages, find a tutorial that spoke to me, and go with that one.

jmo

mack

P.S. This thread has inspired me. I think I am going to try learning Perl or Python by investigating some 17-card chinese poker variants. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.