最終更新日:2022/12/24
Lisp is an applicative language. This means that it is structured around applying functions (operations) to a linked list of arguments that accompany those functions. […] A function call or function definition is only coded in the syntax of a list, which can be of an indefinite length. Thus, the list is the only data structure for a Lisp program.
音声機能が動作しない場合はこちらをご確認ください
編集履歴(0)
元となった例文
Lisp
is
an
applicative
language.
This
means
that
it
is
structured
around
applying
functions
(operations)
to
a
linked
list
of
arguments
that
accompany
those
functions.
[…]
A
function
call
or
function
definition
is
only
coded
in
the
syntax
of
a
list,
which
can
be
of
an
indefinite
length.
Thus,
the
list
is
the
only
data
structure
for
a
Lisp
program.