logoalt Hacker News

bloovisyesterday at 4:59 PM0 repliesview on HN

Crystal compiles directly to object code, using LLVM. It does provide the ability to interoperate with C code; as an example, I use this feature to call ncursesw functions from Crystal.