Skip to content

rilian/crystal-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crystal language playground

Trying out some stuff in Crystal (API reference)

git clone git@github.com:rilian/crystal-playground.git && cd crystal-playground

Bubble sort

crystal bubble-sort.cr

or

crystal build bubble-sort.cr --release && ./bubble-sort

Hello world

crystal hello-world.cr

or

crystal build hello-world.cr --release && ./hello-world

HTTP Server and Client

In one terminal tab crystal http-server.cr In another tab crystal http-client.cr

or

In one terminal tab crystal build http-server.cr --release && ./http-server In another tab crystal build http-client.cr --release && ./http-client

About

trying out awesome Crystal language http://crystal-lang.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages