Tagged Questions
2
votes
6answers
703 views
Any insight on Microsoft's new M programming language?
Does anyone have any insight on microsoft's new M programming language?
Why?
What type?
When? What?
1
vote
3answers
238 views
What is M language?
Microsoft has M language.
Can someone explain the use of M, why it is useful and what a programmer of C# can benifit from M.
1
vote
2answers
168 views
Explanation of Oslo error “M2037: SQL Generation Internal Error: Missing generator for variable”?
In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine:
module T {
type A {
Id : Integer32 = AutoNumber();
} where identity Id;
As : A*;
type B ...
0
votes
3answers
253 views
Explanation of Oslo error “M0197: 'Text' cannot be used in a Type context”?
In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine:
module M {
type T {
Text : Text;
}
}
while compiling the below code leads to the error "M0197: ...