This repo provides an official way to try the Crystal programming language on Windows.
Microsoft.VisualStudio.Workload.VCTools and Microsoft.VisualStudio.Component.VC.ATL components.
Run the following in commands in terminal to install the latest crystal release.
scoop install git
scoop bucket add crystal-preview https://github.com/neatorobito/scoop-crystal
scoop install vs_2022_cpp_build_tools. The Visual Studio Installer UI will open to display progress.ERROR Exit code was 3010!, this simply means you'll need to reboot for VS to complete the installation. Run the same command again then reboot.scoop install crystal
Next, create a file called hello.cr with the editor of your choice and the following contents:
puts "Hello from Windows!"
Run crystal hello.cr and voila!

The majority of the language is available and functional on Windows. For more information about platform support, see the documentation.
JavaScript
100.0%
This repo provides an official way to try the Crystal programming language on Windows.
Microsoft.VisualStudio.Workload.VCTools and Microsoft.VisualStudio.Component.VC.ATL components.
Run the following in commands in terminal to install the latest crystal release.
scoop install git
scoop bucket add crystal-preview https://github.com/neatorobito/scoop-crystal
scoop install vs_2022_cpp_build_tools. The Visual Studio Installer UI will open to display progress.ERROR Exit code was 3010!, this simply means you'll need to reboot for VS to complete the installation. Run the same command again then reboot.scoop install crystal
Next, create a file called hello.cr with the editor of your choice and the following contents:
puts "Hello from Windows!"
Run crystal hello.cr and voila!

The majority of the language is available and functional on Windows. For more information about platform support, see the documentation.
JavaScript
100.0%