Files
Write a function that takes this list as input:
(html (body (h1 "Lisp") "Hello from lisp"))
And produce a text file containing:
<html>
<body>
<h1>Lisp<h1>
Hello from lisp
</body>
</html>
Previous slide
Back to first slide
View graphic version