Can gems be used by ruby code compiled with macrubyc
        Posted  
        
            by sal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sal
        
        
        
        Published on 2010-02-04T03:46:33Z
        Indexed on 
            2010/05/26
            16:21 UTC
        
        
        Read the original article
        Hit count: 287
        
MacRuby 0.5 includes a ruby compiler built on LLVM called macrubyc.
Does anyone know if it would be possible to dynamically load gems from compiled code? Or compile the gems and link them in? Is this planned? Or how compiled code will be able to make use of gems in general.
© Stack Overflow or respective owner