freenode/#sicl - IRC Chatlog
Search
6:39:09
no-defun-allowed
It's only speculation, and it will remain that way, but it's much more fun to speculate about than trying to speculate on electives for two universities at once.
6:41:43
no-defun-allowed
(My current university cancelled the FPGA design course I wanted to take, so trying to ask to enrol for that was a waste of time. That was the last straw with the curriculum here.)
13:51:11
ebrasca
beach: Interesting reading. But do you need to have ssd to store data without hierarchy having good performance?
14:18:56
beach
ebrasca: For CLOSOS, there is no file system because there are no files. So the only systems concerned with external memory are the paging system and the checkpointing system. So the primary memory can be seen as a cache for the secondary storage. The paging system is a pretty ordinary demand-paging system.
14:18:57
beach
The preferred checkpointing system (described in section 6.2) may require an SSD for the "segment headers" which take up a small fraction of the total secondary storage. All the rest should be possible on either HDD or SSD.
15:33:21
beach
Major cleanup progress today. I got rid of the obsolete system sicl-global-environment, and updated (nearly) all code that used it.
17:28:35
beach
I think of cl-xyz as the name used for a library that provides Common Lisp bindings for a library named xyz written in a language other than Common Lisp.
17:29:56
beach
Just as I think of trivial-xyz as a library for unifying implementation-specific modules that are nevertheless widely used.
17:33:16
beach
Anyway, I need to go. It is my night to cook for my (admittedly small) family. I'll be back tomorrow as usual.