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


  • 相关阅读:
    20190425 发现了一家不错的咖啡店---半生咖啡
    20190425 这个。。。
    20190425 看数据统计和数据挖掘让我写了一篇杂文
    20190424 数据仓库 维度建模(一)
    20190423 PowerDesigner 数据库模型快速建立
    Xshell安装后,使用的优化
    Linux系统安装和网络配置
    Linux发展史-简简简易版
    服务器硬件
    git 常用命令
  • 原文地址:https://www.cnblogs.com/keanuyaoo/p/3299506.html
Copyright © 2011-2022 走看看