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?
What are the top gotchas for someone moving from a static lang (java/c#) to dynamic language like python?
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.
I\'m trying to write a method that tells me every class that includes a particular Module. It looks like this -
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
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
I have a reporting module in an ASP.NET webforms app (C#) that uses dynamic controls for the parameters for each report.
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
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
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.