lisp interpreter造句
例句與造句
- Stallman worked a few years earlier on a Lisp interpreter.
- They wrote a Lisp compiler in Lisp, testing it inside an existing Lisp interpreter.
- SHINE programs are executed directly by the LISP interpreter and compiled directly by the LISP compiler.
- Hart and Levin wrote a LISP compiler in LISP at MIT in 1962, testing it inside an existing LISP interpreter.
- A common feature of Unix-like systems, Linux includes traditional specific-purpose programming languages targeted at Lisp interpreter.
- It's difficult to find lisp interpreter in a sentence. 用lisp interpreter造句挺難的
- Symbolics asked to use the Lisp interpreter, and Stallman agreed to supply them with a public domain version of his work.
- The result was a working Lisp interpreter which could be used to run Lisp programs, or more properly,'evaluate Lisp expressions .'
- Symbolics extended and improved the Lisp interpreter, but when Stallman wanted access to the improvements that Symbolics had made to his interpreter, Symbolics refused.
- GNU Emacs was initially based on Gosling Emacs, but Stallman's replacement of its Mocklisp interpreter with a true Lisp interpreter required that nearly all of its code be rewritten.
- The following is an example of manipulating a stack in Common Lisp ( " " is the Lisp interpreter's prompt; lines not starting with " " are the interpreter's responses to expressions ):
- "I also drove the two boxes of cards containing the first Lisp Interpreter from MIT to Lincoln Lab as a favor to a friend-and only later realized what a big part Lisp was to play in my life and work, " Dr . Evens said.
- This technique was introduced in Lisp interpreters under the name hash consing, and can be used with many other kinds of data ( expression trees in a symbolic algebra system, records in a database, files in a file system, binary decision diagrams, etc . ).
- It seems that LISP interpreters I've tried so far ( GCL, CLISP, and CMUCL ) don't include built-in predicates for easy hardware-level or system kernel-call programming; it's possible, but it requires writing code in C and then linking it into your LISP module with a not-well-documented set of steps you have to take; and then, that ceases to make your program purely LISP / CLISP, although I am open to loading dynamic libraries.