Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Its that time again (suggest a language)

Name: Anonymous 2007-04-26 3:48 ID:WgsXgi3d

What's the best language for a complete beginner to pick up and learn?

I'm able to read through sources in various languages and understand whats happening on a fundamental level.

I want to learn a language over the next 3~5 months and i cant make any informed desicions on which.

Suggest the language best suited to an entry level programmer.

IN BEFORE SHITSTORM

Name: Anonymous 2007-04-30 14:11 ID:scgqEpdV

>>126
Hmm, that's interesting. I'm not sure what that has to do with dynamically- versus statically-typed though.

sub Number($x)    { $x }
sub Inverse($x)   { 1/$x }
sub Add($t1, $t2) { $t1 + $t2 }
sub Mul($t1, $t2) { $t1 * $t2 }


Result:

pugs> Inverse(Add(Mul(Number 2), (Number 3)), (Number 2))
1/8


Have I misunderstood something?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List