I added a chapter in the ATS2TUTORIAL book:
http://ats-lang.sourceforge.net/DOCUMENT/ATS2TUTORIAL/HTML/HTMLTOC/book1.html
It about forming boxed tuples and records with read-only fields as well as
fields that may be
updated.
Cheers!
–Hongwei
I added a chapter in the ATS2TUTORIAL book:
http://ats-lang.sourceforge.net/DOCUMENT/ATS2TUTORIAL/HTML/HTMLTOC/book1.html
It about forming boxed tuples and records with read-only fields as well as
fields that may be
updated.
Cheers!
–Hongwei
It is currently Chapter 15.On Sunday, December 13, 2015 at 10:56:53 AM UTC-5, gmhwxi wrote:
I added a chapter in the ATS2TUTORIAL book:
A Tutorial on Programming Features in ATS
It about forming boxed tuples and records with read-only fields as well as
fields that may be
updated.Cheers!
–Hongwei
Could you gen a pdf? I’d like to take a copy to read on a flight.
Thx,
Mike
Just a quick answer: some browsers have a “print to PDF” feature, if I’m
not wrong (at least, Opera does).
I added a chapter in the ATS2TUTORIAL book:
A Tutorial on Programming Features in ATS
It about forming boxed tuples and records with read-only fields as well as
fields that may be
updated.
Out of topic, still related to tuple and records, this thread reminds me
something I wanted to try. Just checked it’s OK:
One can do …
extern fn f(a:int, b:int): int
val a = f(0, 1)
… which does not allow to name parameters.
A common SML idiom works with ATS too:
extern fn g(@{a=int, b=int}): int
val b = g@{a=0, b=1}
… which gives named parameters.
(don’t know it it impacts the generated code a lot or not)
Could you gen a pdf? I’d like to take a copy to read on a flight.
Thx,
Mike
I’m not sure how to do that on an iPad. Typically I pull PDFs into Good Reader from the web and then read when I’m traveling. They also markup well in Good Reader. I suppose I could make a PDF on a laptop and find a way to transfer it to my iPad. I. Guess I’m biased toward PDFs and mobile devices because I’m often moving around.> On Dec 27, 2015, at 4:03 PM, ‘Yannick Duchêne’ via ats-lang-users ats-lan...@googlegroups.com wrote:
Le dimanche 27 décembre 2015 23:25:04 UTC+1, Mike Jones a écrit :
Could you gen a pdf? I’d like to take a copy to read on a flight.
Thx,Mike
Just a quick answer: some browsers have a “print to PDF” feature, if I’m not wrong (at least, Opera does).
You received this message because you are subscribed to a topic in the Google Groups “ats-lang-users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ats-lang-users/GoCw5--amAM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
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/6221cfe9-e252-457c-ba8e-0a334d7304ef%40googlegroups.com.