4
Shouts

Alvas.Net Blog: Communicate with aliens on Boo (continued)

posted by alvasalvas 870 days, 5 hours, 17 minutes ago
Monday, December 28, 2009 9:27:12 PM GMT

Previously, we are talking with aliens in C# and Nemerle. Now let's try to do the same on Nemerle. See code below.

namespace AudioConsBoo   import System import Alvas.Audio   classProgram:       static def Main():         rex.Data += rexData         rex.Open += rexOpen         rex.Close += rex_Close         rex.Format = pcmFormat         rex.StartRecord()         Console.WriteLine('Please press enter to exit!')         Console.ReadLine()         rex.StopRecord()       static rex ...

category: Foundation | clicked: 0 | | source: alvasnet.blogspot.com | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup