Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create Crystal binds for Ruby?

I'm creating a m3u8 generator/parser for crystal, yet I want to use it later with ruby. Is that possible/easy to do it?  

like image 612
Marcelo Boeira Avatar asked Feb 01 '16 10:02

Marcelo Boeira


1 Answers

Yes, you can create Ruby extension using Crystal. It's enough to bind Ruby lib. There's an interesting presentation by Anna Kazakowa regarding that topic.

See also:

  • phoffer/crystalized_ruby
  • manastech/crystal_ruby
like image 118
Sija Avatar answered Oct 03 '22 23:10

Sija