interpreter

Looking for online PHP interpreter / tester

I'm looking for online PHP interpreter / tester (something like http://jsfiddle.net/ for JavaScript). Are you familiar with one ? ...

Scriptable JavaScript interpreter with bindings for PHP or Python?

Does anyone know of a JavaScript interpreter that has bindings to PHP or Python? ...

How can I dynamically load perl extensions in an embeded perl interpreter?

I am embeding perl interpreter in my C code (what fun!). I need to dynamically load perl extensions (an extension that extends perl, written in C). When I run a perl script (using my embeded perl interpreter) that needs to use that extension, it will work! ...

Open Source Programming Language online interpreter

How can I integrate programming language interpreter / compiler into a website like Codepad.org or Ideone.com? Is there any opensource solution? How do they ensure that the users do not write destructive code? I know that Ideone has an API, but I am more interested in a self hosted solution. ...

Can anyone point me to C# code for an interpreted stack machine?

Hi! I'm looking for a C# implementation of a stack machine, preferably one with accompaning unit tests or at least couple of examples. The code at http://en.wikipedia.org/wiki/P-code_machine appears to be the sort of thing that I'm looking for. Unfortunately, it's been more than a decade since I programmed in Pascal and ran into a bun...

Is there an interpreter for sending commands to Selenium?

I'm a Perl programmer doing some web application testing using Selenium. I was wondering if there's some kind of interactive interpreter which would allow me to type Selenium commands at a prompt and have them sent to selenium. The way I'm currently developing code is to type all of the commands into a Perl script, and then execute the ...

Steps carried out in case of INTERPRETER and COMPILER

hi, What exactly the difference between interpreted and compiled language.For example I want print the numbers from 1 to 100 .How exactly the sequence of operations takes place in case of interpreter and compiler. Further,If possible please provide me the steps in according to Java language and C language Thx ...

Erlang interpreter

Is there any alternate Erlang interpreter? ...

Resources on implementation of functional languages

Which are the resources on implementation of interpreters/compilers for functional languages? I would like practical examples, and I already have a copy of The Implementation of Functional Programming Languages. ...

Weird TCL quirk

So I am very new and inexperienced to the ways of TCL programming. I wrote a script that calls a proc written by someone else, first removing the output file. It then does some additional logic I wrote. I moved the logic into a second proc and instantly a bunch of it broke (namely the rm commands). From what I can tell, the first prog...

mod_php vs cgi vs fast-cgi

Hi all, I have been trying to understand the exact meaning/purpose of loading php as an apache module vs the rest. When php is installed as an apache module, what exactly happens? For example, does reading the php-ini file happen every time the php request comes or when the php module is loaded alone? ...

Simple, secure scripting language implemented in JavaScript?

For a specific web application, I would like to implement a scripting language to assist in partially automating certain tasks. I cannot modify the web application itself, but I can send JavaScript code to each client that connects. Because multiple users of this publicly accessible site will be creating and posting scripts, I cannot use...

is there any way to interpret pascal in Delphi applications

i want my own pascal code to be executed it also have some uses files and other complex functions just like a Delphi code can i do this ...

llvm/tools: lli REPL

Hi. I was wondering if someone has had experience with the llvm/tools - lli interpreter/JIT-compiler (cf. http://llvm.org/docs/GettingStarted.html#tools). I am interested in any information that you can provide (speed, complexity, implementations, etc.). Thanks. UPDATE: Okay how would bitcode execution be compared to LuaJIT VM execut...

Eclipse "forgets" my PyDev interpreter

I've just installed Eclipse and PyDev (again - I've been without it for some time) and everything works like a charm, except one little annoyance: Every time I start Eclipse, I have to go to Window->Preferences... and configure a Python Interpreter. It's not hard to do (pressing "Auto Configure" works) but for some reason Eclipse seems ...