interpreted-language
ncurses-like bindings in interpreted languages
Are there any bindings for 开发者_Go百科ncurses or a similar menuing framework in interpreted languages that make the process of creating console menus and interacting with options absurdly simple?[详细]
2023-01-29 08:43 分类:问答Data files when using intepreted languages
Say I have some data which I want severa开发者_Python百科l kinds of. I think the easiest example could be tiles in a game: I would have grass, rock, tree, etc. each with different sets of values.[详细]
2023-01-27 20:59 分类:问答Fast interpreted language for memory constrained microcontroller
I\'m looking for a fast interpreted 开发者_如何学JAVAlanguage for a microcontroller. The requirements are:[详细]
2023-01-23 21:38 分类:问答Recursion overhead -- how serious is it? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: Is recursion ever faster than looping?[详细]
2023-01-20 23:39 分类:问答Steps carried out in case of INTERPRETER and COMPILER
What exactly the difference between interpreted and compiled language.For example I want print the numbers from 1 to 100 .How exactly the sequence of operations takes place in case of interpreter and[详细]
2023-01-19 14:52 分类:问答Interpretted Scripts: Implicit vs Explicit Execution
In this superuser question I was advised that it is better to execute scripts written in an interpretted language (php, python, etc) by explicitly executing the interpretter and providing the script a[详细]
2023-01-08 04:19 分类:问答Run-time compilation: How is it possible that this isn't a performance hit?
I\'ve heard that some types of runtime compilation aren\'t a performance hit. The official Python documentation asserts that running a .pyc file is no faster than .py. (I can\'t find the link right no[详细]
2023-01-04 17:12 分类:问答If Python is interpreted, what are .pyc files?
Python is an interpreted language. But why does my source directory contain .pyc files, which a开发者_开发问答re identified by Windows as "Compiled Python Files"?[详细]
2023-01-02 12:58 分类:问答Do compiled PHP scripts exist?
I am wondering if anyone has used or read about PHP scripts compiled as a .so extension for Apache... Thing is I think I remember reading about it somewhere but dont know if such a开发者_如何学编程 th[详细]
2023-01-01 13:38 分类:问答Do comments slow down an interpreted language?
I am asking this because I use Python, but it could apply to other interpreted languages as well (Ruby, PHP, JavaScript).[详细]
2022-12-28 06:31 分类:问答