Skip to content

Latest commit

 

History

History

crystal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Crystal Explorations

To develop and execute Crystal programs on your computer, download the language through the Crystal Installation Page.

Once installed, programs can be run from the command line with the following command:

crystal hello_world.cr

About Crystal:

Crystal is marketed as a programming language "for humans and computers", emphasizing ease of writing and reading. Its syntax is inspired by Ruby, making it familiar and accessible to many developers. Designed by Ary Borenszweig, Brian Cardiff, and Juan Wajnerman, its first official version was released in 2014.

This general-purpose, object-oriented language has been used in various fields, including networking, cybersecurity, and gaming. A list of Crystal in Production is available on their website.

Crystal Resources:

Continue your study of Crystal via:

Crystal Open Source Projects:

The Crystal GitHub Issues Page has opportunities to contribute to the development of the language.