read-eval-print-loop
Have you used any of the C++ interpreters (not compilers)? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-09 14:38 分类:问答In Clojure: Error executing a Java call with let inside a function but not in REPL
I have the following code: (defn post [title content timestamp] (let [[innholdet tajm] [(str \"<html>[详细]
2023-01-06 17:25 分类:问答Compiled interpreted language
Is there a programming language, having usable interactive interpreter, even as 开发者_JS百科it can be compiled to machine code?Compilation vs. \"interpretation\" is essentially a matter of implementa[详细]
2023-01-06 03:07 分类:问答scala REPL is slow on vista
I installed scala-2.8.0.RC3 by extracting the tgz file into my cygwin (vista) home directory. I made sure to set $PATH to scala-2.8.0.RC3/bin.[详细]
2023-01-02 22:05 分类:问答How can I stop a running operation in the SLIME REPL?
Is there a way to stop a running operation in the SLIME REPL? The Clojure SLIME folks apparently have some way to do this, so how about in ordi开发者_如何学Gonary Common Lisp?[详细]
2023-01-01 01:55 分类:问答Why scala 2.8 REPL does not auto-complete some method (i.e. forall, exists)?
I started the scala REPL an write the following code: scala> val a = Array(1,2,3,4) a: Array[Int] = Array(1, 2, 3, 4)[详细]
2022-12-27 11:30 分类:问答Is there something like python's interactive REPL mode, but for Java?
Is there something like python\'s interactive REPL mode, but for Java? So that I can, for example, type InetAddress.getAllByName( localHostName ) in a wi开发者_运维百科ndow, and immediately get result[详细]
2022-12-26 14:44 分类:问答How to reload a class or package in Scala REPL?
I almost always have a Scala REPL session or two open, which makes it very easy to give Java or Scala classes a quick test.But if I change a class and recompile it, the REPL continues with the old one[详细]
2022-12-24 11:36 分类:问答Is there a colored REPL for Clojure?
I\'d like to get a colored REPL for clojure code, similar to what you can do with IRB for Ruby. Are there any libraries or settings f开发者_开发技巧or user.clj that provide automatic coloring of the R[详细]
2022-12-23 16:36 分类:问答Is there assembler REPL under linux?
Recently I\'ve started plaing with assembler under linux, there\'s good debuger, but comming from Ruby I\'m missing simple REPL that would let me enter a l开发者_运维技巧ine of assembler code and see[详细]
2022-12-23 09:38 分类:问答