Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in crystal-lang

Understanding enum's types in Crystal

crystal-lang

running shell commands crystal language and capturing the output

crystal-lang

Error: undefined method 'x' for Nil (compile-time type is (Point | Nil))

Crystal How to check if the block argument is given inside the function

crystal-lang

How to just get a list of command-line arguments in Crystal lang

command-line crystal-lang

Why Crystal fails to infer type for instance variable?

crystal-lang

Crystal method return multiple values

crystal-lang

How do you turn an Array of codepoints (Int32) to a string?

How to access the results of .match as string value in Crystal lang

regex matching crystal-lang

Get __FILE__ of compiled script

file crystal-lang

Parse Array of JSON Objects in Crystal lang

arrays json crystal-lang

Has Crystal got static methods?

Crystal get from n line to n line from a file

crystal-lang

Getting info about inheritance chain in Crystal

How to restrict type of a function argument

How to generate a random number in Crystal?

random crystal-lang

Crystal lang how to get binary file from http

http binary crystal-lang

How to get the name of the arguments passed into a block?

crystal-lang

How to execute code from a string variable in Crystal?

eval crystal-lang

Binding glib into Crystal lang (GC issue)