programming-languages
Language Oriented Programming Articles/Papers/Tutorials
There is number of tools on the market like MPS, that promote Language Oriented Programming, which supposedly gives ability to programmer to design a 开发者_如何学JAVA(ideal?)language for task. This s[详细]
2023-04-09 10:46 分类:问答Where to get the Lagoona Compiler and Specification?
The Lagoona programming language is supposed to naturally and fully support Component Oriented Programming (and DbC开发者_如何学Python) according to: this article and is implemented in .Net; but I did[详细]
2023-04-09 09:57 分类:问答scripting or programming language? [duplicate]
This question already has answe开发者_开发知识库rs here: Closed 11 years ago. Possible Duplicate:[详细]
2023-04-09 04:27 分类:问答Why do we need prefix, postfix notation
I know how ea开发者_JAVA百科ch of them can be converted to one another but never really understood what their applications are. The usual infix operation is quite readable, but where does it fail whic[详细]
2023-04-07 14:02 分类:问答Detect Programming Language from code snippet [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Detecting programming language from a snippet[详细]
2023-04-06 23:40 分类:问答What are all the possible languages to create a mobile phone application? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_C百科[详细]
2023-04-06 11:08 分类:问答Python: Reference to a class generically in an instance method?
This question is similar, but it pertains to static methods: In Python, how do I reference a class generically in a static way, like PHP's "开发者_如何学Pythonself" keyword?[详细]
2023-04-06 11:05 分类:问答Why would you ever want to create a method called *foo() instead of just foo()?
I see this in other people\'s code sometimes: public void *foo() { ... } public void bar() { ... } but I never understood what the meaning开发者_StackOverflow社区 of the * was for, and if there is[详细]
2023-04-06 02:14 分类:问答What should a parser for a programming language do?
I have already written a lexer which returns tokens, and now I\'m working on a parser. I have one problem.[详细]
2023-04-05 21:11 分类:问答How to find the language from which an executable was compiled from?
Given a executable file (Windows, Linux or Mac OS X) of an application, is there a way to figure out the programming language that was used to write that application?开发者_运维问答In the general case[详细]
2023-04-05 01:53 分类:问答