人間の思考に、 ことば――すなわち言語は欠かせないものです。考えごとをするときに、 ことばを使っていない人はいないでしょう。 さて、 僕達は今、 コンピュータを身近に感じる世界にいます。 コンピュータというのは、 ハードウェアとソフトウェア ...
As the name Lisp implies, the basic data in Lisp is the list. Lists are the foundation of all data structures, perhaps. Here, I will introduce the basic operations of ...
Lisp is a functional programming language based on prefix-notation list structures. Lisp is a unique language where both data and programs are represented by the same lists. We will start by ...