interpreter
lisp interpreter in python
I\'m curious how a part of Peter Norvig\'s Lisp interpreter works. One can define functions in this Lisp interpreter...how does this work? I\'m a beginner, and just would like a simple explanation.[详细]
2023-03-12 11:46 分类:问答write lisp dialect
Do you have any advice for writing a 开发者_JS百科Lisp dialect/interpreter in Python? I\'d like to start off with just several basic commands, like set, print, and define or something.There\'s a fully[详细]
2023-03-10 14:39 分类:问答Changing interpreter bash script
Is there any way for changing the interpreter in the middle of a bash scrip开发者_如何学编程t[详细]
2023-03-10 08:54 分类:问答How can CoffeeScript be written in CoffeeScript?
So as a new web programmer (background is mostely in C,C++, and Python) with no javascript experience (or desire to experience it, based on what I have seen)I have been doing 开发者_Python百科some pre[详细]
2023-03-10 07:14 分类:问答How to determine that a PHP script is in termination phase?
Is there any function / global variable in PHP that returns the current state of the script (something like runnning, terminating)?[详细]
2023-03-10 00:42 分类:问答Module import works on interpreter but not on a script
i was beggining to follow a tutorial on elementtree in this site http://www.bigfatalien.com/?p=223 so as usual i typed the reference scripts on the interpreter and i went[详细]
2023-03-09 02:26 分类:问答scala as scripting language [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: “eval” in Scala[详细]
2023-03-08 19:52 分类:问答Interactive interpreter for Java
Is there a good interactive interpreter for Java, similar to Scala\'s?When programming, I like to try small pieces of code to see if they work like I expect before plugging them in to my main program.[详细]
2023-03-08 16:14 分类:问答Custom interpreter in java
Hi I want to write a program to be able to parse & execute some files The file consists of some custom commands (I want to be able to define commands and appropriate methods so when program see th[详细]
2023-03-07 23:33 分类:问答Why is MRI the mainstream Ruby interpreter, while it performs the worst? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-07 19:14 分类:问答