language-theory Questions
3
Solved
What is the runtime? And I don't mean "at run time" = as the program/script is running. I mean
The <your-interpreted-language-here> runtime
Torino asked 10/3, 2010 at 0:22
6
Solved
From http://code.google.com/p/unladen-swallow/wiki/ProjectPlan I quote:
"Using a JIT will also allow us to move Python from a stack-based machine to a register machine, which has been shown to imp...
Rawlins asked 25/10, 2009 at 23:54
6
What are some examples of a dynamically scoped language? And what are the reasons for choosing that design? Is it because it is easy to implement?
Spencerspencerian asked 24/9, 2009 at 17:34
5
Solved
What is the advantage of having this/self/me pointer mandatory explicit?
According to OOP theory a method is supposed to operate mainly (only?) on member variables and method's arguments. Followin...
Orran asked 26/5, 2009 at 10:33
4
Solved
This code has the well defined behavior in C# of not working:
class Foo
{
static List<int> to = new List<int>( from ); // from is still null
static IEnumerable<int> from = Some...
Anaphrodisiac asked 18/3, 2009 at 21:29
6
Solved
For my theory of computing languages class, we got a homework assignment to implement a piece of code in a language that only has while statements for flow control (no if statements). This is mainl...
Lives asked 3/2, 2009 at 14:37
© 2022 - 2024 — McMap. All rights reserved.