read-eval-print-loop
Clisp REPL error output: how to find line number in file where error occurred?
I\'m working through Land of Lisp, using CLisp, writing the code in Vim with Slimv, then alt-tabbing to another terminal wi开发者_如何学Pythonndow and loading the file into the REPL with (load \'file.[详细]
2023-03-08 00:00 分类:问答Last input in Counterclockwise REPL?
Is it possible to go through a history of what you\'ve typed into the Counterclockwise REPL in Eclipse? Like pressing the up-arrow or ctrl-p or various other thin开发者_高级运维gs that work in other r[详细]
2023-03-04 05:31 分类:问答What is the type that the Scala REPL prints?
When I create a small Map in the repl, it tells me that its type is immutable.Map scala> Map(1->1, 2->2)[详细]
2023-02-28 05:30 分类:问答Error in starting labrepl with Clojure in Eclipse Helios
I\'m having some difficulty starting what I presume is the webserver for the labrepl program. I used the instructions here to set everything up, and installed labrepl successfully.[详细]
2023-02-25 03:54 分类:问答Is Lisp the only language with REPL?
There are languag开发者_开发技巧es 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. How is Lisp R[详细]
2023-02-24 17:15 分类:问答Relation between REPL, interpreter and compiler
From Wikipedia: The REPL is commonly misnamed an interpreter. This is a misnomer—many programming languages that use[详细]
2023-02-20 15:46 分类:问答Access bytecode created by Scala REPL
Is there any way to access the bytecode produced by开发者_JAVA百科 REPL (i.e. the line of Scala you just typed and executed in REPL).[详细]
2023-02-19 20:18 分类:问答Pylons REPL reevaluate code in running web server
I\'m programming in python on a pre-existing pylons project (the okfn\'s ckan), but I\'m a lisper by trade and used to that way of doing things.[详细]
2023-02-19 07:47 分类:问答How to synchronize input with output on a terminal?
I\'m writing a linux shell for a custom scripting language, and I want to print a \"... \" before each follow-up line a user enters for a single statement, with the first line having a \">>> \" printe[详细]
2023-02-17 18:35 分类:问答Is there a way to talk to a Clojure REPL process from another process?
I\'m wondering if I can make a Vim plugin that sends forms over to the REPL session that le开发者_开发问答in repl starts. Is there a way to send messages to an existing jline.ConsoleRunner process? Sl[详细]
2023-02-13 10:46 分类:问答