Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
kiritsuku
kiritsuku has asked
24
questions and find answers to
159
problems.
Stats
4.9k
EtPoint
1.8k
Vote count
24
questions
159
answers
About
kiritsuku questions
flatmap Lists and Maybes
Is there a functional algorithm which is faster than an imperative one?
Concat parse results
Why is Scalas Either not a monad?
Different notations to express inheritance
Shorten code which handles IO
Type inference from right to left
What is `class A[_]` useful for?
Why is this tail recursive?
Why does fold left expect (a -> b -> a) instead of (b -> a -> a)?
kiritsuku answers
How to understand the "println" statements in both `for` and `yield`
Could this be a Scala compiler bug?
How can I get the functionality of the Scala REPL :type command in my Scala program
Scala plug-in for Eclipse Luna
How to reference outer object from inner class in Scala
Enriching Scala collections with a method
Option.fold in scala 2.10
Idiomatic way to handle nested nullable objects in scala?
Match on a pair of equal values
Deep-reverse of nested lists in Scala