dynamic-languages
Is it possible to design a dynamic language without significant performance loss?
Is it possible to design something like Ruby or Clojure without the significant performance loss in many situations compared with C/J开发者_如何学Cava? Does hardware design play a role?[详细]
2023-01-16 21:10 分类:问答top gotchas for someone moving from a static lang (java/c#) to dynamic language like python
What are the top gotchas for someone moving from a static lang (java/c#) to dynamic language like python?[详细]
2023-01-16 12:48 分类:问答What are the legitimate uses for "method_missing"-type functionality?
Ruby has \"method_missing\", Tcl has \"unknown\", and most highly dynamic languages have an equivalent construct that is invoked when an undefined method is called.[详细]
2023-01-14 20:12 分类:问答When are modules included in a Ruby class running in rails?
I\'m trying to write a method that tells me every class that includes a particular Module. It looks like this -[详细]
2023-01-12 21:25 分类:问答PHP: Code checker since PHP is a loose type / dynamic language?
I have a small PHP web-based application that is beginning to grow moderately in size. I\'m starting to become concerned with managing my PHP code base, given PHP is a loosely/weak typed, dynamic lan[详细]
2023-01-09 07:16 分类:问答Scripting Languages [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-05 19:42 分类:问答Converting an XML String into Code in C#
I have a reporting module in an ASP.NET webforms app (C#) that uses dynamic controls for the parameters for each report.[详细]
2023-01-05 06:33 分类:问答Is this an example for parametric polymorphism?
Hi i am educating myself oop principles. I would like to know if this is a correct example of Cardellis definition of parametric polymorphism. Please enlighten me.The example is in cfml\'s script base[详细]
2022-12-31 03:25 分类:问答Dynamic languages for embedded devices? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-28 09:52 分类:问答groovy variable function
I\'m not even sure about how to title this qn. But, hope there is an easy way to do it in dynamic language like groovy.[详细]
2022-12-28 06:58 分类:问答