read-eval-print-loop
How to see docstrings and other symbol information in Common Lisp REPL?
I\'m completely new to CL, and I\'d like to learn how to read documentation strings and get other help information from the REPL. Something like help(symbol) in Python, or symbol? in iPython, or :t an[详细]
2023-02-12 18:15 分类:问答Clojure REPL from USB drive
I\'m trying to learn Clojure at the moment, but off to my parents this weekend. They have a Windows laptop, but I don\'t want to install anything...so is it possible to run a Clojure REPL solely with[详细]
2023-02-11 17:35 分类:问答How to disable "Save workspace image?" prompt in R?
When I exit the interactive R shell, it displays an annoying prompt every time: > > Save workspace image? [y/n/c]: n[详细]
2023-02-10 16:11 分类:问答How do I implement an F# Read Eval Print Loop (REPL)?
I would like to add an F# REPL to my application for live debugging purposes.I am looking at the source code for fsi.exe (F# Interactive) and there is a ton of stuff going on that looks like it pokes[详细]
2023-02-10 10:15 分类:问答How to exit the REPL
I\'m trying to exit the REPL. I use (. System exit 0) or (System/exit 0), but that causes an error: Exception in thread \"Thr开发者_运维问答ead-3\" java.lang.RuntimeException: java.lang.IndexOutOf[详细]
2023-02-10 08:09 分类:问答Why isn't REPL-style development more common in Ruby?
It looks like Lisp and Clojure programme开发者_运维问答rs often develop programs directly in the REPL. cf. Clojure Development: IDE or REPL?[详细]
2023-02-08 09:12 分类:问答Clojure REPL gets stuck printing doseq output in OS X but not on Linux
I\'m running Clojure 1.2 on both my Snow Leopard OS X machine and my Ubuntu linux box via the lein repl command. I am going through the enlive tutorial https://github.com/swannodette/enlive-tutorial/[详细]
2023-02-08 08:58 分类:问答How to add a Clojure REPL to an existing .NET application?
How do I add an interactive Clojure REPL to an existing .NET application so I can use it as a live debugging aid?(Ideally this would be a C# REPL, but开发者_JS百科 those are someway off (maybe .NET 5.[详细]
2023-02-08 07:30 分类:问答REPL / LINQpad / F# interactive alternative for C++0x?
I love using LINQpad and FSI while developing code for C# and F#.For haskell, I\'ve used hugs.And of course, scripting languages almost always come with a REPL.Pretty much every modern browser ships w[详细]
2023-02-08 03:48 分类:问答node.js - eval'ing to a live process
Did anyone set up something like this for himself using the existing node.js REPL? I didn\'t think of a quick way to do it.[详细]
2023-02-07 09:08 分类:问答