dynamic-languages
can anybody explain C C++ Java regarding dynamic or static language
can anybody explain C C++ Java regarding dynamic typed or static typed language. I read somewhere that C C++ and Java are all static langu开发者_高级运维age. But I recall there are other opinions ab[详细]
2023-02-15 05:34 分类:问答What are real use cases which leads to alternative JVM languages?
I was reading Groovy recently and it is more relates to Java.I don\'t have any experience in dynamic language.I have read that fo开发者_如何学编程under of Groovy want to add dynamic nature to existing[详细]
2023-02-14 15:28 分类:问答Help needed finding System.Scripting.Actions library -- DynamicObject
I downloaded a Dynamic sample to test. However, I seem to have run into some problem as I am unable to find one of the referenced libraries[详细]
2023-01-31 18:07 分类:问答Interpreters and Dynamically Typed Languages
Why are programs that have dynamically typed la开发者_如何学运维nguages usually interpreted rather than compiled?In short: They go together like peas and carrots.[详细]
2023-01-30 03:36 分类:问答Simulating duck typing in Java
The problem: I\'d like to be able to generically access in Java any property/field on a Java ojbect similarly to how a dynamic language (think Groovy, JavaScript) would. I won\'t know at the time I\'m[详细]
2023-01-28 02:37 分类:问答Parsing techniques for runtime language alteration
Looking at Rakudo Perl6 I wonder if there are techniques for 开发者_C百科parsing and lexical analyses that allow to alter/extend the syntax of the language and that are efficient and not to hard to im[详细]
2023-01-27 22:30 分类:问答should it be allowed to change the method signature in a non statically typed language
Hypothetic and academic question. pseudo-code: <pre><code> class Book{ read(theReader) } class BookWithMemory extends Book {[详细]
2023-01-21 17:50 分类:问答Overwriting default behavior for python operators
I know that to alter the default开发者_StackOverflow中文版 behavior of operators in python you can override some default methods like __add__ or __sub__ for + and -, but didn\'t find anything to overr[详细]
2023-01-21 08:43 分类:问答Differences between powershell and ruby
I am new to the dynamic languages scene, and trying to find a good starting point. Looking at how Micr开发者_StackOverflow社区osoft is diminishing the role of Iron Ruby in its offerings, I am looking[详细]
2023-01-21 03:58 分类:问答Best dynamic language to pair with Java on a Java project
What is the best dynamic language to pair with 开发者_如何学JAVAJava on a large Java project? We are considering using a dynamic language for tests, controllers, services.Some options are Groovy, JRu[详细]
2023-01-19 12:26 分类:问答