read-eval-print-loop
Creating a Haskell REPL within a Haskell application
I\'m trying to embed a Haskell REPL within one of my Haskell applications. The idea would be that only a subset of the Haskell libraries would be loaded by default, plus my own set of functions, and t[详细]
2023-03-18 09:40 分类:问答how to add a commented line in pdl2 shell
I am using pdl2, the interactive perl pdl shell, and I want to add comments in lines to document the next code line so I can review my interactive session later on.[详细]
2023-03-18 02:47 分类:问答replace string1 with string2 in many java files, only in comments
I have around 3000 instance of replacement done in hundreds of files.Replacing all occurance of string1 with string2 was easy.IntelliJ allows me to replace all occurences in \"comments and strings\".[详细]
2023-03-16 18:29 分类:问答Slime mode error
I was following the guide and information from A gentle tutorial to Emacs/Swank/Paredit for Clojure However after opening elpa and installing clojure-mode, slime and paredit. I restarted emacs and th[详细]
2023-03-16 08:59 分类:问答Why does REPL treat clojure.core/doc as a var?
I\'m trying to get documentation using the Clojure doc function, but can\'t get it recognized from the REPL (I\'m using Emacs and SLIME). The following sequence describes what\'s going on (error messa[详细]
2023-03-15 04:27 分类:问答Re-using Ruby DSL in a REPL or irb?
I have developed a simple DSL for tasks on a UniVerse database in jruby. It looks something like this[详细]
2023-03-12 09:13 分类:问答Python console default hex display
I\'m doing a bunch of work in the Python console, and most of it is referring to addresses, which I\'d prefer to see in hex.[详细]
2023-03-12 05:10 分类:问答re.pl: Variable not properly scoped inside block
Example: ~ $ re.pl $ { my $abc = 10 ; $abc } 10 $ $abc 10 $ Is this a documented gotch开发者_如何学运维a?This appears to be a bug in Lexical::Persistence, which Devel::REPL uses to manage the lexi[详细]
2023-03-11 15:08 分类:问答Can I stop the execution of an infinite loop in Scala REPL?
Can I stop the execution of an infinite loop in Scala REPL? Type this and try to stop it without quitting the REPL.[详细]
2023-03-11 03:19 分类:问答Is there a python REPL for Google App Engine?
The Clojure/Compojure people have a drop in repl for Google App Engine, do Python people have anything similar? I use the repl quite a bit in \"vanilla\" python development, and it would be really use[详细]
2023-03-10 06:38 分类:问答