Skip to content

stivenson/Crystal-Lang-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Crystal-Lang Study

GitHub issues GitHub forks GitHub stars

Exercises for personal study of Crystal-Lang, frameworks and related topics.

πŸŒ„ Getting Started

  1. Install Crystal (0.35.1, version used) LLVM: 8.0.0
  2. After the clone this repo, enter in the exercise of your interest and run it. Ex: cd hello-world and crystal hello_world.cr
  3. (optional) To create and run an executable binary, ex: crystal build hello_world.cr and ./hello-world
  4. (optional) To create and run an executable binary with optimizations enabled, ex: crystal build hello_world.cr --release and ./hello-world

πŸŒ… Description of folders

  • 🚲 hello_world/hello_world.cr: Hello world
  • 🚴 hello_world/hello_world_class.cr: Hello world with classes
  • 🚴 recursive_exercises/factorial.cr: Get factorial of number
  • (in process others exercises...)

πŸŒƒ Learning

  1. Crystal-Lang Reference

  2. Cristal-Lang Api Docs

Contributing

Contributions welcome; Please submit all pull requests the against master branch.

Author

Stivenson Rincon

License

About

Exercises for personal study of Crystal-Lang, frameworks and related topics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors