What is Crystal?
Could Crystal be the next go-to language for malware development?
Introduction
Getting Started
crystal init app hello-worldputs("Hello, World!")> crystal run hello-world.cr
Hello, World!C-Bindings
Running Assembly From Crystal
Conclusion
References
Last updated