read–eval–print loop wikipedia - EAS

48,900,000 kết quả
  1. Xem thêm
    Xem tất cả trên Wikipedia

    Read–eval–print loop - Wikipedia

    https://en.wikipedia.org/wiki/Read–eval–print_loop

    A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise. The

     ...

    Xem thêm

    In a REPL, the user enters one or more expressions (rather than an entire compilation unit) and the REPL evaluates them and displays the results. The name read–eval–print loop comes from the names of the Lisp

     ...

    Xem thêm

    As a shell, a REPL environment allows users to access relevant features of an operating system in addition to providing access to programming

     ...

    Xem thêm

    Implementation
    A minimal definition is:
    where env represents initial eval-uation environment. It is also assumed that env can be destructively updated by eval.
    Functionality
    Typical functionality

     ...

    Xem thêm
    Văn bản Wikipedia theo giấy phép CC-BY-SA
    Mục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi
  2. Read–eval–print loop - Wikipedia

    https://it.wikipedia.org/wiki/Read–eval–print_loop

    Un Read–Eval–Print Loop (REPL), noto anche come un interactive toplevel o linguaggio shell, è un ambiente di programmazionesemplice e interattivo che accetta input da parte di un singolo utente (vale a dire singole espressioni), li valuta e restituisce il risultato all'utente; un programma scritto in un ambiente REPL viene eseguito a tratti. Il termine è solitamente usato per riferirsi a interfacce di programmazione simili al classico ambiente interattivo della macchina Lisp. Esempi comuni i…

    Wikipedia · Nội dung trong CC-BY-SA giấy phép
  3. Talk:Read–eval–print loop - Wikipedia

    https://en.wikipedia.org/wiki/Talk:Read–eval–print_loop
    • What sort of attention is needed on this article exactly? — The Storm Surfer00:28, 20 Jun 2005 (UTC) 1. The attention that Fubar Obfusco already gave. --MarSch14:03, 20 Jun 2005 (UTC) 1. 1.1. Thanks for the clarification :) — The Storm Surfer18:11, 20 Jun 2005 (UTC) I think there's a species of microtroll who go around posting "This article is inadequate" whines in little boxes all …
    Xem thêm trên en.wikipedia.org
    • Read–eval–print loop - Wikiwand

      https://www.wikiwand.com/en/Read–eval–print_loop

      A read–eval–print loop , also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.[1] The term usually refers to programming interfaces similar to the classic Lisp machine …

    • Read–eval–print-løkke – Wikipedia

      https://no.wikipedia.org/wiki/Read–eval–print-løkke

      En read–eval–print-løkke (REPL), også betegnet som interactive toplevel og language shell, er et enkelt interaktivt programmeringsmiljø som tar en enkel brukerinnmatning, utfører den og returnerer resultatet til brukeren; et program skrevet i et REPL-miljø blir utført del for del. Begrepet er vanligvis brukt om programmeringsgrensesnitt som ligner på miljøet i den klassiske Lisp ...

    • 'read-eval-print-loop' tag wiki - Stack Overflow

      https://stackoverflow.com/tags/read-eval-print-loop/info

      A Read-Eval-Print Loop (REPL) is an interactive interpreter to a programming language. It originated with LISP systems, but many other languages (Python, Ruby, Haskell, Tcl, Java etc.) use REPL's to manage interactive sessions. They allow for simple experimentation with a language by bypassing the compile stage of the "code -> compile ...

    • REPL — Википедия

      https://ru.wikipedia.org/wiki/REPL

      REPL (от англ. read-eval-print loop — «цикл „чтение — вычисление — вывод») — форма организации ...

      • Thời gian đọc ước tính: 1 phút
      • 读取﹣求值﹣输出循环 - 维基百科,自由的百科全书

        https://zh.wikipedia.org/wiki/%E8%AF%BB%E5%8F%96...
        • “读入-求值-输出”循环的名字来自于以下几个Lisp用来实现这种机制的内置函数: 1. 读入函数接收一个来自于用户的表达式,将其解析成数据结构并存入記憶體。例如,用户可能会输入一个s-表达式 (+ 1 2 3),这句话会被解析成一个包含四个元素的链表。 2. 求值函数 负责处理内部的数据结构并对其求值。在Lisp中,求一个以函数名开头的s-表达式意味着对接下来的参数调用那个函 …
        Xem thêm trên zh.wikipedia.org
        • Thời gian đọc ước tính: 3 phút
        • Read–eval–print loop REPLRead–eval–print loop Read–eval ...

          https://www.cnblogs.com/lexus/archive/2012/05/14/2499064.html

          14/05/2012 · A read–eval–print loop (REPL), also known as an interactive toplevel, is a simple, interactive computer programming environment. The term is most usually used to refer to a Lisp interactive environment, but can be applied to command line shells and similar environments for F#, Smalltalk, Standard ML,Perl, Prolog, Scala, Python, Ruby, Haskell, APL, BASIC, J, Tcl, and …

        • Read-Eval-Print Loop: What are REPLs and How to Use Them ...

          https://www.jungledisk.com/blog/2018/06/01/read...

          01/06/2018 · REPL stands for read-eval-print loop. That is to say that a REPL will take input (read), run those commands/code (evaluate), and print out the results, all in a loop. This basically describes most text-based shells, but here we’re referring specifically to ones that use a specific programming language. If you’ve used a command prompt like ...

          • Thời gian đọc ước tính: 4 phút


        Results by Google, Bing, Duck, Youtube, HotaVN