00:01:06 -!- beach [n=user@58.186.166.9] has quit [Remote closed the connection] 00:01:31 yangsx [n=yangsx@218.247.244.25] has joined #lisp 00:02:49 sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has joined #lisp 00:03:10 -!- mega1 [n=mega@3e70d7b6.adsl.enternet.hu] has quit [Read error: 110 (Connection timed out)] 00:04:15 Another Blesity implementation detail that's still bothering me. ISLisp makes no provision for packages, and I am going to add them, but only at compile time. 00:04:45 The idea is that a Blesity package will provide separation of names, but will also correspond to a Java package. 00:05:31 -!- nurv101 [n=askmefor@81.193.2.111] has quit [Remote closed the connection] 00:05:48 That works well for Lisp function names and Java names, but not so hot for Lisp variables and constants. 00:05:51 -!- jollygood [n=jollygoo@pool-72-65-153-129.chrlwv.east.verizon.net] has quit [] 00:06:15 In particular, dynamic constants are instance variables of a Java class, but which class, and do I want separate classes when the variables are in separate packages? 00:06:20 It's messy. 00:07:00 hi, using cl-who library. I have (:option "foo") and I want to make