interpreted-language
Python - Interactive mode vs. normal invocation of the interpreter
Is there a difference between the two modes in terms of resources, especially memory? I\'m referring to Python in the titl开发者_JS百科e but if there is a common explanation to many interpreted langua[详细]
2023-04-10 04:15 分类:问答Is Ruby a scripting language or an interpreted language?
I just noticed that in the wikipedia page of Ruby, this language is defined as interpreted language. I understood that probably there\'s something missing in my background. I have always known the dif[详细]
2023-04-02 14:53 分类:问答PHP throws error inside function even though the function is not executed on the page
If PHP is interpreted language(every line is executed as it is reached), how come it throws errors if the error occurs inside a function which is never executed?[详细]
2023-03-09 21:18 分类:问答Run time optimisation in Javascript
Do the 开发者_如何转开发main Javascript interpreters have any built in optimisation at all? I\'m thinking of very simple cases like[详细]
2023-03-05 04:40 分类:问答Is Clojure compiled or interpreted?
I read somewhere Clojure is compiled. Is it really compiled, like Java or Scala, rather than开发者_开发问答 interpreted, like Jython or JRuby?Clojure is always compiled.[详细]
2023-02-26 06:13 分类:问答Is Perl a compiled or an interpreted programming language?
Is P开发者_JAVA技巧erl compiled or interpreted?You aren’t going to get a definite answer, because you haven’t provided a definite question.[详细]
2023-02-19 04:00 分类:问答Why in interpreted languages the # usually introduces a comment?
Why in interpreted languages the # normally introduces a comment? This question was asked in an exam on Shell Programming but I don\'t find any hint on why it\'s the #.[详细]
2023-02-10 16:02 分类:问答How hard is it to write an interpreted language assuming you have an AST?
I already have a parser for 开发者_如何学Goa language I\'ve been working on. Is making it interpreted difficult? I was thinking its simple. The parsing and syntax check is done. I just have a tree of[详细]
2023-02-10 11:52 分类:问答storing multi-dimensional arrays in c
I am working on a simple lisp-style pre-processor language. In the API i want users to be able to pass arrays of any dimension and size to the pre-processor which can be manipulated using the language[详细]
2023-02-06 05:37 分类:问答Language interpreted from source code vs. bytecode in Web
As开发者_如何学Pythonsuming a program is written in 2 different languages: In a language interpreted from source code (PHP for example)[详细]
2023-01-30 12:08 分类:问答