zoukankan      html  css  js  c++  java
  • 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


  • 相关阅读:
    51nod1459 迷宫游戏
    51nod2006 飞行员配对(二分图最大匹配)
    51nod2006 飞行员配对(二分图最大匹配)
    GIT学习之路第四天 远程仓库
    GIT学习之路第四天 远程仓库
    搞懂树状数组
    搞懂树状数组
    线段树基础详解
    线段树基础详解
    折半枚举(双向搜索)poj27854 Values whose Sum is 0
  • 原文地址:https://www.cnblogs.com/keanuyaoo/p/3299506.html
Copyright © 2011-2022 走看看