Quote Originally Posted by spingadus View Post
Yes, thanks Slicker. I enjoyed reading that and feel more educated as well

Makes me want to learn a programming language.

Any ideas what would be the ideal language these days to start on if you wanted to eventually create a BOINC project and code for both cpu and gpu?
For BOINC, you need to know C for both the apps and the server. You really don't need to know php since the web pages are plug and play. For GPU, OpenCL is your best bet as it really just a subset of C.