StrykerKKD's comments

StrykerKKD | 9 years ago | on: Learn Kotlin in Y Minutes

It's interesting how many language wants to be part of the ML family or at least look like an ML language.

Kotlin has a really nice and simple syntax compared to Scala, which has way to many features.

StrykerKKD | 9 years ago | on: Why ML/OCaml are good for writing compilers (1998)

I agree that Ocaml is just extremely well suited for making new programig languages. If you are interested in Ocaml+programming languages check out the plzoo: http://plzoo.andrej.com/

I personally think that Ocaml is really good at this, because I started converting the Scheme examples from the PLAI book to Ocaml and it's just felt right(maybe because I'm not fan of the scheme syntax).

StrykerKKD | 9 years ago | on: Ask HN: What is your best advice for a developer to write better code?

You are right, I didn't think the example through.

You are right, you can use tests to prove a function if - the function has very limited arguments and - the function is pure or does very limited amount of state change(side effect)

Generally speaking tests are not the right tool for proving program correctness.

StrykerKKD | 11 years ago | on: What Color Is Your Function?

But waiting is non-blocking right? It means that we can just make one isolate's role to wait for all other isolates to complete.

For me the bad part of "red" functions is that testing is harder for it or I just suck at it.

StrykerKKD | 11 years ago | on: What Color Is Your Function?

What about isolates in Dart? I mean isolates are isolated processes, which also can be a thread and they also can communicate with each other.

StrykerKKD | 11 years ago | on: Ask HN: What are you reading right now?

Your post. :D

Actually Eloquent Javascript and sometimes Programming -- Principles and Practice Using C++. I found the C++ book a little bit boring and maybe i wont read it trough.

StrykerKKD | 11 years ago | on: Ask HN: What are you building?

https://github.com/StrykerKKD/dartrocket is an open source 2D HTML5 game engine in Dart.

I started doing this, because I always liked Dart better than any other programming language and because at that time Dart didn't have any HTML5 game engines.

I also developing it, because I really like doing it and because I want to make a living out of this.

page 1