Creating GUI desktop applications that call into either OCaml or Haskell -- Is it a fool's errand?
        Posted  
        
            by Rob Lachlan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rob Lachlan
        
        
        
        Published on 2010-04-24T00:09:12Z
        Indexed on 
            2010/04/24
            0:13 UTC
        
        
        Read the original article
        Hit count: 564
        
In both Haskell and OCaml, it's possible to call into the language from C programs. How feasible would it be to create Native applications for either Windows, Mac, or Linux which made extensive use of this technique?
(I know that there are GUI libraries like wxHaskell, but suppose one wanted to just have a portion of your application logic in the foreign language.)
Or is this a terrible idea?
© Stack Overflow or respective owner