<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Bluish Coder: links</title>
 <link href="http://bluishcoder.co.nz/tag/links/atom.xml" rel="self"/>
 <link href="http://bluishcoder.co.nz/"/>
 <updated>2020-07-10T16:25:05+12:00</updated>
 <id>http://bluishcoder.co.nz/</id>
 <author>
   <name>Bluishcoder</name>
   <email>admin@bluishcoder.co.nz</email>
 </author>

 
 <entry>
   <title>Links - Web Programming Without Tiers</title>
   <link href="http://bluishcoder.co.nz/2006/05/02/links-web-programming-without-tiers.html"/>
   <updated>2006-05-02T07:20:00+12:00</updated>
   <id>http://bluishcoder.co.nz/2006/05/02/links-web-programming-without-tiers</id>
   <content type="html">&lt;p&gt;From &lt;a href=&quot;http://lambda-the-ultimate.org/node/1441&quot;&gt;Lambda the Ultimate&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Links is a programming language for web applications. Links generates code
for all three tiers of a web application from a single source, compiling into
JavaScript to run on the client and into SQL to run on the database. Links
provides support for rich clients running in what has been dubbed &#39;Ajax&#39;
style. Links programs are scalable in the sense that session state is
preserved in the client rather than the server, in contrast to other
approaches such as Java Servlets or PLT Scheme.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It looks like &lt;a href=&quot;http://groups.inf.ed.ac.uk/links/&quot;&gt;Links&lt;/a&gt; is making some great progress. A couple of interesting points &lt;a href=&quot;http://groups.inf.ed.ac.uk/links/papers/links-icfp06/links-icfp06.pdf&quot;&gt;from the paper&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Links supports web continuations. The continuation state is stored on the client, not the server. They defunctionalize the continuation object, replacing functions with unique identifiers. In this way they reduce the size of the continuations to be manageable for client side storage.&lt;/li&gt;
&lt;li&gt;Client side concurrency! The client side code is compiled to Javascript in continuation passing style. This gives lightweight threads in Javascript on the browser.&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 
</feed>
