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-28 18:56 ID:7bVPpdan

>>87
You can surely come up with a deep copy function if Ruby doesn't come with one, right?

Something like:

>>> from copy import *
>>> a = [[1,2],[3,4]]
>>> b = deepcopy(a)
>>> a
[[1, 2], [3, 4]]
>>> b
[[1, 2], [3, 4]]

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