Since 4/5/2012 6:59:09 AM, pat535 has written 3 articles and participated in 3 conversations. pat535 signature: pat535
pat535's articles:
Items(3) /1
Macros from above...219 (4/23/2011 12:21:51 AM) comp.lang.lisp I'm working on a network-layer library. I'd like to build this library with ubiquitous logging that applications can turn on at will. I don't want to tie the application to a particular choice of logging lib... Patrick
Stateful mixins: How to?422 (3/16/2011 1:54:17 PM) comp.lang.lisp I was going to try to strip down the problem to its barest essentials, but every way that I can think to strip it down drops some important bit that makes it easy to work around the issue that I'm having. So, ... Patrick
Best Practices for (INTERN ...)?3136 (4/24/2010 1:51:11 PM) comp.lang.lisp Occasionally, I want to (INTERN ...) some data strings and see if
there is already a (SYMBOL-FUNCTION ...) binding for it or some such.
Every time I do something like this, I worry that someone might have
... Patrick
pat535's replies:
Items(2) /1
Stateful mixins: How to?422 (3/16/2011 1:54:17 PM) comp.lang.lisp I was going to try to strip down the problem to its barest essentials, but every way that I can think to strip it down drops some important bit that makes it easy to work around the issue that I'm having. So, ... pat535(6)
Macros from above...219 (4/23/2011 12:21:51 AM) comp.lang.lisp I'm working on a network-layer library. I'd like to build this library with ubiquitous logging that applications can turn on at will. I don't want to tie the application to a particular choice of logging lib... pat535(6)