Re: Intro to ATS - How to code productively

2018-04-01 Thread Steinway Wu
Hi Artyom, This is awesome :) I have a question about "gradual improvement" of performance. I personally feels it is more about gradual improvement of specification, e.g. change a simple data type into a more refined type, to catch more bugs. So the sales pitch is more like "write dirty code

Re: Flat memory underlying dataviewtypes

2018-04-01 Thread Andrew Knapp
I'll put it on github sometime this week. It's an ATS port of this c++ library https://github.com/rigtorp/nanomq -- You received this message because you are subscribed to the Google Groups "ats-lang-users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Intro to ATS - How to code productively

2018-04-01 Thread Artyom Shalkhakov
Hi Steinway, On Sunday, April 1, 2018 at 11:39:34 PM UTC+6, Steinway Wu wrote: > > Hi Artyom, > > This is awesome :) > > Thanks! > I have a question about "gradual improvement" of performance. I personally > feels it is more about gradual improvement of specification, e.g. change a > simple