Tagged Questions

6
votes
2answers
94 views

How can I use the clojure REPL together with QT Jambi?

I have not found a solution to use the clojure REPL with Qt on the web. Basically the problem is that the REPL hangs as soon as you call QApplication/exec in order to get the UI to …
5
votes
6answers
226 views

Online Interactive Consoles

Where can I find an online interactive console for my favorite language/api? Ruby Python? PHP? Perl? Scheme? Java? C?
1
vote
2answers
72 views

How can I abort an evaluation in Clojure Box (Emacs)?

I've been caught up in long running computations lately thanks to Project Euler and I'd like to know how to abort an evaluation and return to the REPL prompt. I'm running the stand …
5
votes
3answers
193 views

Clojure Development: IDE or REPL?

I've been using Clojure for a little while and want to create some projects that are bigger and more complicated than toys. I've been using Java for the past few years and have bec …
3
votes
10answers
407 views

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 window, and immediately get re …
3
votes
5answers
219 views

c# execute a string as code

Here is what i want to do, and i know it is possible with perl, php, python and java, but i am working with c# how can i do the following: public void amethod(string functionName …
7
votes
2answers
350 views

Anders Hejlsberg’s C# 4.0 REPL

During the last 10 minutes of Ander's talk The Future of C# he demonstrates a really cool C# Read-Eval-Print loop which would be a tremendous help in learning the language. Severa …
3
votes
10answers
540 views

C# Console/CLI Interpreter?

I wonder if there is something like a standalone Version of Visual Studios "Immediate Window"? Sometimes I just want to test some simple stuff, like "DateTime.Parse("blah")" to see …
1
vote
2answers
165 views

Python REPL for a running process

I am currently developing a simple application in python that connects to a server. At the moment, it's single-threaded (as multithreading is not currently required). However I wo …
4
votes
2answers
117 views

What program can help a REPL shell remember and search history?

I'm playing with Paul Graham's arc, and it's getting really annoying that the up arrow inserts ^[[A instead of the previous command, and ^R doesn't work as in shell. I vaguely reme …
3
votes
1answer
256 views

Make Emacs use UTF-8 with Python Interactive Mode

When I start Python from Mac OS' Terminal.app, python recognises the encoding as UTF-8: $ python3.0 Python 3.0.1 (r301:69556, May 18 2009, 16:44:01) [GCC 4.0.1 (Apple Inc. build …
3
votes
5answers
160 views

Is there a command line interface or an interpreter for running .net code?

I need it, but don't want to reinvent hot water. Question by example, syntax just as possible example : .net> load myLibrary.dll myLibrary.dll loaded .net> Person p "John …
7
votes
9answers
558 views

Is there an interpreter for C?

Duplicate: http://stackoverflow.com/questions/69539/have-you-used-any-of-the-c-interpreters-not-compilers/ I was wondering if there is something like an interpreter for C. That i …
2
votes
5answers
411 views

How to implement a python REPL that nicely handles asynchronous output?

I have a Python-based app that can accept a few commands in a simple read-eval-print-loop. I'm using raw_input('> ') to get the input. On Unix-based systems, I also import readl …
4
votes
2answers
173 views

Is there any way to get a REPL in pydev?

I would like to be able to drop to the python REPL from the debugger -- if this is not possible is there an easier way to evaluate python expressions in the context of the current …

1 2 next
15 30 50 per page