English 中文(简体)
John McCarthy没有创建的第一个LISP?
原标题:What was the first LISP not created by John McCarthy?
  • 时间:2011-11-03 11:53:36
  •  标签:
  • lisp
  • history

如果我错了,但我的理解是,John McCarthy参与了最初版本的LISP,但语言的改动从1.5开始。

我的问题是,第一种非马耳他版本的LISP是什么?

最佳回答

从技术上讲,麦卡特希公司实际上制造了LISP,我们知道它的方式。 McCarthy为说明方案的理由创造了一种形式主义,这种方案看起来像LISP这样的公平数额,但并不确切。 Steve “Slug” Russell认识到,在IBM 704的计算机方案中不会难以实施这种形式主义。

最初的方案给我们提供了传统方式的LISP清单,这是一纸空洞。 该守则本应显示

(A、B、C)

并且有一只 b子显示

(A BC)

instead. Everyone who saw it liked the comma-less form better, and the bug became a feature.

CAR和CDR的名字直接来自IBM 704结构。

问题回答

暂无回答




相关问题
Lisp code called from Java

Long story: I am doing a project for my functional programing class, and I thought of writing an AI controller in Lisp, for the Mario AI competition. I was looking over frameworks/libraries/ways of ...

Emacs, Zen-Coding mode, and Putty

I use emacs via Putty and since Putty doesn t send certain key combinations to the remote console I generally need to re-bind them to other key combinations. After installing the amazing Zen-Coding ...

In Which Cases Is Better To Use Clojure? [closed]

I develop in Lisp and in Scheme, but I was reading about Clojure and then I want to know, in which cases is better to use it than using Lisp or Scheme? Thanks

lambda-gtk negative pointer

I was trying to write my own put-pixel on (Gdk) pixbuf in Lisp. When I finally realized how I can operate on C pointers in CL, new obstacle came along - (gdk:pixbuf-get-pixels pb) returns me negative ...

Is there a common lisp package naming convention?

I have created some of my own user packages and have run into a name clash. In Java, the naming convention is to use your domain name in the package name: e.g. import com.example.somepackage;. Are ...

SOAP request from within an AutoLISP/AutoCAD macro

We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD that builds a SOAP request. But they have not figured out how to actually send() the soap request to ...

热门标签