interpreter
A Haskell interpreter /w type definitions
Is开发者_运维知识库 there a Haskell interpreter that accepts type definitions or preferably all kinds of statements?[详细]
2023-04-12 17:28 分类:问答Running IPython after changing the filename of python.exe
If I rename the python interpreter from C:\\Python27\\python.exe to C:\\Python27\\python27.exe and run it, it will not complain.[详细]
2023-04-12 10:36 分类:问答Is there Dart VM available?
Just read news that Google had announced an early preview of the new web programming language Dart. The docu开发者_高级运维mentation on the dartlang.org states:[详细]
2023-04-11 19:29 分类:问答Scala reflection behaves differently on interpreter and compiled code
I have trait T class C extends T compiled to .class files. And the piece of code below to load them: val loader = ScalaClassLoader fromURLs (/* List[URL] */)[详细]
2023-04-10 14:36 分类:问答Looking for references describing tail recursion optimization through exceptions
I have implemented a small lisp interpretor (sapid lisp at google code) in python and sapid lisp itself. Perhaps its main characteristic is to implement tail and mutual recursion optimization through[详细]
2023-04-08 16:36 分类:问答Why doesn't just a variable name display the variable in a script, like in the interpreter? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-07 23:03 分类:问答Python Interpreter Not Reading Indents Properly After Turning on VIM Auto-Indenting
I\'m not entirely sure what has happened. I was debugging a script that worked \"fine\" (except for said intermittent bugs) and all of a sudden the module cannot be imported anymore. I undid all cha[详细]
2023-04-07 01:32 分类:问答Is there a JavaScript (ECMAScript) implementation written in Python?
Are there any JavaScript (ECMAScript) implementations wr开发者_如何学JAVAitten in pure Python? It is okay even if its implementation is very slow.Doesn\'t seem to be under active development anymore b[详细]
2023-04-06 00:19 分类:问答Compile and execute Scala code at runtime
Is is possible to compile and execute scala code as a string at runtime either in Scala or in Java? My idea is to build a DSL using Scala then let Java prog开发者_如何转开发rammers use the DSL insid[详细]
2023-04-05 19:29 分类:问答How to replace macros with a grammar-based parser?
I need a parser for an exotic programming language. I wrote a grammar for it and used a parser generator (PEGjs) to generate the parser. That works perfectly... except for one thing: macros (that repl[详细]
2023-04-04 17:06 分类:问答