|
40 | 40 | ]
|
41 | 41 | },
|
42 | 42 | "key": "WJ7DBZTL",
|
43 |
| - "version": 6836, |
| 43 | + "version": 6845, |
44 | 44 | "itemType": "conferencePaper",
|
45 | 45 | "creators": [
|
46 | 46 | {
|
|
74 | 74 | },
|
75 | 75 | {
|
76 | 76 | "tag": "Reviewed by SHFT - UofA (Eleanor Young)"
|
| 77 | + }, |
| 78 | + { |
| 79 | + "tag": "early programming" |
77 | 80 | }
|
78 | 81 | ],
|
79 | 82 | "collections": [
|
80 | 83 | "MV55NAER"
|
81 | 84 | ],
|
82 | 85 | "relations": {},
|
83 | 86 | "dateAdded": "2021-06-02T19:14:08Z",
|
84 |
| - "dateModified": "2024-07-30T02:46:06Z" |
| 87 | + "dateModified": "2024-07-30T03:35:45Z" |
85 | 88 | }
|
86 | 89 | ],
|
87 | 90 | "1960": [
|
|
105 | 108 | ]
|
106 | 109 | },
|
107 | 110 | "key": "Y8FT8NIV",
|
108 |
| - "version": 6841, |
| 111 | + "version": 6842, |
109 | 112 | "itemType": "document",
|
110 | 113 | "creators": [
|
111 | 114 | {
|
|
130 | 133 | {
|
131 | 134 | "tag": "PDP-1 LISP"
|
132 | 135 | },
|
| 136 | + { |
| 137 | + "tag": "Reviewed by SHFT - UofA (Eleanor Young)" |
| 138 | + }, |
133 | 139 | {
|
134 | 140 | "tag": "documentation"
|
135 | 141 | },
|
|
142 | 148 | ],
|
143 | 149 | "relations": {},
|
144 | 150 | "dateAdded": "2021-05-31T19:41:44Z",
|
145 |
| - "dateModified": "2024-07-30T02:50:32Z" |
| 151 | + "dateModified": "2024-07-30T03:16:31Z" |
146 | 152 | },
|
147 | 153 | {
|
148 | 154 | "target": "UFJLXXCL",
|
|
181 | 187 | ]
|
182 | 188 | },
|
183 | 189 | "key": "UFJLXXCL",
|
184 |
| - "version": 1704, |
| 190 | + "version": 6844, |
185 | 191 | "itemType": "journalArticle",
|
186 | 192 | "creators": [
|
187 | 193 | {
|
|
207 | 213 | "rights": "",
|
208 | 214 | "extra": "",
|
209 | 215 | "tags": [
|
| 216 | + { |
| 217 | + "tag": "LISP" |
| 218 | + }, |
| 219 | + { |
| 220 | + "tag": "early programming" |
| 221 | + }, |
210 | 222 | {
|
211 | 223 | "tag": "sz"
|
212 | 224 | }
|
|
216 | 228 | ],
|
217 | 229 | "relations": {},
|
218 | 230 | "dateAdded": "2021-04-25T21:00:55Z",
|
219 |
| - "dateModified": "2021-06-02T18:12:52Z" |
| 231 | + "dateModified": "2024-07-30T03:35:40Z" |
220 | 232 | }
|
221 | 233 | ],
|
222 | 234 | "1963": [
|
|
257 | 269 | ]
|
258 | 270 | },
|
259 | 271 | "key": "EIATQTVR",
|
260 |
| - "version": 1978, |
| 272 | + "version": 6854, |
261 | 273 | "itemType": "journalArticle",
|
262 | 274 | "creators": [
|
263 | 275 | {
|
|
283 | 295 | "rights": "",
|
284 | 296 | "extra": "",
|
285 | 297 | "tags": [
|
| 298 | + { |
| 299 | + "tag": "Heuristics" |
| 300 | + }, |
| 301 | + { |
| 302 | + "tag": "LISP" |
| 303 | + }, |
| 304 | + { |
| 305 | + "tag": "Reviewed by SHFT - UofA (Eleanor Young)" |
| 306 | + }, |
286 | 307 | {
|
287 | 308 | "tag": "sz"
|
288 | 309 | }
|
|
292 | 313 | ],
|
293 | 314 | "relations": {},
|
294 | 315 | "dateAdded": "2021-04-25T21:00:55Z",
|
295 |
| - "dateModified": "2021-05-29T19:59:29Z" |
| 316 | + "dateModified": "2024-07-30T04:19:26Z" |
296 | 317 | }
|
297 | 318 | ],
|
298 | 319 | "1965": [
|
|
687 | 708 | "target": "36TCME67",
|
688 | 709 | "id": "9296070/36TCME67",
|
689 | 710 | "type": "report",
|
690 |
| - "title": "Storage management in LISP", |
| 711 | + "title": "Storage Management in LISP", |
691 | 712 | "publisher": "BOLT BERANEK AND NEWMAN INC",
|
692 | 713 | "publisher-place": "Cambridge, MA",
|
693 | 714 | "event-place": "Cambridge, MA",
|
694 |
| - "abstract": "Storage allocation, maintenance, and reclamation are handled automatically in LISP systems. Storage is allocated as needed, and a garbage collection process periodically reclaims storage no longer in use. A number of different garbage collection algorithms are described. A common property of most of these algorithms is that during garbage collection all other computation ceases. This is an untenable situation for programs which must respond to real time interrupts. The paper concludes with a proposal for an incremental garbage collection scheme which allows simultaneous computation and storage reclamation. Author", |
| 715 | + "abstract": "Storage allocation, maintenance, and reclamation are handled automatically in LISP systems. Storage is allocated as needed, and a garbage collection process periodically reclaims storage no longer in use. A number of different garbage collection algorithms are described. A common property of most of these algorithms is that during garbage collection all other computation ceases. This is an untenable situation for programs which must respond to real time interrupts. The paper concludes with a proposal for an incremental garbage collection scheme which allows simultaneous computation and storage reclamation.", |
695 | 716 | "note": "Section: Technical Reports",
|
696 | 717 | "language": "en",
|
697 | 718 | "author": [
|
|
719 | 740 | ]
|
720 | 741 | },
|
721 | 742 | "key": "36TCME67",
|
722 |
| - "version": 2153, |
| 743 | + "version": 6865, |
723 | 744 | "itemType": "report",
|
724 | 745 | "creators": [
|
725 | 746 | {
|
|
745 | 766 | "rights": "",
|
746 | 767 | "extra": "Section: Technical Reports",
|
747 | 768 | "tags": [
|
| 769 | + { |
| 770 | + "tag": "LISP" |
| 771 | + }, |
| 772 | + { |
| 773 | + "tag": "Reviewed by SHFT - UofA (Eleanor Young)" |
| 774 | + }, |
| 775 | + { |
| 776 | + "tag": "garbage collection" |
| 777 | + }, |
| 778 | + { |
| 779 | + "tag": "memory management" |
| 780 | + }, |
748 | 781 | {
|
749 | 782 | "tag": "sz"
|
750 | 783 | }
|
|
754 | 787 | ],
|
755 | 788 | "relations": {},
|
756 | 789 | "dateAdded": "2021-06-02T17:49:56Z",
|
757 |
| - "dateModified": "2021-07-26T02:23:33Z" |
| 790 | + "dateModified": "2024-07-30T04:32:27Z" |
758 | 791 | },
|
759 | 792 | {
|
760 | 793 | "target": "6RAE6DBF",
|
|
1843 | 1876 | ]
|
1844 | 1877 | },
|
1845 | 1878 | "key": "I2U8XT9Z",
|
1846 |
| - "version": 1781, |
| 1879 | + "version": 6885, |
1847 | 1880 | "itemType": "journalArticle",
|
1848 | 1881 | "creators": [
|
1849 | 1882 | {
|
|
1870 | 1903 | "rights": "",
|
1871 | 1904 | "extra": "",
|
1872 | 1905 | "tags": [
|
| 1906 | + { |
| 1907 | + "tag": "Reviewed by SHFT - UofA (Abhik Hasnain)" |
| 1908 | + }, |
| 1909 | + { |
| 1910 | + "tag": "news bulletin" |
| 1911 | + }, |
| 1912 | + { |
| 1913 | + "tag": "programming" |
| 1914 | + }, |
1873 | 1915 | {
|
1874 | 1916 | "tag": "sz"
|
| 1917 | + }, |
| 1918 | + { |
| 1919 | + "tag": "technical overview" |
1875 | 1920 | }
|
1876 | 1921 | ],
|
1877 | 1922 | "collections": [
|
1878 | 1923 | "TVX6WEZX"
|
1879 | 1924 | ],
|
1880 | 1925 | "relations": {},
|
1881 | 1926 | "dateAdded": "2021-04-25T19:54:39Z",
|
1882 |
| - "dateModified": "2021-06-02T19:23:50Z" |
| 1927 | + "dateModified": "2024-07-31T02:59:24Z" |
1883 | 1928 | },
|
1884 | 1929 | {
|
1885 | 1930 | "target": "9SDF3BWD",
|
|
2956 | 3001 | "target": "QQ4WARPF",
|
2957 | 3002 | "id": "9296070/QQ4WARPF",
|
2958 | 3003 | "type": "article-journal",
|
2959 |
| - "title": "INTERLISP documentation", |
| 3004 | + "title": "INTERLISP Documentation Bulletin", |
2960 | 3005 | "container-title": "ACM SIGART Bulletin",
|
2961 | 3006 | "page": "5-22",
|
2962 | 3007 | "issue": "44",
|
|
2988 | 3033 | ]
|
2989 | 3034 | },
|
2990 | 3035 | "key": "QQ4WARPF",
|
2991 |
| - "version": 3117, |
| 3036 | + "version": 6880, |
2992 | 3037 | "itemType": "journalArticle",
|
2993 | 3038 | "creators": [
|
2994 | 3039 | {
|
|
3017 | 3062 | "extra": "",
|
3018 | 3063 | "tags": [
|
3019 | 3064 | {
|
3020 |
| - "tag": "interlisp" |
| 3065 | + "tag": "Interlisp" |
| 3066 | + }, |
| 3067 | + { |
| 3068 | + "tag": "Reviewed by SHFT - UofA (Abhik Hasnain)" |
| 3069 | + }, |
| 3070 | + { |
| 3071 | + "tag": "news bulletin" |
3021 | 3072 | },
|
3022 | 3073 | {
|
3023 | 3074 | "tag": "s2z"
|
|
3034 | 3085 | ]
|
3035 | 3086 | },
|
3036 | 3087 | "dateAdded": "2021-04-15T23:18:51Z",
|
3037 |
| - "dateModified": "2023-10-04T05:40:28Z" |
| 3088 | + "dateModified": "2024-07-31T02:53:40Z" |
3038 | 3089 | },
|
3039 | 3090 | {
|
3040 | 3091 | "target": "HP2N2EKF",
|
|
3705 | 3756 | ]
|
3706 | 3757 | },
|
3707 | 3758 | "key": "B2PF228B",
|
3708 |
| - "version": 1856, |
| 3759 | + "version": 6873, |
3709 | 3760 | "itemType": "report",
|
3710 | 3761 | "creators": [
|
3711 | 3762 | {
|
|
3736 | 3787 | "rights": "",
|
3737 | 3788 | "extra": "",
|
3738 | 3789 | "tags": [
|
| 3790 | + { |
| 3791 | + "tag": "Interlisp" |
| 3792 | + }, |
| 3793 | + { |
| 3794 | + "tag": "Reviewed by SHFT - UofA (Abhik Hasnain)" |
| 3795 | + }, |
| 3796 | + { |
| 3797 | + "tag": "computational efficiency" |
| 3798 | + }, |
| 3799 | + { |
| 3800 | + "tag": "performance" |
| 3801 | + }, |
3739 | 3802 | {
|
3740 | 3803 | "tag": "sz"
|
3741 | 3804 | }
|
|
3745 | 3808 | ],
|
3746 | 3809 | "relations": {},
|
3747 | 3810 | "dateAdded": "2021-04-25T19:54:39Z",
|
3748 |
| - "dateModified": "2021-06-03T18:46:42Z" |
| 3811 | + "dateModified": "2024-07-31T02:50:32Z" |
3749 | 3812 | },
|
3750 | 3813 | {
|
3751 | 3814 | "target": "ZNK9J6YF",
|
|
6082 | 6145 | {
|
6083 | 6146 | "target": "398X5WQZ",
|
6084 | 6147 | "id": "9296070/398X5WQZ",
|
6085 |
| - "type": "webpage", |
| 6148 | + "type": "personal_communication", |
6086 | 6149 | "title": "new-lisp-messages.txt.1.",
|
6087 |
| - "container-title": "Software Preservation Group", |
6088 | 6150 | "author": [
|
6089 | 6151 | {
|
6090 | 6152 | "family": "Teitelman",
|
|
6112 | 6174 | ]
|
6113 | 6175 | },
|
6114 | 6176 | "key": "398X5WQZ",
|
6115 |
| - "version": 5580, |
6116 |
| - "itemType": "webpage", |
| 6177 | + "version": 6889, |
| 6178 | + "itemType": "instantMessage", |
6117 | 6179 | "creators": [
|
6118 | 6180 | {
|
6119 | 6181 | "creatorType": "author",
|
|
6126 | 6188 | "lastName": "Kaplan"
|
6127 | 6189 | }
|
6128 | 6190 | ],
|
6129 |
| - "websiteTitle": "Software Preservation Group", |
6130 |
| - "websiteType": "", |
6131 | 6191 | "date": "1979",
|
| 6192 | + "language": "", |
6132 | 6193 | "shortTitle": "",
|
6133 | 6194 | "url": "http://www.softwarepreservation.org/projects/LISP/interlisp/tenex/sumex-aim/new-lisp-messages.txt.1/view",
|
6134 | 6195 | "accessDate": "2021-04-23T17:51:42Z",
|
6135 |
| - "language": "", |
6136 | 6196 | "rights": "",
|
6137 | 6197 | "extra": "",
|
6138 | 6198 | "tags": [
|
|
6150 | 6210 | ]
|
6151 | 6211 | },
|
6152 | 6212 | "dateAdded": "2021-04-25T18:13:25Z",
|
6153 |
| - "dateModified": "2024-01-24T20:50:28Z" |
| 6213 | + "dateModified": "2024-07-31T03:01:47Z" |
6154 | 6214 | }
|
6155 | 6215 | ],
|
6156 | 6216 | "1980": [
|
|
35525 | 35585 | ]
|
35526 | 35586 | },
|
35527 | 35587 | "key": "JELN3BBL",
|
35528 |
| - "version": 1395, |
| 35588 | + "version": 6881, |
35529 | 35589 | "itemType": "encyclopediaArticle",
|
35530 | 35590 | "creators": [
|
35531 | 35591 | {
|
|
35554 | 35614 | "rights": "",
|
35555 | 35615 | "extra": "",
|
35556 | 35616 | "tags": [
|
| 35617 | + { |
| 35618 | + "tag": "Interlisp" |
| 35619 | + }, |
| 35620 | + { |
| 35621 | + "tag": "Reviewed by SHFT - UofA (Abhik Hasnain)" |
| 35622 | + }, |
| 35623 | + { |
| 35624 | + "tag": "history" |
| 35625 | + }, |
| 35626 | + { |
| 35627 | + "tag": "introductory" |
| 35628 | + }, |
35557 | 35629 | {
|
35558 | 35630 | "tag": "sz"
|
35559 | 35631 | }
|
|
35563 | 35635 | ],
|
35564 | 35636 | "relations": {},
|
35565 | 35637 | "dateAdded": "2021-04-22T03:48:38Z",
|
35566 |
| - "dateModified": "2021-05-29T20:57:33Z" |
| 35638 | + "dateModified": "2024-07-31T02:53:51Z" |
35567 | 35639 | },
|
35568 | 35640 | {
|
35569 | 35641 | "target": "QBBTXQSF",
|
|
0 commit comments