Is Lisp the only language with REPL?

前端 未结 7 1861
失恋的感觉
失恋的感觉 2020-12-13 06:59

There are languages other than Lisp (ruby, scala) that say they use REPL (Read, Eval, Print, Loop), but it is unclear whether what is meant by REPL is the same as in Lisp. H

7条回答
  •  时光说笑
    2020-12-13 07:41

    Seeing as the concept of a REPL is to just Read, Eval, Print & Loop it's not too suprising that there are REPLs for many languages:

    C/C++

    C#/LINQ

    Erlang

    Haskell (on windows)

    Java

    Javascript

    Perl

    Python

    Ruby

    Scala

    Smalltalk -- I learned it on a REPL!

    EDIT I forgot about Java!

提交回复
热议问题