Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

.NET Languages

Name: Anonymous 2007-08-01 6:24 ID:EwJeI4MZ

Which one do you like? I have narrowed my choice down to Nemerle, Boo and F#. I really like Nemerle, but it's the least active of these, F# looks nice and is supported by Microsoft, Boo kinda failed to excite me, but isn't bad.

DISCUSS!

Name: Anonymous 2007-08-08 7:05 ID:dqZeQthc

About Nemerle, anyone know how I can match function? I want to do something like this:

match (x)
{
  | _ is string => WriteLine ("string get!");
  | _ is int -> string => WriteLine ("fun string get!");
  | _ => WriteLine ("dunno lol");
}


But ncc sez "error: unbound type name ->". Ideas?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List