Re: websockets server example won't compile: type mismatch:

2017-12-15 Thread grazil
I have no problem to compile the server example, but i have not change the last line: waitFor server.serve(Port(8080), cb) Could it be the reason of your error ?

Re: Nim versus Julia benchmark comparison

2017-12-15 Thread guibar
@luked2 I see, this confirms what I suspected in my post above (which appeared recently due to moderation).

Re: Dipping into javascript output

2017-12-15 Thread alexsad
maybe something like that: include karax / prelude var testText = kstring"..." proc onChText(id: kstring): proc() = result = proc() = testText = getVNodeById(id).text echo "onChText..." proc createDom(): VNode = echo "render

Re: Nim versus Julia benchmark comparison

2017-12-15 Thread mratsim
Exponential link-time

Re: Nim versus Julia benchmark comparison

2017-12-15 Thread sendell
-d:release should use LTO whenever available on the underlying compiler if you ask me :) Any downside on making this the default behavior?|