crystal-rubyunconf2018-hamburg
Crystal
What Crystal is not
- A Ruby implementation
What Crystal is
Language goals:
- Have a syntax similar to Ruby (but compatibility with it is not a goal)
- Statically type-checked but without having to specify the type of variables or method arguments.
- Be able to call C code by writing bindings to it in Crystal.
- Have compile-time evaluation and generation of code, to avoid boilerplate code.
- Compile to efficient native code.
For Rubyists
- ~= Ruby
-
- Compiled (= very fast)
-
- Types
-
- Comprehensive standard library
-
- Metaprogramming
-
- A different kind of metaprogramming
-
Types
Inference
Union Types
Method overload
Generics
Macros
~ methods, but:
- Compile time
- Generates the code that will be compiled
Concurrency
- Channels
- Fibers/spawn
- Reminder that concurrency != parallelism
Ecosystem
- Kemal
- Lucky
- crystal-{mysql,pg,redis}
- Sidekiq.cr
- SDL
Documentation
Repository
crystal-rubyunconf2018-hamburg
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 6 years ago
- May 6, 2018
License
Links
Synced at
Thu, 07 Nov 2024 17:44:36 GMT
Languages