emacs.d/clones/lisp/stevelosh.com/blog/index.html

2 lines
15 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html lang='en'><head><meta charset='utf-8' /><meta name='pinterest' content='nopin' /><link href='../static/css/style.css' rel='stylesheet' type='text/css' /><link href='../static/css/print.css' rel='stylesheet' type='text/css' media='print' /><title>Blog / Steve Losh</title></head><body><header><a id='logo' href='https://stevelosh.com/'>Steve Losh</a><nav><a href='index.html'>Blog</a> - <a href='https://stevelosh.com/projects/'>Projects</a> - <a href='https://stevelosh.com/photography/'>Photography</a> - <a href='https://stevelosh.com/links/'>Links</a> - <a href='https://stevelosh.com/rss.xml'>Feed</a></nav></header><hr class='main-separator' /><main id='page-blog-index'><ol class='index'><li class='item'><a href='2022/08/depending-in-common-lisp/index.html'>Depending in Common Lisp</a><p class='date'>August 26th, 2022</p><p class='snippet'>Using the CLOS Dependent Maintenance Protocol</p></li><li class='item'><a href='2022/04/fun-with-macros-do-file/index.html'>Fun with Macros: Do-File</a><p class='date'>April 19th, 2022</p><p class='snippet'>Part 3 in a series of short posts about fun Common Lisp Macros.</p></li><li class='item'><a href='2021/03/small-common-lisp-cli-programs/index.html'>Writing Small CLI Programs in Common Lisp</a><p class='date'>March 17th, 2021</p><p class='snippet'>Somewhere between tiny shell scripts and full projects.</p></li><li class='item'><a href='2018/08/a-road-to-common-lisp/index.html'>A Road to Common Lisp</a><p class='date'>August 27th, 2018</p><p class='snippet'>How and why you can and should learn this old language.</p></li><li class='item'><a href='2018/07/fun-with-macros-if-let/index.html'>Fun with Macros: If-Let and When-Let</a><p class='date'>July 9th, 2018</p><p class='snippet'>Part 2 in a series of short posts about fun Common Lisp Macros.</p></li><li class='item'><a href='2018/05/fun-with-macros-gathering/index.html'>Fun with Macros: Gathering</a><p class='date'>May 21st, 2018</p><p class='snippet'>Part 1 in a series of short posts about fun Common Lisp Macros.</p></li><li class='item'><a href='https://stevelosh.com/blog/2017/01/chip8-menus/'>CHIP-8 in Common Lisp: Menus</a><p class='date'>January 10th, 2017</p><p class='snippet'>Let&#039;s add some polish.</p></li><li class='item'><a href='https://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/'>CHIP-8 in Common Lisp: Debugging Infrastructure</a><p class='date'>January 5th, 2017</p><p class='snippet'>What&#039;s happening inside this computer?</p></li><li class='item'><a href='https://stevelosh.com/blog/2017/01/chip8-disassembly/'>CHIP-8 in Common Lisp: Disassembly</a><p class='date'>January 2nd, 2017</p><p class='snippet'>What&#039;s in a ROM?</p></li><li class='item'><a href='https://stevelosh.com/blog/2016/12/chip8-sound/'>CHIP-8 in Common Lisp: Sound</a><p class='date'>December 26th, 2016</p><p class='snippet'>Let&#039;s add a buzzer.</p></li><li class='item'><a href='https://stevelosh.com/blog/2016/12/chip8-input/'>CHIP-8 in Common Lisp: Input</a><p class='date'>December 23rd, 2016</p><p class='snippet'>Let&#039;s add a keypad.</p></li><li class='item'><a href='https://stevelosh.com/blog/2016/12/chip8-graphics/'>CHIP-8 in Common Lisp: Graphics</a><p class='date'>December 21st, 2016</p><p class='snippet'>Let&#039;s draw some pixels.</p></li><li class='item'><a href='https://stevelosh.com/blog/2016/12/chip8-cpu/'>CHIP-8 in Common Lisp: The CPU</a><p class='date'>December 19th, 2016</p><p class='snippet'>Let&#039;s write an emulator.</p></li><li class='item'><a href='2016/10/iterate-timing/index.html'>Customizing Common Lisp&#039;s Iterate: Timing</a><p class='date'>October 10th, 2016</p><p class='snippet'>How long is this loop?</p></li><li class='item'><a href='2016/09/iterate-averaging/index.html'>Customizing Common Lisp&#039;s Iterate: Averaging</a><p class='date'>September 20th, 2016</p><p class='snippet'>Don&#039;t loop, iterate!</p></li><li class='item'><a href='https://stevelosh.com/blog/2016/08/playing-with-syntax/'>Playing With Syntax</a><p class='date'>August 19th, 2016</p><p class='snippet'>Lisp lets