Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
read-eval-print loop



read-eval-print loop

(language, LISP, programming)   (REPL) A programming structure within LISP which repeatedly reads a form from the user, evaluates it, and displays the result.

A read-eval-print loop forms the basis of the Top-Level shell that programmers of the LISP family of languages interact with.

In many dialects of LISP a very simple REPL could be implemented as:

 (loop (print (eval (read)))). 
(2003-06-23)




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.