Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Dario
Dario has asked
46
questions and find answers to
144
problems.
Stats
4.6k
EtPoint
1.6k
Vote count
46
questions
144
answers
About
PhD student in Computer Science, working on programming languages, category theory and probability
Dario questions
Monad trait in Scala
Inventing a suitable infix operator symbol for liftM
Typing polymorphic values with multiple interfaces in C#
Non-determinstic choice with amb-operator
Functional programming in nuclear plants?
Playing with infinity - Lazy arithmetics
Why does Ruby require .call for Proc invocation?
How to make Haskell compute the correct polymorphic type?
High-level multithreading/concurrency abstractions for .NET
Does the continuation + tail recursion trick actually trade stack space for heap space?
Dario answers
how do you parse a string in vb6?
Why does Haskell interpret my Num type as an Enum?
Is there a language with native pass-by-reference/pass-by-name semantics, which could be used in modern production applications?
How do I store strings permanently? After the app is closed?
Why does Seq and List have different signature for nth? [duplicate]
Can this be made more pythonic?
Using mental images in functional programming
What's the style for immutable set and map in F#
Python While Loop Condition Evaluation
head and tail calls on empty list bringing an exception