What do easy data structures do to the programmer?
Author |
Message |
wtd
|
Posted: Fri Oct 20, 2006 11:30 am Post subject: What do easy data structures do to the programmer? |
|
|
Disclaimer: no, not all of the languages mentioned here are, strictly speaking, functional programming languages. However, I believe that in the context of this topic, they are at least functional-ish.
But I digress...
How does it affect the habits and priorities of a programmer, when that programmer is given the ability to easily construct data structures?
Consider creating a list/array...
O'Caml
SML, Ruby, Python, Haskell, Perl, Erlang
Lisp/Scheme
Now, I don't want to spend a lot of time writing code here. I want a discussion.
So... discuss! |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
Posted: Fri Oct 20, 2006 11:33 am Post subject: (No subject) |
|
|
I'd say it lets them write code faster and easier.
As for affecting habits, it shouldn't do anything in a bad way. It may make them lazier, but name a programmer that isn't lazy. |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Fri Oct 20, 2006 3:04 pm Post subject: (No subject) |
|
|
I'm amazed by the ease of datastructures with Ruby's YAML <=> Hash
I can easily create/save/load/change structure, all on the fly, with minimal effort.
Habbits? I don't know.. I suppose it's becomes so much easier to change the structure to fit your code, rather than code to fit an existing structure ![Laughing Laughing](http://compsci.ca/v3/images/smiles/icon_lol.gif) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|
|