Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发知识库 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
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:
I\'m developing an app that is essentially going to pull data from a ton of different sources (twitter, facebook, github, basecamp, stackoverflow, etc.) and aggregate it all into a useful interface.Ev
What programming languages or environments ta开发者_JS百科rget Arduino or AVR besides the default C++ environment?
开发者_如何转开发 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
I want to write a macroprocessor. So far I\'ve done a very simple sketch of how it should look and I came to the conclusion that inventing a completely new language would not be a good idea but I shou
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
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
This question already has answers here:开发者_如何学Python "template polymorphism" when calling function for templated parameter of base type, with derived type?
There are quite a few dynamically typed object oriented languages in which a class itself is an object. Smalltalk, and Python for example. Is there any statically typed language in which a class is an