HTTP: Difference between revisions

133 bytes added ,  10 years ago
no edit summary
(added Nemerle)
No edit summary
Line 658:
return xhr;}else{return null;}
})('http://rosettacode.org',function(xhr){console.log(xhr.responseText)}))</lang>
 
=={{header|Julia}}==
<lang Julia>readurl(url) = open(readlines, download(url))
 
readurl("http://rosettacode.org/index.html")</lang>
 
=={{header|LFE}}==