Wayne Kelly
2008-Feb-21 16:11 UTC
[Ironruby-core] Skeleton external libraries required by simple RoR use cases
Attached is a zipfile containing skeleton definitions for all classes and methods from Zlib, Win32API, Thread, Syck, StrScan, StringIO, SQLite3, Socket, OpenSSL and Digest that get called during the execution of a number of simple gems and RoR use cases. I''ve made the parameter and return types as strong as possible (based on CRuby trace information for these use cases), so as to simply the task of implementing these methods. For those interested in prototyping any of these libraries, these skeletons may be a good starting point. Cheers, Wayne. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080222/58f681a8/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ExternalLibraries.zip Type: application/x-zip-compressed Size: 5371 bytes Desc: ExternalLibraries.zip Url : http://rubyforge.org/pipermail/ironruby-core/attachments/20080222/58f681a8/attachment.bin
John Lam (DLR)
2008-Feb-21 16:18 UTC
[Ironruby-core] Skeleton external libraries required by simple RoR use cases
Wayne Kelly:> Attached is a zipfile containing skeleton definitions for all classes > and methods from > > Zlib, Win32API, Thread, Syck, StrScan, StringIO, SQLite3, Socket, > OpenSSL and Digest that get called during the execution of a number of > simple gems and RoR use cases. I''ve made the parameter and return > types as strong as possible (based on CRuby trace information for > these use cases), so as to simply the task of implementing these > methods. For those interested in prototyping any of these libraries, > these skeletons may be a good starting point.Fantastic! Thanks for sending this out! -John
M. David Peterson
2008-Feb-21 17:15 UTC
[Ironruby-core] Skeleton external libraries required by simple RoR use cases
On Thu, 21 Feb 2008 09:11:41 -0700, Wayne Kelly <w.kelly at qut.edu.au> wrote:> For those interested in prototyping any of these libraries, these > skeletons may be a good starting point.*ROCKSTAR*! This is amazingly cool, Dr. Kelly! -- /M:D M. David Peterson Co-Founder & Chief Architect, 3rd&Urban, LLC Email: m.david at 3rdandUrban.com | m.david at amp.fm Mobile: (206) 418-9027 http://3rdandUrban.com | http://amp.fm | http://www.oreillynet.com/pub/au/2354
Ivan Porto Carrero
2008-Feb-21 18:43 UTC
[Ironruby-core] Skeleton external libraries required by simple RoR use cases
Really cool :) If nobody is doing zlib and using the .NET compression stuff is sufficient then I can implement that class. On Fri, Feb 22, 2008 at 6:15 AM, M. David Peterson <m.david at xmlhacker.com> wrote:> On Thu, 21 Feb 2008 09:11:41 -0700, Wayne Kelly <w.kelly at qut.edu.au> > wrote: > > > For those interested in prototyping any of these libraries, these > > skeletons may be a good starting point. > > *ROCKSTAR*! This is amazingly cool, Dr. Kelly! > > -- > /M:D > > M. David Peterson > Co-Founder & Chief Architect, 3rd&Urban, LLC > Email: m.david at 3rdandUrban.com | m.david at amp.fm > Mobile: (206) 418-9027 > http://3rdandUrban.com | http://amp.fm | > http://www.oreillynet.com/pub/au/2354 > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080222/d060fc7d/attachment.html