Skip to content

Instantly share code, notes, and snippets.

@tarnacious
Created July 27, 2011 13:50
Show Gist options
  • Save tarnacious/1109394 to your computer and use it in GitHub Desktop.
Save tarnacious/1109394 to your computer and use it in GitHub Desktop.
Wow. Amazingly easy to get working in a shell.
$ make console
(cd bin/ManosYakRiak; csharp)
Mono C# Shell, type "help;" for help
Enter statements below.
csharp> LoadAssembly("ManosYakRiak.dll");
csharp> var client = new RiakClient();
csharp> var message = client.GetLastMessageFromRiak();
csharp> Console.WriteLine("{0}: {1}",message.name,message.message);
345: afasdf<br />asdf<br />asd<br />
csharp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment