Skip to content

Instantly share code, notes, and snippets.

@TakesxiSximada
Created October 24, 2016 05:25
Show Gist options
  • Save TakesxiSximada/e3850759ccf19b94a1a5ea6c5b086609 to your computer and use it in GitHub Desktop.
Save TakesxiSximada/e3850759ccf19b94a1a5ea6c5b086609 to your computer and use it in GitHub Desktop.
[翻訳][Wikipedia] Lisp 2

[翻訳][Wikipedia] Lisp 2

このドキュメントは https://en.wikipedia.org/wiki/LISP_2 の翻訳です。

For Lisp-2, Lisp systems with separate function namespaces, see Lisp-1 vs. Lisp-2

Lisp-2は別の関数名前空間を持つLispシステムです。Lisp-1 vs. Lisp-2を参照。

LISP 2 was a programming language proposed in the 1960s as the successor to Lisp. It had largely Lisp-like semantics and Algol 60-like syntax. Today it is mostly remembered for its syntax, but in fact it had many features beyond those of early Lisps.

LISP 2はLispの後継として1960年代に提案されたプログラミング言語でした。主にLispに似たセマンティクスとAlgol 60に似たシンタックスを持っています。しかし実際には初期のLispよりも先に多くの機能を持っていました。

Early Lisps had many limitations, including limited data types and slow numerics. Its use of fully parenthesized notation was also considered a problem. The inventor of Lisp, John McCarthy, expected these issues to be addressed in a later version, called notionally Lisp 2. Hence the name Lisp 1.5 for the successor to the earliest Lisp.[1]

初期のLispには、データ型と遅い数値を含む多くの制限がありました。それは完全に括弧で囲まれた表記の使用も問題と考えられていました。Lispの発明者であるJohn McCarthyはそれらの問題がLisp2以降のバージョンで対処されることを期待していました。名前の由来はもっとも初期のLispの後継であるLisp 1.5に従うものでした。

Lisp 2 was a joint project of the System Development Corporation and Information International, Inc., and was intended for the IBM built AN/FSQ-32 military computer. Development later shifted to the IBM 360/67 and the Digital Equipment Corporation PDP-6. The project was eventually abandoned.

Lisp 2はSystem Development CorporationInformation International, Incの共同プロジェクトでした。そしてIBMでは軍用コンピュータAN/FSQ-32に内蔵することを意図していました。開発は後にIBM 360/67 とDigital Equipment Corporation PDP-6に引き継がれましたが、このプロジェクトは最終的には破棄されました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment