Slashdot Mirror


User: TedTG

TedTG's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Like structured prog wars. Funct langs have los on What About Functional Languages? · · Score: 1

    I think you're confusing functional languages with procedural languages. To me, functional and OO are on different evolutionary branches, one is not more advanced than the other.

    p.s. Has anyone noticed that most of the major paradigms have removed something from programming? Structured programming removed "goto", OO removes "case" (when done well), and funtional programming removes assignment... I don't have enough experience with logical programming to know if it does anything similar.