Hi everyone,
i was recently approached and asked if i'd be willing to work on a side project with some friends. We'd be developing a program that would be able to accept input from the user to store data as user profiles, including profile pictures, name, date of birth, hair color, weight, etc, etc. When a user searches for profiles containing certain specific fields like all males with brown hair, for example, the matching profiles would be returned as a list for the user to browse.
This is not a web based application, the idea is for the program to be run from the user's local machine and an internet connection is not required or needed for this idea; a GUI is needed as well...
my question is, what programming languages would be best for this type of application? i'm an intermediate java developer and i am also familiar with Perl and Ruby. Any suggestions or any information pointing me in the right direction would be very much appreciated :)
thanks!
i was recently approached and asked if i'd be willing to work on a side project with some friends. We'd be developing a program that would be able to accept input from the user to store data as user profiles, including profile pictures, name, date of birth, hair color, weight, etc, etc. When a user searches for profiles containing certain specific fields like all males with brown hair, for example, the matching profiles would be returned as a list for the user to browse.
This is not a web based application, the idea is for the program to be run from the user's local machine and an internet connection is not required or needed for this idea; a GUI is needed as well...
my question is, what programming languages would be best for this type of application? i'm an intermediate java developer and i am also familiar with Perl and Ruby. Any suggestions or any information pointing me in the right direction would be very much appreciated :)
thanks!
Comment