Hacker News new | ask | show | jobs
Fully working Posix-like x86-64 OS in Crystal (twitter.com)
2 points by sdogruyol 2441 days ago
1 comments

Crystal is a Ruby inspired compiled language, it's blazingly fast with a very low memory footprint. It uses LLVM for emitting native code, thus making use of all the optimizations built into the LLVM toolchain.

Website: https://crystal-lang.org/

Github: https://github.com/crystal-lang/crystal