117 reputation
6
bio website stackoverflow.com/users/…
location Russia
age 22
visits member for 1 year, 10 months
seen yesterday
stats profile views 6

Research-level student, Scala fanboy, trying to wrap my head around Python, Clojure and Dart

I had a broad range of interests: from bioinformatics and computer vision to data mining, functional programming and rock-climbing.

Working at Yandex on a variety of tasks

Twitter
LinkedIn profile


Dec
2
comment How do I view Scala code without all the syntactic sugar?
Related stackoverflow.com/questions/9891407/…
Oct
13
comment Can I say “I want to be senior Programmer”, or it comes according to standards?
What about mixins, like Tech (/Team) Lead?
Oct
13
comment Can I say “I want to be senior Programmer”, or it comes according to standards?
By the way, usually there is also one more step between junior and senior (some people call it regular, or just don't write anything before title, like software engineer).
May
25
comment Scala or Clojure Functional Programming best practices
Do you need both akka and stm?
May
3
awarded  Excavator
May
3
revised How do you name your projects?
+ = examples
May
3
suggested suggested edit on How do you name your projects?
May
3
comment How do you name your projects?
Actually, WebKit has WebKit marketing name. Products you've mentioned use WebKit internally, so it is not correct comparison, imo
Mar
30
comment Advice on whether to use scripting, run time compile or something else
And consider to look at dependency injection and spring.net in particular -- it allow you to define parts of your app and dependencies between them in xml and thus don't require to recompile your code.
Mar
30
comment Advice on whether to use scripting, run time compile or something else
I think it belongs to Programmers.SE
Jan
28
awarded  Editor
Jan
28
revised Should I include not-yet released projects on my resume/CV?
some clarification on question
Jan
28
suggested suggested edit on Should I include not-yet released projects on my resume/CV?
Oct
2
awarded  Scholar
Oct
2
accepted What is a domain of automatic testing tools such as ScalaCheck?
Sep
12
awarded  Autobiographer
Aug
19
awarded  Supporter
Aug
18
awarded  Student
Aug
18
asked What is a domain of automatic testing tools such as ScalaCheck?
Aug
7
comment Help me deal with higher level languages
2. I see no reason why there wouldn't be a function which knows the position of the element it is processing. I think, the reason is that scala has functional heritage, and in functional world you write declarative, i.e. what you need (instead of imperative how to do it, directly defining underlying logic). Anyways, zipWithIndex method of collections, possibly can solve that particular problem.