 |
|
05-10-2005
|
#1 (permalink)
|
|
Questioning
|
Not Ranked
:
+0 / -0
0 score
Programming
I am biologist by profession andI know a little about programming. Irecently came across genetic programming and I want to know more about it. Also what are the pre-requisites for a layman like me to understand this.Any lucid review for beginners on this pl.hyperlink me.
----------------
Tarak Dhurjati
Balance & Cycle 
|
|
05-10-2005
|
#2 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
suggest:
python .... and then ... lisp give you liinks in a few moments, have to run to class 
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-10-2005
|
#3 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
ok links:
python - www.python.org
lisp tutorial- www.apl.jhu.edu/~hall/lisp.html
reasons:
Basically python was created to teach people how to propperly program and indent the code, its a great beginner language, and is powerfull enough to write linux package management systems like portage.
Lisp is the crazy language where programs create programs, create programs, and so forth. Lisp is the language primarily used in Emacs .... oops, Artifficial Intelligence and Genetic Programming, so it will be a perfect hit, its not a really great language to stat with, and thats why python is first, but you dont need the complexity of C++ and other low-level languages...
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-10-2005
|
#4 (permalink)
|
|
¿42?
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
----------------
Clay
Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
|
|
05-10-2005
|
#5 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
i have on a few occasions already 
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-10-2005
|
#6 (permalink)
|
|
Questioning
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
Thank you very much alex for your suggestions and there is a beginner's guide for non-programmers too.
----------------
Tarak Dhurjati
Balance & Cycle 
|
|
05-11-2005
|
#7 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
As I've said, Python was created to teach people how to program, its a beautiful language that has as much power as you want it to, you have the ability to import C libraries, so nothing should be undoable.
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-11-2005
|
#8 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
I'll have to admit I've become quite fond of Python, and I'd recommend it for the same reason alexander does. Its going to be interesting to see whether it beats Java or goes the way of Logo...but that's for the "Basic.." thread....
BTW: I'll also strongly second alexander's recommendation of Lisp, which is one of my all-time favorite languages, although you should be aware that it goes back to the sixties, and is quite a bizarre language and very obtuse in its syntax ((caaddar ....))))
Cheers,
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
05-11-2005
|
#9 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
Quote:
|
Originally Posted by Buffy
I'll have to admit I've become quite fond of Python, and I'd recommend it for the same reason alexander does. Its going to be interesting to see whether it beats Java or goes the way of Logo...but that's for the "Basic.." thread....
BTW: I'll also strongly second alexander's recommendation of Lisp, which is one of my all-time favorite languages, although you should be aware that it goes back to the sixties, and is quite a bizarre language and very obtuse in its syntax ((caaddar ....))))
|
i love it when we agree on something 
Yeah, I'd like to see whether it is going to become as popular as Java. oh, btw, there was anexperiment done to see how much space a program consumes at runtime, they were doing C, C++, C# and Java, and the source was very much similar for all of the contestants.
I think that the reslts were something like:
C - 6k
C++ - 7-8k
C# - 11k
Java - 170M (with the JRE loading and everything)
it was quite amazing though, pretty hilarious too 
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
05-11-2005
|
#10 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Programming
Oh that's a silly test: C/C++/C# are all the same compiler with slightly different overheads due to class features needing to be layered in, and they're not counting the runtime libraries and OS calls that the JRE replaces... even discounting it, its still just a test of the compiler writer's optimization skills...
Cheers,
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
» Advertisement |
|
|
|