Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Kim Stebel
Kim Stebel has asked
51
questions and find answers to
248
problems.
Stats
7.1k
EtPoint
2.4k
Vote count
51
questions
248
answers
About
I'm interested in Scala, functional programming, type systems, and web development.
Kim Stebel questions
strange ArrayBuffer behavior
How do I use nightly builds of Scala 2.9 with maven?
Why is invokeDynamic in a class extending Dynamic not working?
Changing the compiler's classpath from a Scala macro?
Open a new tab in firefox and keep ff in the background
macros, splice, and pattern matching
Scala pattern matching syntax
creating unit tests (semi-)automatically?
most efficient data structure for a read-only list of strings (about 100,000) with fast prefix search
How to test SQL for validity from the command line?
Kim Stebel answers
Why does this Iterable produce a Set after mapping?
Scala: how to create a type parametrized by a value, instead of a type
Scala parameter type explanation
Scala function signature: What does (p: (T, B) ⇒ Boolean) mean?
How to draw a bitmap with Scala?
Why is the creation of multi-dimensional arrays so slow in Scala?
Scala - error: recursive variable name needs type
HOw to run multiple applications in play framework on the same port
Why with scala, using the same regular expression, using 2 different matching methods lead to 2 different results?
nested "if"/"match" statement in scala: better approach?