interpreter
Stand alone C# compiler [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-22 11:32 分类:问答Write a programming language interpreter [duplicate]
This question开发者_JS百科 already has answers here: Closed 11 years ago. Possible Duplicate: References Needed for Implementing an Interpreter in C/C++[详细]
2023-03-21 20:13 分类:问答Haskell: actual IO monad implementation, in different language?
How is IO monad actually implemented?in sense of, what would be the actual implementation of the main function?开发者_如何学运维[详细]
2023-03-19 03:01 分类:问答How does an interpreter use a DSL?
I\'m using an interpreter for my domain specific language rather than a compiler (despite the performance). I\'m struggling to understand some of the concepts though:[详细]
2023-03-18 00:01 分类:问答How are interpreted languages (like Ruby) run?
I am going to learn Ruby. I know it is a interpreted language. I know that compiled languages are translated to machine code eventually, but what does the ruby interpreter do? I read that the interpre[详细]
2023-03-17 02:55 分类:问答implementing lisp in Python
First: yes, i have taken a very long look at Norvig\'s lispy. Second: I have reused part of his code.[详细]
2023-03-16 06:48 分类:问答Problem Running Python Script in Java (Eclipse)
so yesterday I asked a question and I thought I had gotten my answer as everything seemed to work fine. I come back today to try and run my program and find nothing happens, and this time I am not get[详细]
2023-03-15 11:02 分类:问答How can I speed up array cloning in C#?
I\'m working on my solution to the Cult of the Bound Variable problem. Part of the problem has you implement an interpreter for the \"ancient\" Universal Machine.I\'ve implemented an intepreter for t[详细]
2023-03-14 17:42 分类:问答Using a Python Script in Java (Eclipse)
I\'ve been looking to incorporate a Python Script a friend made for me into a Java application that I am trying to develop. After some trial and error I finally found out about \'Jython\' and used the[详细]
2023-03-14 14:08 分类:问答How to call the scala interpreter in a Simple Build Tool project?
my scala program is using the compiler interface from scala.tools.nsc.interpreter.IMain. When I am compiling with scalac, everything works as expected. But when I compile with sbt it still compiles, b[详细]
2023-03-12 18:39 分类:问答