Skip to content

Pipesshell for adhoc graph querying

ahzf edited this page Mar 1, 2011 · 3 revisions

The PipesShell is a small example application using the latest Mono.CSharp (2011-02-28), Mono.GetLine and Mono.REPL libraries for creating a interactive console for ad hoc graph querying. This solution is based on praeclarum’s runcs tool.

Known Limitations

The new Mono.CSharp library is still under heavy development. Therefore there are still some problems…

  • The “Linq to graph” extension methods seem to be broken.
  • Invoking methods having “param” parameters have to be written as arrays.