read-eval-print-loop
Is there an equivalent to the perl debugger 'x' in pdl2 (or Devel::REPL)?
I am using pdl2 (the PDL shell) also as a my default Perl interactive shell (it loads all the nice plugins for Devel::REPL). But I am missing the x dumper-printing alias. p is nice for piddles but it[详细]
2023-01-19 04:08 分类:问答Is it possible to build a interactive C shell?
I\'m just wondering if this is possible using eit开发者_StackOverflowher (Python, Java or C)? I\'m looking for something like IPython for Python.Yes, and such things already exist, you just have to go[详细]
2023-01-17 18:37 分类:问答IDLE like interactive console for Ruby
I\'m starting out with Ruby and was wondering if there\'s an interactive console similar to Python\'s IDLE, you know, with context highlighting and autocompletion. I\'ve tried IRB, but it\'s fairly sp[详细]
2023-01-17 05:05 分类:问答Function Erroneously Returning Nil
I\'m trying to learn Lisp now, as a supplement to my CS1 course because the class was moving too slow for me. I picked up \"Practical Common Lisp,\" which so far has turned out to be a great book, but[详细]
2023-01-15 05:35 分类:问答Can I clean the repl?
I have played with a lo开发者_Go百科t of code in a repl console, how can I clear it? I would like a fresh one without restarting it. Can that be done? If you want to clear the current namespace of all[详细]
2023-01-14 22:40 分类:问答Ways to start Clojure REPL?
Name 开发者_JAVA百科the ways you know to start the Clojure REPL. What is your favourite ? Does it highlight things for you ?[详细]
2023-01-13 22:08 分类:问答How to improve workflow for creating a Lua-based Wireshark dissector
I\'ve finally created a Dissector for my UDP protocol in Lua for Wireshark, but the work flow is just horrendous. It consists of editing my custom Lua file in my editor, then double-clicking my exampl[详细]
2023-01-13 18:15 分类:问答Hello world in Prolog
I\'m tearing my hair out trying to find how to just write a Hello World program in Prolog.I just want to create a program that runs like so:[详细]
2023-01-13 00:23 分类:问答Clojure namespace management - Is there a way to save and restore the state of clojure repl namespaces, imports etc.?
Clojure has a large number functions/macros for working with namespaces and java package imports. To my (limited) understanding the set up of namespaces can be considered state in a clojure process (r[详细]
2023-01-11 06:25 分类:问答What is the difference between a REPL and an interpreter?
Is there any technical difference between a REPL and an interp开发者_StackOverflow社区reter?Interactive interpreters use REPLs. An interpreter is not required to have one. You can run Python, for exam[详细]
2023-01-11 00:06 分类:问答