Re: New Perl 6 Advent Calendar: call for ideas

2010-11-07 Thread Leon Timmermans
2010/11/6 Tadeusz SoĊ›nierz : > As I accidentally volunteered for managing a list of topics and writers > for this year's Advent Calendar [1], I started to collect some ideas of > things it'd be nice to write about. There's a gist [2] with the list of > things from the top of my head. If you have an

Problem with NativeCall

2010-11-07 Thread ARTHUR WOLF
Hello list ! So, I'm trying to make a MongoDB driver for Perl6. I was advised at #perl6to use NativeCall ( https://github.com/jnthn/zavolaj). I did this, by copying the MySQL driver in examples : use NativeCall; sub mongo_connect( OpaquePointer $client, OpaquePointer $options) returns OpaquePoin

Re: Problem with NativeCall

2010-11-07 Thread Darren Duncan
Arthur, I don't know if this would be useful in your situation, but Rudy Lippan is working to make a Perl 5 DBI driver to MongoDB. Since your challenges are related he might know something that could help. -- Darren Duncan ARTHUR WOLF wrote: Hello list ! So, I'm trying to make a MongoDB driv