Does Scheme work with Microsoft COM?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-06-14T21:05:24Z Indexed on 2010/06/14 21:32 UTC
Read the original article Hit count: 278

I'm new to Scheme -- the functional programming language and I like it a lot for its first-class/higher-order functions. However, my data comes from a COM source with an object-oriented API.

I know Scheme and COM belong to different programming paradigms, but I'm wondering if there is any interface or a way for Scheme to connect to a COM source? Thanks.

© Stack Overflow or respective owner

Related posts about com

Related posts about functional-programming