What are you working on? - Programming On Unix
Users browsing this thread: 53 Guest(s)
|
|||
(06-11-2016, 12:44 AM)jkl Wrote: My Web-to-RSS parser comes with a simple web interface now, written in pure Common Lisp (no HTML, no JavaScript, no CSS). Awesome. Another thing I can look at to learn Common Lisp. A little fun fact: you can compile an "executable" by running: Code: $ echo '(format t "Hello, World!~%")' >hello.cl "Executables" are just bytecode files with a shebang. |
|||