Search code examples
Crystal equivalent to algebraic data types...

crystal-lang

Read More
How do I get the html from the web page that I am trying to scrape in a string?...

web-scrapinghttpclientcrystal-lang

Read More
What am I supposed to pass to the following method in Crystal?...

methodssyntaxsemanticscrystal-lang

Read More
Fibonacci problem causes Arithmetic overflow...

crystal-lang

Read More
Threading HTTP requests in Crystal...

crystal-lang

Read More
crystal Error: undefined method 'length' for Array(String)...

crystal-lang

Read More
How to print current username in Crystal-lang?...

crystal-lang

Read More
How do I make generic memoization in Crystal?...

crystal-lang

Read More
Where does Crystal install shards?...

crystal-lang

Read More
Why doesn't crystal's type inference work on classes as expected?...

crystal-lang

Read More
Purpose of no-codegen option on crystal build?...

debuggingcompilationcrystal-lang

Read More
How to iterate over grapheme clusters in Crystal?...

crystal-langgraphemegrapheme-cluster

Read More
Crystal: inheritance vs inclusion vs extension...

crystal-lang

Read More
In Crystal, what's the difference between inheritance and inclusion?...

crystal-lang

Read More
Crystal - Pass instance variable to parent class...

oopinheritanceconstructorcrystal-lang

Read More
Type specification in Crystal...

castingcrystal-lang

Read More
Why can't Crystal resolve the type of the assignment of 1 + 1?...

crystal-lang

Read More
How to read a certain number of characters (as opposed to bytes) in Crystal?...

crystal-lang

Read More
How do I access an object's eigenclass in Crystal?...

crystal-lang

Read More
Use PullParser to deserialize Range in Crystal...

crystal-lang

Read More
Can you require a whole set of modules or classes via one require statement?...

crystal-lang

Read More
Timers/Intervals in Crystal Lang...

crystal-lang

Read More
How do I check which Operating System (OS) is used in Crystal?...

crystal-lang

Read More
In Crystal FFI, how do I access a type in the C library?...

sqlitefficrystal-lang

Read More
Subtract two times in crystal lang...

crystal-lang

Read More
Is there a more idiomatic way to cast json to a specific Hash type in Crystal?...

jsoncrystal-lang

Read More
Clear terminal / console in Crystal (CLI)...

crystal-lang

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

unit-testingcompiler-errorscrystal-lang

Read More
Lucky / Crystal init error: undefined method 'signal' for Process...

crystal-lang

Read More
Is there a way to do one-liners in Crystal language?...

rubycrystal-langone-liner

Read More
BackNext