In my feed today: Church Of Turing. It’s about four Lisps: Scheme, Common Lisp, Clojure, and Racket.
Tag Archives: scheme
Reply
Lisp irony
I’m reading Software Design for Flexibility: How to Avoid Programming Yourself into a Corner which in its Appendix B has a description of the Scheme programming language. Rather hilariously the first line on page 394 is a sentence with unbalanced parentheses. I mean… unbalanced parentheses in the Scheme language description! :)
Kenichi Asai’s Home Page
view-source URI scheme
Today I learned about the view-source URI scheme. Check it out!
URI scheme
Reading about URI schemes today.
The UriSchemes page at the W3C suggests a few ways to add support for URL schemes. Maybe I could get file: URLs doing something suitable for SMB network resources in Firefox.
Data URI scheme
Been learning about the Data URI scheme. That’s what you use to embed image data in HTML or CSS.