Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Imperative > pure functional programming
1
Name:
Anonymous
2010-05-23 3:58
Who would intentionally write code where you can't randomly access memory? People who prefer O(n log n) over O(n) algorithms.
6
Name:
Anonymous
2010-05-23 5:13
>>4
Purely functional means exactly what it says: every procedure expresses a mathematical function. The property you must give up for O(1) array lookup and update is
persistence
.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List