User loginNavigation |
Links DemosPhilip Wadler has a pair of Links demos up and running. One is a to-do list (source) that runs on the server but keeps state on the client via continuations; the other is an input validator (source) that is translated into Javascript to run on the client. A sample of the latter:
<input l:name="word1" type="text" value="{word}"/>
{[ if word == "" then <font/>
else if isdigit(word) then <font color="blue">ok</font>
else <font color="red">error: {[word]} is not a digit as a word!</font> ]}
(Previous Links discussion on LtU) |
Browse archivesActive forum topics |
Recent comments
1 week 4 days ago
2 weeks 16 hours ago
7 weeks 1 day ago
7 weeks 2 days ago
19 weeks 2 days ago
19 weeks 3 days ago
19 weeks 4 days ago
19 weeks 4 days ago
20 weeks 3 days ago
20 weeks 3 days ago