dynamic-languages
Cache-oblivious data structures and dynamic languages - effective?
I\'ve been reading recently about cache-oblivious data structures like auxiliary buffer heaps. These data structures work by keeping their most-recently-accessed elements in cache memory so any subseq[详细]
2022-12-17 14:47 分类:问答C#: execute a function stored in a string variable
Is it possible to write a simple and fast function in C# that will execute arbitrary methods from a string? For example, if I set MyString=\"MessageBox.Show(\"Some Message\")\" and then call ExecuteSt[详细]
2022-12-17 09:57 分类:问答Accessing an instance variable by name (string), kinda like dynamic languages do, in C#
i\'ve got some C# code like this: string fieldName = ... string value = ... if (fieldName == \"a\") a = value;[详细]
2022-12-17 07:14 分类:问答How can I write a quick and dirty interpreter? [duplicate]
This question already has answers here: Learning Resources on Parsers, Interpreters, and Compilers [closed][详细]
2022-12-15 18:39 分类:问答Can you have too much of “dynamic” in dynamic languages?
In last few months I have been making a transition from Java to Groovy and I can appreciate many of the benefits it brings:less code, closures, builders, MOP that in the end makes framework like Grail[详细]
2022-12-14 02:27 分类:问答Writing programs in dynamic languages that go beyond what the specification allows
With the growth of dynamically typed languages, as they give us more flexibility, there is the very likely probability that people will write programs that go beyond what the specification allows.[详细]
2022-12-12 13:48 分类:问答Dynamic languages Vs Static languages (can this two be together in the same place)
programming languages are grouped it 2 main classes \"Dynamic\" &am开发者_StackOverflowp; \"Static\".[详细]
2022-12-12 08:06 分类:问答Why is the "Dynamic" part of Dynamic languages so good?
Jon Skeet posted this blo开发者_如何学Gog post, in which he states that he is going to be asking why the dynamic part of languages are so good. So i thought i\'d preemptively ask on his behalf: What m[详细]
2022-12-11 23:10 分类:问答Domain Driven Design efforts in dynamic languages? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-11 11:33 分类:问答