• Lisp学习:这是本质与应用?


     

    The Common Lisp Programming Language

    "The programming language of choice for those who set out to solve the world's very hardest problems."

    Think of Lisp as an alternative to or refuge from "commodity" languages like Java, C. and C++, especially for your most complex and difficult projects.

    The Lisp language family was originally designed four decades ago to aid the then-nascent Artificial Intelligence industry, and has proven itself over the interim to be a powerful ally in tackling the world's most difficult kinds of problems:

    • problems that involve planning, problem solving, and learning  #1
    • problems whose specifications are ill-defined or change dynamically  #2
    • problems that involve qualitative reasoning#3
    • problems involving heterogeneous data or considerable amounts of potentially erroneous data that must be sifted and repaired #4
    • problems that require very fast time to market
    • problems that must manage complex control flow, including sophisticated error handling #5
    • Common Lisp is an ideal technology for addressing the problems of the modern web.#6
    • ...
    For #1:
    {Planning} -> {Collecting} -> {learning} -> {Solving}
          A                                       V
          <<-------------------------------<<  Feedback Loop
    For #2:
    {!@#$%^&*?????} -> {ill-defined learning and change dynamically}                            
          A                                       V
          <<-------------------------------<<  Feedback Loop 
    For #3:
    {events} -> {diff x,y,z....} -> {learning} -> {reasoning}
      A                                            V
      <<-----------------------------------<<  Feedback Loop 
    For #4:
    {heterogeneous anderroneous data} ->{learning} -> {filtering} -> {learning} -> {repairing}
      A                                                              AV                             AV
      <<---------------------------------------------------<<------------------------<<  Feedback Loop 
    For #5:
    {Flows} -> {Errors} -> {learning} -> {feedback and events}
       A                                 V
        <<-------------------------<< Feedback Loop 
       For #6:
     {Web system data collection} -> {learning} -> {filtering} -> {learning} -> {reasoning and recommendation}
      A                                                     AV                                    AV
      <<-------------------------------------------<<-------------------------------<<  Feedback Loop 
    Mars
    Sep 13rd,2013


  • 相关阅读:
    nodejs MYSQL数据库执行多表查询
    【BZOJ3994】[SDOI2015]约数个数和 莫比乌斯反演
    【BZOJ2693】jzptab 莫比乌斯反演
    【BZOJ2154】Crash的数字表格 莫比乌斯反演
    【BZOJ2242】[SDOI2011]计算器 BSGS
    【BZOJ2005】[Noi2010]能量采集 欧拉函数
    【BZOJ1408】[Noi2002]Robot DP+数学
    【BZOJ2045】双亲数 莫比乌斯反演
    【BZOJ2186】[Sdoi2008]沙拉公主的困惑 线性筛素数
    【BZOJ4176】Lucas的数论 莫比乌斯反演
  • 原文地址:https://www.cnblogs.com/keanuyaoo/p/3299506.html
Copyright © 2020-2023  润新知