V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
arbipher
V2EX  ›  分享发现

MIT 已经不教 SICP 了

  •  
  •   arbipher · 2016-05-07 11:49:22 +08:00 · 5618 次点击
    这是一个创建于 2882 天前的主题,其中的信息可能已经有所发展或是发生改变。
    https://www.reddit.com/r/programming/comments/4hu9e4/programming_by_poking_why_mit_stopped_teaching/
    http://www.posteriorscience.net/?p=206

    The "analysis-by-synthesis" view of SICP — where you build a larger system out of smaller, simple parts — became irrelevant. Nowadays, we do programming by poking.

    这本书我也没看完,就看到第三章……
    14 条回复    2017-03-12 14:58:07 +08:00
    ming2281
        1
    ming2281  
       2016-05-07 13:05:48 +08:00
    是好消息还是坏消息呢?
    :)
    hei1000
        2
    hei1000  
       2016-05-07 13:08:22 +08:00 via Android
    我也没看完
    hualuogeng
        3
    hualuogeng  
       2016-05-07 13:21:59 +08:00
    一直计划看看的,一直没有看
    ngn999
        4
    ngn999  
       2016-05-07 13:41:43 +08:00
    这都那年的事了,早换 python 了
    iheshix
        5
    iheshix  
       2016-05-07 13:53:31 +08:00
    和楼主引用的一样。我觉得现在这种快速的,通过组装组件让程序跑起来,不在意里面到底运行了些什么的做法,应该算是一种倒退吧?这一段是读起来最伤心的了。

    Today, this is no longer the case. Sussman pointed out that engineers now routinely write code for complicated hardware that they don ’ t fully understand (and often can ’ t understand because of trade secrecy.) The same is true at the software level, since programming environments consist of gigantic libraries with enormous functionality. According to Sussman, his students spend most of their time reading manuals for these libraries to figure out how to stitch them together to get a job done. He said that programming today is “ More like science. You grab this piece of library and you poke at it. You write programs that poke it and see what it does. And you say, ‘ Can I tweak it to do the thing I want?'”. The “ analysis-by-synthesis ” view of SICP — where you build a larger system out of smaller, simple parts — became irrelevant. Nowadays, we do programming by poking.
    vm
        6
    vm  
       2016-05-07 14:04:12 +08:00 via Android
    太功利了
    jsyangwenjie
        7
    jsyangwenjie  
       2016-05-07 14:18:10 +08:00   ❤️ 1
    早就不教了。。
    都是面向文档编程了
    poke707
        8
    poke707  
       2016-05-07 15:27:29 +08:00 via Android
    才看了一章。。
    20015jjw
        9
    20015jjw  
       2016-05-07 16:16:28 +08:00 via Android
    meh 学校的入门课教材用 sicp 但是从来没人看的说
    cs61a.org
    pheyer
        10
    pheyer  
       2016-05-07 20:15:36 +08:00 via iPhone
    都不知道这是啥东西
    gunshot
        11
    gunshot  
       2016-05-07 23:06:32 +08:00
    那该看什么?...
    做啥都要翻文档确实挺烦。
    xuwenmang
        12
    xuwenmang  
       2016-05-08 02:23:02 +08:00
    这种书作为基础“入门教程”确实过时了

    作为中科大少年班的同学很有必要
    yelite
        13
    yelite  
       2016-05-08 02:44:00 +08:00
    但是代码到了一定规模以后,就算调用了很多第三方库,自己的代码也需要良好的组织与合理的抽象。 SICP 只是不适合作为入门了而已
    soulomoon
        14
    soulomoon  
       2017-03-12 14:58:07 +08:00
    证明程序的复杂度和抽象程序比以前更高了,从底层一步步构建已经太累了,都用现成的轮子。提高造轮子的人和使用轮子的人的分工程度,对于一直甘于只用轮子不造轮子的人,确实作用不大了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4768 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 09:59 · PVG 17:59 · LAX 02:59 · JFK 05:59
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.