I think that one can already sense the potential of session types after reading this article.
There will be a lot more coming later. For the moment, programming with session combinators is definitely something on my mind.
Yannick Duchêne
unread,
Nov 25, 2015, 9:19:30 PM11/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lang-users
May have been already asked, but I could not find it on ats-land-users: can continuation be statically allocated? I'm aware the document targets JavaScript, but this broader question came in my mind while reading it.
gmhwxi
unread,
Nov 26, 2015, 7:22:46 AM11/26/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lang-users
We are very interested in using session types in embedded programming. So this is a question on our mind, too.
The continuation is just a representation of some kind of (linear) state. It should be possible to statically allocate some memory for storing the state.