dynamic-languages
Any way to determine which object called a method?
I\'m hoping that Ruby\'s message-passing infrastructure means there might be some clever trick for this.开发者_运维问答[详细]
2022-12-27 19:53 分类:问答Interface in a dynamic language?
Interface (or an abstract class with all the methods abstract) is a powerful weapon in a static-typed language such as C#, JAV开发者_开发百科A. It allows different derived types to be used in a unifor[详细]
2022-12-27 13:31 分类:问答How do you know if a JavaScript library you are using will break your code after an upgrade?
So, you are using a bunch of javascript libraries in a website. Your javascript code calls the se开发者_运维知识库veral APIs, but every once in a while after an upgrade, one of the API changes, and yo[详细]
2022-12-27 10:54 分类:问答What are the features of dynamic languages (like Ruby or Clojure) which you are missing in Scala?
What do you lose in practice when you choose a statically-typed language such as Scala (or F#, Haskell, C#) instead of dynamically-typed ones like Ruby, Python, Clojure, Groovy (which have macros or r[详细]
2022-12-25 17:18 分类:问答Which dynamic language can easily use libraries from other languages?
Tell why you think Python, Perl, Ruby, etc is easiest for plugging in modules from other languages with minimal thought.[详细]
2022-12-23 19:54 分类:问答Are All Dynamic Languages Typo-friendly?
With Java on one side and Ruby/Groovy on the other, I know that 开发者_如何学Cin the second camp I\'m free to make typos which will not get caught until run-time. Is this true of all dynamically-typed[详细]
2022-12-23 03:18 分类:问答Which conveniences does CEDET bring to dynamic languages?
I\'ve been looking into CEDET, but it seems that most of its features would appeal more to developpe开发者_如何学Crs working in statically typed languages, and I\'m kind of getting cold feet from the[详细]
2022-12-22 12:46 分类:问答Is Automatic Refactoring Possible in Dynamic Languages?
Perhaps I am limited by my experience with dynamic languages (Ruby on Netbeans and Groovy on Eclipse), but it seems to me that the nature of dynamic languages makes it impossible to refactor (renaming[详细]
2022-12-20 19:55 分类:问答Are dynamic languages slower than static languages? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发百科[详细]
2022-12-18 21:51 分类:问答How do you run Da Vinci Machine?
Is 开发者_StackOverflow社区there IDE support for Da Vinci Machine? How do you install and work with it?The Da Vinci Machine has not reached production quality yet - it is still a prototype - so you n[详细]
2022-12-18 11:19 分类:问答