Any recommendations on programming language choice?

+1 vote
My experience is in php/mysql but I was considering learning Java to work on a system for analysing the smartform database because it's also used for Android apps which I have an interest in. Is this a good idea or should I give more consideration to other options, anything in particular?
asked Jun 9, 2013 in Smartform by Jargonaut Plater (150 points)

1 Answer

0 votes
Any scripting language with a database interface to Smartform is preferred since it's far quicker and shorter to program than lower level or strongly typed languages:

Ruby

R

Python

Perl

PHP

... would all qualify, as would others.  You can also find some examples of programming Smartform with Perl and R on the site.
answered Jun 9, 2013 by colin Frankel (19,320 points)
...