Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in crystal-lang

How to have an array type in C binding?

crystal-lang

Crystal automated unit tests at compilation

unit-testing crystal-lang

Crystal: a good way for method options

crystal-lang

How do I call instance method from string?

crystal-lang

What's the idiomatic way to join an array into a string?

arrays string crystal-lang

Hash.includes? gives weird result in crystal

crystal-lang

Crystal multi line comment

comments crystal-lang

How do I make generic memoization in Crystal?

crystal-lang

Read request body without deleting it

crystal-lang

Calling methods dynamically (Crystal-lang)

crystal-lang

Type alias and Hash as method parameter

crystal-lang type-alias

Is it possible to beautify the output of :to_json (in Crystal's standard lib)?

json crystal-lang

Crystal: Ensure return value is not Nil

crystal-lang

Write binary data to stdout in Crystal

crystal-lang

Crystal no overload matches 'Array(Type)#[]' with type (Int32 | Nil)

crystal-lang

Parse complex YAML-structure with YAML.mapping

Bootstrapping from nothing

How to configure JSON.mapping for Array of Array of Strings to become a Hash?

crystal-lang

What object receives #puts in my Crystal programs?

crystal-lang

Are magic constants documented? (eg __FILE__, __DIR__, etc)

crystal-lang