Top "Interpreter" questions

An interpreter is a program that executes, i.e. performs, instructions written in a programming language.

Load Scala file into interpreter to use functions?

I have some Scala functions defined in a file, not in a class, and I would like to use them …

scala interpreter
Does Pycharm have Interactive Python Interpreter?

I am a fairly new Pycharm user switched from other IDEs recently. One question I have is about the interactive …

interpreter pycharm
Constructing an Abstract Syntax Tree with a list of Tokens

I want to construct an AST from a list of tokens. I'm making a scripting language and I've already done …

java interpreter abstract-syntax-tree
What are the differences between a Just-in-Time-Compiler and an Interpreter?

What are the differences between a Just-in-Time-Compiler and an Interpreter, and are there differences between the .NET and the Java …

java .net compiler-construction interpreter jit
How would I go about writing an interpreter in C?

I'd love some references, or tips, possibly an e-book or two. I'm not looking to write a compiler, just looking …

c interpreter
How to get the current Python interpreter path from inside a Python script?

I want to run a Python script from a Python script with subprocess, and I wish to do it using …

python path interpreter
How exactly is a PHP script executed?

I was just thinking to myself "How exactly is a PHP script executed?" I thought it was parsed first for …

php parsing interpreter
Are there any recent Lua to JavaScript converters or interpreters somewhere?

I need to find a good Lua to JavaScript converter; lua2js on luaforge.org is out of date (3 or …

javascript lua interpreter converter
How to use third party libraries with Scala REPL?

I've downloaded Algebird and I want to try out few things in the Scala interpreter using this library. How do …

scala interpreter read-eval-print-loop
Java Threads vs OS Threads

Looks like I have messed up with Java Threads/OS Threads and Interpreted language. Before I begin, I do understand …

java multithreading operating-system interpreter