Hi, I have put together some code to demonstrate how to do various "practical" stuff in ATS:
https://github.com/ats-lang/ATS-CodeBook/ This is an ongoing project and new code will be added from time to time. Functional programming done in ATS can be of quite different style from that in ML or Haskell. I would really like to illustrate this point based on concrete examples. For instance, in ReadFromSTDIN3, a LINEAR stream is built to handle user's input that may be interrupted by a signal (SIGALRM). As far as I can tell, this kind of stream is unique in ATS; it provides high-level programming support while being very efficient both time-wise and memory-wise. Also, I would really like to emphasize the use of npm-based packages for constructing programs in ATS. This is a great way for people to share code. I will try to say more on this later. Cheers, --Hongwei -- 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 to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/823534eb-2b0d-4f38-b8b1-7f680db0853f%40googlegroups.com.
