LISP INTERPRETER 日本語 意味 - 日本語訳 - 英語の例文

[lisp in't3ːpritər]
[lisp in't3ːpritər]
lispインタープリタは
lispインタプリタは

英語 での Lisp interpreter の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Lisp interpreters are complex enough as benchmark tests.
Lispインタープリタはベンチマークテストとして十分に複雑である。
Narrowing is just as useful to the Lisp interpreter as to a human.
ナロイングは人間にとってと同様にLispインタープリタにとっても有用である。
The Lisp interpreter evaluated the preceding s-expression, which in this case was the+ by itself.
そのため、Lispインタープリタは直前のS式、つまり、+そのものを評価したのである。
In the Sym class definition, the Lisp interpreter will lost speed a little.
とある行をコメントアウトするとLispインタープリタが少々低速になります。
Here going forward with it, I present an entire implementation of Lisp interpreter.
ここではそれをさらに進め,Lispの一つの完全なインタープリタの実装を与える。
In this case, the Lisp interpreter will attempt to determine the symbol's value as a variable.
この場合、Lispインタープリタは、変数(variable)としてのシンボルの値を決定しようとする。
He had gottenintroduced to Linux when he needed an inexpensive LISP interpreter for a project.
彼はあるプロジェクトで安価なlispインタープリタが必要になり、その時にLinuxを紹介されました。
There is no breakthrough in building Lisp interpreters other than those for L2Lisp in Python and Ruby.
Python版やRuby版のL2Lispと比べてLispインタープリタの作り方に何か特別なブレイクスルーがあったわけではない。
That is, he compiled the eval in my paper into IBM 704 machine code, fixing bug,and then advertised this as a Lisp interpreter, which it certainly was.
つまり彼は私の論文にあるevalをIBM704の機械語にコンパイルして、バグを修正し、それをLISPインタプリタだと宣伝したし、実際それはそのとおりだった。
Inside the body of the let, the Lisp interpreter does not see the values of the variables of the same names that are bound outside of the let.
Letの本体の内側では、Lispインタープリタはletの外側で同じ名前の変数に束縛された値を使うことはない。
Incidentally, if some other useful value is not available for a test that returns true,then the Lisp interpreter will return the symbol t for true.
ついでながら、もしテストで真を返すような適当な値が見つからなければ、Lispインタプリタは真を表わすためにシンボルtを返す。
However, if the value is true, the Lisp interpreter evaluates the body of the expression and then again tests whether the first argument to while is true or false.
しかし、値が真ならば、Lispインタープリタは式の本体を評価し、再度、第1引数が真か偽かを検査する。
Some time in late 1958, Steve Russell, one of McCarthy's grad students, looked at this definition of eval and realized that if he translated it into machine language,the result would be a Lisp interpreter.
年後半に、McCarthyの大学院生のひとりであったSteveRussellがevalの定義を見ていて、これを機械語に変換すればLispインタプリタができるじゃないか、と思いついたんだ。
The bottom-right window, REPL, is the command-line Lisp interpreter, where you can run Lisp commands.
最下部右のウィンドウ(REPL)はコマンドラインのLispインタープリターであり、ここでLispコマンドを実行することができます。
When the Emacs Lisp interpreter evaluates the body of the while loop, the first thing it does is evaluate the(beginning-of-line) expression and move point to the beginning of the line.
EmacsLispインタープリタがwhileループの本体を評価するとき、最初に行うことは、式(beginning-of-line)を評価してポイントを行の先頭に移動することである。
If fill-column were the first or only element of a list, the Lisp interpreter would attempt to find the function definition attached to it.
Fill-columnがリストの最初、もしくは唯一の要素であった場合、Lispインタプリタはこれに付随する関数定義を見つけようとする。
In this experiment with the+, what we did was cause the Lisp interpreter to evaluate the+ and look for the value of the variable instead of the function definition.
で試したことは、Lispインタープリタに+を評価させて、関数定義ではなく変数の値を探させたのである。
When you evaluate the incrementer,(setq counter(+ counter 1)), the Lisp interpreter first evaluates the innermost list; this is the addition.
増加式(setqcounter(+counter1))を評価するとき、Lispインタープリタは、もっとも内側のリスト、つまり、加算を最初に評価する。
In this experiment with the+, what we did was cause the Lisp interpreter to evaluate the+ and look for the value of the variable instead of the function definition.
この+を使った実験の中でやったことはLispインタプリタに+を評価させ、関数定義では無く変数の値を探させることである。
This process, by the way, illustrates how a side effect to the Lisp interpreter, setting the value, can be the primary effect that we humans are interested in.
因みにこのプロセスは、値をセットするというLispインタプリタにとっては副作用でしかないことが、我々人間にとっては主効果たりうるということの説明になっている。
The final complication is this: if the function that the Lisp interpreter is looking at is not a special form,and if it is part of a list, the Lisp interpreter looks to see whether the list has a list inside of it.
インタープリタが探しあてた関数がスペシャルフォームでなく、しかも、それがリストの一部である場合には、Lispインタープリタはリストの内側にリストがあるかどうかを調べる。
Lispers often write their own interpreters in Lisp for new languages they create.
Lisperは、自分が作成する新しい言語のインタプリタをLispで書くことがよくあります。
結果: 22, 時間: 0.0306

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語