chunk_id
large_stringlengths
7
11
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
5
chunk_text
large_stringlengths
148
2.58k
sparse_text
large_stringlengths
96
3.09k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
9
249
sparse_values
listlengths
9
249
export_source
large_stringclasses
1 value
37102254_c0
37102254
lisp
0
Title: Lisp string formatting with named parameters Problem title: Lisp string formatting with named parameters Tags: lisp, common-lisp, string-formatting Problem: Lisp string formatting with named parameters Is there a way in Lisp to format a string using named parameters? Perhaps something with association lists like...
Lisp string formatting with named parameters Lisp string formatting with named parameters lisp common-lisp string-formatting Lisp All Lisp string formatting with named parameters Is there a way in Lisp to format a string using named parameters? Perhaps something with association lists like in order to print "All for on...
[ -0.0062255859375, 0.01220703125, 0.01055908203125, -0.003692626953125, -0.0223388671875, 0.00167083740234375, 0.027099609375, 0.01055908203125, -0.0033721923828125, 0.00090789794921875, 0.017822265625, -0.01153564453125, 0.00250244140625, -0.00665283203125, 0.00372314453125, -0.0083618...
[ 1261, 7008, 79315, 9384, 1916, 678, 24, 4806, 171859, 400, 39210, 4086, 254, 51727, 3164, 10, 3917, 23, 47, 17368, 125413, 5303, 28412, 43512, 100, 1632, 136, 756, 17198, 50828, 9655, 903, 146232, 37223, 123309, 46876, 21185, 32354, 111789,...
[ 0.1751708984375, 0.2437744140625, 0.2470703125, 0.25048828125, 0.026641845703125, 0.05718994140625, 0.1475830078125, 0.17822265625, 0.27001953125, 0.1219482421875, 0.0160980224609375, 0.08056640625, 0.096923828125, 0.1451416015625, 0.0137939453125, 0.0151214599609375, 0.09619140625, ...
embed
45117926_c0
45117926
lisp
0
Title: Using trace in Typed Racket Problem title: Using trace in Typed Racket Tags: typed-racket, lisp, racket, scheme Problem: Using trace in Typed Racket I'm having difficulty getting the trace module set up when using Typed Racket - my attempt is the following in a REPL: #lang typed/racket (require/typed racket/trac...
Using trace in Typed Racket Using trace in Typed Racket typed-racket lisp racket scheme Using Typed Racket Symbol Number Using trace in Typed Racket I'm having difficulty getting the trace module set up when using Typed Racket - my attempt is the following in a REPL: This is from following along the trace and type anno...
[ -0.016845703125, 0.007568359375, -0.00494384765625, 0.031494140625, 0.0052490234375, 0.004486083984375, -0.018310546875, -0.01458740234375, -0.018310546875, -0.0308837890625, -0.00860595703125, -0.027587890625, -0.0157470703125, -0.00653076171875, 0.0152587890625, -0.0036773681640625, ...
[ 345, 144851, 60457, 71, 2552, 27853, 23, 10644, 219, 400, 7008, 673, 150370, 131899, 103332, 34844, 88996, 5423, 1257, 17368, 81887, 25632, 9069, 21130, 33233, 8668, 18499, 6494, 6002, 86531, 22062, 24927, 44691 ]
[ 0.04229736328125, 0.2452392578125, 0.2208251953125, 0.093994140625, 0.09039306640625, 0.176513671875, 0.0277557373046875, 0.172119140625, 0.05169677734375, 0.026214599609375, 0.1253662109375, 0.047760009765625, 0.125244140625, 0.173583984375, 0.1209716796875, 0.045257568359375, 0.149...
embed
8270472_c0
8270472
lisp
0
Title: Multiply without + or * Problem title: Multiply without + or * Tags: racket, lisp, scheme, recursion Problem: Multiply without + or * I'm working my way through How to Design Programs on my own. I haven't quite grasped complex linear recursion, so I need a little help. The problem: Define multiply , which consum...
Multiply without + or * Multiply without + or * racket lisp scheme recursion Multiply sub1 add1 Multiply without + or * I'm working my way through How to Design Programs on my own. I haven't quite grasped complex linear recursion, so I need a little help. The problem: Define multiply , which consumes two natural number...
[ -0.04345703125, 0.048583984375, 0.011962890625, 0.0206298828125, -0.01165771484375, -0.00469970703125, -0.008544921875, -0.0003910064697265625, 0.004425048828125, -0.03076171875, -0.000514984130859375, -0.0277099609375, -0.0147705078125, 0.0133056640625, 0.0140380859375, -0.0126953125,...
[ 19335, 62479, 15490, 997, 707, 661, 673, 27853, 400, 7008, 150370, 195625, 1830, 1614, 418, 15190, 11724, 7663, 10002, 27689, 27140, 192617, 4358, 2967, 262, 64552, 6024, 18588, 6626, 6083, 101935, 653, 136, 1022, 27489, 17368, 34702, 282, ...
[ 0.148681640625, 0.2322998046875, 0.1522216796875, 0.174072265625, 0.111572265625, 0.145751953125, 0.045684814453125, 0.1654052734375, 0.05438232421875, 0.1376953125, 0.14453125, 0.1749267578125, 0.0791015625, 0.1905517578125, 0.09326171875, 0.143798828125, 0.091552734375, 0.0732421...
embed
25399136_c0
25399136
lisp
0
Title: Installation of cider-nrepl Problem title: Installation of cider-nrepl Tags: lisp, read-eval-print-loop, emacs, clojure, cider Problem: Installation of cider-nrepl I've installed CIDER 0.7.0 and now when I start it inside of Emacs (via M-x cider-jack-in RET ), I get the following warning: WARNING: CIDER's versio...
Installation of cider-nrepl Installation of cider-nrepl lisp read-eval-print-loop emacs clojure cider Installation Installation of cider-nrepl I've installed CIDER 0.7.0 and now when I start it inside of Emacs (via M-x cider-jack-in RET ), I get the following warning: I've downloaded cider-nrepl and found out that it c...
[ -0.00848388671875, 0.0130615234375, -0.009521484375, 0.000701904296875, -0.0228271484375, 0.0137939453125, 0.007537841796875, -0.0098876953125, -0.00811767578125, -0.0257568359375, 0.0020904541015625, -0.0380859375, -0.029541015625, -0.010986328125, 0.007171630859375, -0.00698852539062...
[ 145323, 1059, 820, 19, 107, 2424, 400, 7008, 12301, 1405, 35662, 28354, 352, 2263, 20450, 461, 20600, 297, 26550, 18044, 757, 5, 129884, 4034, 442, 46132, 85269, 4439, 3459, 276, 425, 135758, 73, 41116, 25632, 1631, 592, 7026, 58055, 1702...
[ 0.1605224609375, 0.17138671875, 0.2305908203125, 0.05902099609375, 0.158203125, 0.2374267578125, 0.09130859375, 0.1724853515625, 0.08837890625, 0.1453857421875, 0.06573486328125, 0.097900390625, 0.07391357421875, 0.125732421875, 0.06982421875, 0.120849609375, 0.21923828125, 0.01046...
embed
67358061_c2
67358061
lisp
2
MSG, WM_VSCROLL, WM_HSCROLL, WM_MOUSEWHEEL, WM_MBUTTONUP, Sync, ACRX_T, SyncVTR, CMyTest1App, AcRxArxApp, AcMyEditorReactor, AcMyInputContextReactor, AcRx::AppRetCode, On_kInitAppMsg, AcRxArxApp::On_kInitAppMsg, Editor, InputContext, On_kUnloadAppMsg, AcRxArxApp::On_kUnloadAppMsg, On_kLoadDwgMsg, AcRxArxApp::On_kLoadD...
MSG, WM_VSCROLL, WM_HSCROLL, WM_MOUSEWHEEL, WM_MBUTTONUP, Sync, ACRX_T, SyncVTR, CMyTest1App, AcRxArxApp, AcMyEditorReactor, AcMyInputContextReactor, AcRx::AppRetCode, On_kInitAppMsg, AcRxArxApp::On_kInitAppMsg, Editor, InputContext, On_kUnloadAppMsg, AcRxArxApp::On_kUnloadAppMsg, On_kLoadDwgMsg, AcRxArxApp::On_kLoadD...
[ -0.01470947265625, 0.0062255859375, 0.0032806396484375, 0.000308990478515625, 0.0011138916015625, 0.0030975341796875, 0.017333984375, -0.00897216796875, 0.0074462890625, 0.003082275390625, 0.0245361328125, 0.01318359375, 0.005950927734375, -0.0167236328125, -0.0016021728515625, 0.01397...
[ 16265, 724, 4, 107246, 454, 47207, 22578, 122080, 38131, 12013, 78441, 1456, 841, 185600, 594, 151654, 55776, 18409, 217835, 62, 1542, 618, 856, 28981, 44932, 53, 111337, 418, 39179, 9852, 1052, 425, 7614, 31852, 125270, 11, 18770, 4153, 70...
[ 0.1563720703125, 0.2265625, 0.1026611328125, 0.1556396484375, 0.0570068359375, 0.124267578125, 0.1676025390625, 0.196044921875, 0.0015869140625, 0.0882568359375, 0.1282958984375, 0.0201416015625, 0.10394287109375, 0.1324462890625, 0.042633056640625, 0.1435546875, 0.09283447265625, ...
embed
61792213_c0
61792213
lisp
0
Title: SICP- defining filter using accumulation Problem title: SICP- defining filter using accumulation Tags: list, lisp, lambda, filter Problem: SICP- defining filter using accumulation So I need to define filter using accumulation, and I need to complete this definition: (define filter (lambda (predicate sequence) (a...
SICP- defining filter using accumulation SICP- defining filter using accumulation list lisp lambda filter accumulation SICP SICP- defining filter using accumulation So I need to define filter using accumulation, and I need to complete this definition: I fill in: But when I test it on (list 1 2 3 4) I get something weir...
[ -0.0022125244140625, 0.04345703125, -0.0181884765625, -0.007110595703125, -0.00677490234375, 0.0174560546875, -0.0004253387451171875, 0.03173828125, -0.01806640625, -0.02197265625, 0.018798828125, -0.0037078857421875, -0.00543212890625, 0.000225067138671875, -0.003570556640625, 0.00555...
[ 159, 198993, 13204, 46312, 17368, 183278, 1363, 9, 449, 5303, 400, 7008, 6492, 85, 3871, 61924, 28484, 80934, 26292, 23, 4966, 3229, 3034, 442, 98, 6562, 106, 116, 138, 13956, 2046, 9844, 179459, 242, 54753, 99217, 4700, 4358, 44691 ]
[ 0.08575439453125, 0.2335205078125, 0.156005859375, 0.290283203125, 0.0992431640625, 0.2313232421875, 0.12298583984375, 0.01042938232421875, 0.035797119140625, 0.19677734375, 0.0809326171875, 0.154541015625, 0.1317138671875, 0.07952880859375, 0.043060302734375, 0.181396484375, 0.13183...
embed
41002295_c0
41002295
lisp
0
Title: String-ref in Racket -- What does #\ mean? Problem title: String-ref in Racket -- What does #\ mean? Tags: string, racket, lisp, arrays Problem: String-ref in Racket -- What does #\ mean? In Racket, there is a built-in function called "string-ref", see the documentation here . I get the general concept of this f...
String-ref in Racket -- What does #\ mean? String-ref in Racket -- What does #\ mean? string racket lisp arrays String-ref Racket What Apple String-ref in Racket -- What does #\ mean? In Racket, there is a built-in function called "string-ref", see the documentation here . I get the general concept of this function. Ho...
[ 0.0198974609375, 0.0174560546875, -0.00177001953125, 0.0272216796875, -0.00482177734375, 0.01220703125, 0.0022735595703125, 0.005126953125, 0.006927490234375, 0.029052734375, -0.00927734375, -0.0478515625, 0.006988525390625, 0.0155029296875, -0.00885009765625, -0.0036468505859375, 0....
[ 23351, 214, 9, 29087, 2552, 27853, 4865, 468, 41872, 29459, 23, 79315, 673, 400, 7008, 10298, 4129, 14602, 360, 88303, 73, 32354, 91693, 209806, 23755, 28219, 140992, 27781, 284, 5117, 62816, 75339, 15400, 13379, 124850, 4904, 8108, 31330, ...
[ 0.1942138671875, 0.0966796875, 0.033111572265625, 0.28125, 0.1270751953125, 0.2095947265625, 0.034088134765625, 0.115966796875, 0.21337890625, 0.1334228515625, 0.024566650390625, 0.179443359375, 0.103271484375, 0.0294036865234375, 0.0823974609375, 0.06072998046875, 0.183349609375, ...
embed
8066473_c0
8066473
lisp
0
Title: Redundancy in Lisp Problem title: Redundancy in Lisp Tags: lisp, common-lisp Problem: Redundancy in Lisp I have started to learn Lisp and was wondering if all the redundancies of doing a particular task in several different ways useful? Am sure experienced Lisp programmers can answer this question. To just quote...
Redundancy in Lisp Redundancy in Lisp lisp common-lisp Redundancy Lisp add2 Redundancy in Lisp I have started to learn Lisp and was wondering if all the redundancies of doing a particular task in several different ways useful? Am sure experienced Lisp programmers can answer this question. To just quote an example. We c...
[ 0.0054931640625, 0.0167236328125, 0.0040283203125, 0.0172119140625, -0.0084228515625, -0.003387451171875, -0.01263427734375, -0.004119873046875, 0.01226806640625, -0.03515625, 0.0010986328125, -0.0220947265625, 0.006439208984375, -0.0084228515625, -0.007476806640625, 0.01287841796875, ...
[ 6096, 35405, 2408, 23, 1261, 7008, 400, 39210, 4086, 254, 15190, 304, 30698, 136, 149016, 756, 28969, 1127, 117538, 20594, 17311, 66211, 40368, 12921, 48322, 80234, 122446, 77848, 35166, 66747, 27781, 831, 28282, 32354, 25632, 116, 707, 28219...
[ 0.1348876953125, 0.2484130859375, 0.0892333984375, 0.09722900390625, 0.1761474609375, 0.22705078125, 0.151611328125, 0.08013916015625, 0.1387939453125, 0.18408203125, 0.07843017578125, 0.09735107421875, 0.055206298828125, 0.005340576171875, 0.048492431640625, 0.04522705078125, 0.1788...
embed
59907590_c0
59907590
lisp
0
Title: Why (car (1 2)) from The Little Schemer does not work in DrRacket? Problem title: Why (car (1 2)) from The Little Schemer does not work in DrRacket? Tags: scheme, the-little-schemer, lisp Problem: Why (car (1 2)) from The Little Schemer does not work in DrRacket? I have been reading the first chapter of "The Lit...
Why (car (1 2)) from The Little Schemer does not work in DrRacket? Why (car (1 2)) from The Little Schemer does not work in DrRacket? scheme the-little-schemer lisp The Why Little Schemer DrRacket Why (car (1 2)) from The Little Schemer does not work in DrRacket? I have been reading the first chapter of "The Little Sch...
[ 0.01031494140625, 0.0177001953125, -0.01287841796875, 0.0208740234375, -0.0133056640625, 0.0030517578125, 0.0120849609375, 0.0031585693359375, -0.00020503997802734375, -0.02001953125, -0.007293701171875, -0.0198974609375, -0.022216796875, 0.01519775390625, -0.003875732421875, -0.016723...
[ 44084, 3284, 2858, 4958, 581, 59784, 34702, 1991, 14602, 959, 4488, 23, 1773, 12248, 27853, 1295, 150370, 70, 150, 46401, 7560, 7008, 16454, 5117, 139539, 3957, 2967, 27781, 864, 3584, 31, 1884, 275, 7569, 6637, 15400, 54 ]
[ 0.1322021484375, 0.210205078125, 0.0960693359375, 0.1861572265625, 0.008880615234375, 0.175048828125, 0.1763916015625, 0.1798095703125, 0.047332763671875, 0.110107421875, 0.16943359375, 0.077880859375, 0.1146240234375, 0.1265869140625, 0.1656494140625, 0.0316162109375, 0.1533203125, ...
embed
24166155_c0
24166155
lisp
0
Title: Largest sublist in Common Lisp Problem title: Largest sublist in Common Lisp Tags: common-lisp, lisp Problem: Largest sublist in Common Lisp I'm trying to get the largest sublist from a list using Common Lisp. (defun maxlist (list) (setq maxlen (loop for x in list maximize (list-length x))) (loop for x in list (...
Largest sublist in Common Lisp Largest sublist in Common Lisp common-lisp lisp maxlist common-lisp Largest Common Lisp Largest sublist in Common Lisp I'm trying to get the largest sublist from a list using Common Lisp. The idea is to iterate through the list twice: the first loop gets the size of the largest sublist an...
[ 0.01806640625, 0.01031494140625, 0.0189208984375, 0.018798828125, -0.006500244140625, 0.01470947265625, 0.002410888671875, 0.01611328125, 0.00994873046875, -0.0224609375, 0.00005793571472167969, 0.00994873046875, 0.006103515625, -0.01129150390625, 0.00982666015625, 0.01019287109375, ...
[ 181268, 271, 1614, 6562, 151301, 1261, 7008, 23, 39210, 4086, 254, 400, 18389, 31577, 2046, 70, 142105, 1295, 5303, 6528, 8560, 67, 8305, 186351, 5117, 40956, 62163, 13267, 17932, 97351, 56065, 13695, 18499, 30646, 161063, 13315, 132283 ]
[ 0.1328125, 0.12109375, 0.216552734375, 0.243896484375, 0.164306640625, 0.14111328125, 0.180908203125, 0.000457763671875, 0.1173095703125, 0.0811767578125, 0.120849609375, 0.074951171875, 0.09375, 0.039794921875, 0.08251953125, 0.050201416015625, 0.183837890625, 0.0404052734375, 0...
embed
40939053_c0
40939053
lisp
0
Title: Passing list as a function parameter and returning list from a function Problem title: Passing list as a function parameter and returning list from a function Tags: list, lisp, common-lisp Problem: Passing list as a function parameter and returning list from a function I have the following code: (defun read_coor...
Passing list as a function parameter and returning list from a function Passing list as a function parameter and returning list from a function list lisp common-lisp a Passing read_coords NIL Passing list as a function parameter and returning list from a function I have the following code: The goal is to read lines of ...
[ -0.0081787109375, 0.0228271484375, 0.0167236328125, -0.0123291015625, 0.006011962890625, -0.002410888671875, 0.015625, 0.00177764892578125, -0.01055908203125, -0.023193359375, 0.01165771484375, -0.01495361328125, -0.011474609375, -0.0224609375, 0.0076904296875, 0.0166015625, 0.018432...
[ 28872, 5303, 237, 32354, 171859, 136, 30646, 1295, 400, 7008, 39210, 4086, 254, 214, 12301, 587, 6651, 541, 16444, 25632, 18151, 69236, 124519, 111, 107730, 4343, 2967, 552, 7, 47143, 152028, 70541, 4734, 20594, 44691 ]
[ 0.1373291015625, 0.2408447265625, 0.08538818359375, 0.158935546875, 0.238525390625, 0.08001708984375, 0.1640625, 0.07769775390625, 0.07574462890625, 0.16162109375, 0.1259765625, 0.0906982421875, 0.134521484375, 0.029388427734375, 0.171142578125, 0.06927490234375, 0.2335205078125, 0...
embed
76667543_c0
76667543
lisp
0
Title: How can I loop with more than 1 variable at once in Common Lisp? Problem title: How can I loop with more than 1 variable at once in Common Lisp? Tags: common-lisp, lisp, loops Problem: How can I loop with more than 1 variable at once in Common Lisp? So, I can loop with one variable like this: (loop for i in '(1 ...
How can I loop with more than 1 variable at once in Common Lisp? How can I loop with more than 1 variable at once in Common Lisp? common-lisp lisp loops How Common Lisp How can I loop with more than 1 variable at once in Common Lisp? So, I can loop with one variable like this: I can get 1 number and bind it to i. But h...
[ 0.01446533203125, 0.009765625, -0.00750732421875, 0.01458740234375, 0.003143310546875, 0.015625, 0.000682830810546875, 0.01104736328125, 0.00982666015625, -0.032470703125, 0.003814697265625, -0.0023040771484375, 0.0045166015625, 0.00927734375, -0.004974365234375, 0.0027618408203125, ...
[ 11249, 831, 87, 40956, 678, 1286, 3501, 106, 77336, 24145, 23, 151301, 1261, 7008, 39210, 4086, 254, 400, 1632, 1884, 903, 2046, 14012, 68557, 47, 17, 3642, 157318, 63805, 61924, 63769, 105237 ]
[ 0.070556640625, 0.09027099609375, 0.010223388671875, 0.239013671875, 0.148193359375, 0.17724609375, 0.137451171875, 0.1285400390625, 0.268310546875, 0.1649169921875, 0.056884765625, 0.1689453125, 0.155517578125, 0.2073974609375, 0.0927734375, 0.0726318359375, 0.10455322265625, 0.08...
embed
10967372_c0
10967372
lisp
0
Title: Struct difference between common lisp and emacs lisp Problem title: Struct difference between common lisp and emacs lisp Tags: lisp, emacs, elisp Problem: Struct difference between common lisp and emacs lisp The code below works in common lisp, but in emacs lisp, it complains "(error "Unknown class type orc in m...
Struct difference between common lisp and emacs lisp Struct difference between common lisp and emacs lisp lisp emacs elisp monster Struct Struct difference between common lisp and emacs lisp The code below works in common lisp, but in emacs lisp, it complains "(error "Unknown class type orc in method parameters")". Why...
[ 0.00179290771484375, 0.00567626953125, -0.003631591796875, 0.00811767578125, 0.006256103515625, 0.0181884765625, 0.0033721923828125, -0.005126953125, -0.002197265625, 0.01611328125, -0.00159454345703125, 0.00762939453125, -0.00555419921875, 0.00543212890625, -0.0023193359375, -0.009399...
[ 63667, 15390, 60212, 17721, 39210, 400, 7008, 136, 352, 2263, 7, 15296, 84392, 18151, 35064, 43240, 23, 1284, 186992, 188800, 14256, 69723, 18507, 10644, 707, 238, 55300, 171859, 44084, 30022 ]
[ 0.1895751953125, 0.09686279296875, 0.1993408203125, 0.10736083984375, 0.1656494140625, 0.1427001953125, 0.197998046875, 0.07318115234375, 0.1181640625, 0.1614990234375, 0.0855712890625, 0.058319091796875, 0.15283203125, 0.12158203125, 0.0648193359375, 0.0628662109375, 0.0277404785156...
embed
63462296_c5
63462296
lisp
5
QgdmFsdWUgdGVsbHMgd2hldGhlciBhbnkgb2JqZWN0cyByZW1haW4KaW4gdGhlIGhhc2ggdGFibGUuIFdoZW4gdGhlIGZpcnN0IHZhbHVlIGlzIG5vbi1OSUwsIHRoZSBzZWNvbmQgYW5kIHRoaXJkCnZhbHVlcyBhcmUgdGhlIGtleSBhbmQgdGhlIHZhbHVlIG9mIHRoZSBuZXh0IG9iamVjdC4KCkNvbnNlcXVlbmNlcyBhcmUgdW5kZWZpbmVkIGlmIEhBU0gtVEFCTEUgaXMgbXV0YXRlZCBkdXJpbmcgZXhlY3V0aW9uIG9mIE...
QgdmFsdWUgdGVsbHMgd2hldGhlciBhbnkgb2JqZWN0cyByZW1haW4KaW4gdGhlIGhhc2ggdGFibGUuIFdoZW4gdGhlIGZpcnN0IHZhbHVlIGlzIG5vbi1OSUwsIHRoZSBzZWNvbmQgYW5kIHRoaXJkCnZhbHVlcyBhcmUgdGhlIGtleSBhbmQgdGhlIHZhbHVlIG9mIHRoZSBuZXh0IG9iamVjdC4KCkNvbnNlcXVlbmNlcyBhcmUgdW5kZWZpbmVkIGlmIEhBU0gtVEFCTEUgaXMgbXV0YXRlZCBkdXJpbmcgZXhlY3V0aW9uIG9mIE...
[ -0.01104736328125, 0.02734375, -0.01348876953125, -0.0194091796875, 0.01495361328125, 0.021728515625, 0.0147705078125, -0.00091552734375, 0.032470703125, 0.0244140625, 0.01177978515625, 0.0135498046875, 0.0184326171875, 0.0068359375, -0.0260009765625, 0.02734375, 0.017822265625, 0....
[ 2396, 177, 75166, 46592, 8266, 724, 571, 74251, 108049, 1456, 617, 71, 51659, 238, 304, 34, 246, 1511, 19, 839, 101422, 141, 31343, 169, 758, 334, 964, 1062, 275, 39, 2737, 1723, 92, 11, 1375, 441, 2408, 127, 38624, 1126, 74886, 7235,...
[ 0.0689697265625, 0.040771484375, 0.07427978515625, 0.0255126953125, 0.007354736328125, 0.030609130859375, 0.0305938720703125, 0.0181884765625, 0.001861572265625, 0.0462646484375, 0.0304412841796875, 0.0305938720703125, 0.0257110595703125, 0.030548095703125, 0.0297698974609375, 0.030303...
embed
3795954_c0
3795954
lisp
0
Title: Why is read-line run twice for reading from a file in Lisp? Problem title: Why is read-line run twice for reading from a file in Lisp? Tags: lisp, input, common-lisp Problem: Why is read-line run twice for reading from a file in Lisp? This is the code to implement the 'cat' command with lisp, as is explained in ...
Why is read-line run twice for reading from a file in Lisp? Why is read-line run twice for reading from a file in Lisp? lisp input common-lisp a Why Lisp Why is read-line run twice for reading from a file in Lisp? This is the code to implement the 'cat' command with lisp, as is explained in the book ANSI Common Lisp , ...
[ 0.00714111328125, -0.0106201171875, 0.01287841796875, 0.01275634765625, -0.004669189453125, 0.01202392578125, 0.005279541015625, 0.0026397705078125, -0.01287841796875, -0.034423828125, -0.00164794921875, 0.01312255859375, -0.0250244140625, -0.00604248046875, 0.01129150390625, 0.0038452...
[ 44084, 83, 12301, 9, 2256, 11675, 186351, 100, 16454, 1295, 11435, 1261, 7008, 400, 107730, 39210, 4086, 254, 10, 23, 18151, 29479, 4460, 75101, 678, 189050, 12877, 14368, 9902, 151301, 6, 47320, 32354, 37842, 4734, 1632, 67229, 5 ]
[ 0.1566162109375, 0.06158447265625, 0.2396240234375, 0.078125, 0.2379150390625, 0.18115234375, 0.251953125, 0.05908203125, 0.2037353515625, 0.07830810546875, 0.14111328125, 0.1591796875, 0.233642578125, 0.1309814453125, 0.1015625, 0.07958984375, 0.1195068359375, 0.1689453125, 0.00...
embed
4425400_c0
4425400
lisp
0
Title: Is there a command to halt the interpreter in Common Lisp? Problem title: Is there a command to halt the interpreter in Common Lisp? Tags: lisp, common-lisp Problem: Is there a command to halt the interpreter in Common Lisp? I'm looking for an expression that will cause the interpreter to exit when it is evaluat...
Is there a command to halt the interpreter in Common Lisp? Is there a command to halt the interpreter in Common Lisp? lisp common-lisp Common Lisp Is there a command to halt the interpreter in Common Lisp? I'm looking for an expression that will cause the interpreter to exit when it is evaluated. I've found lots of imp...
[ 0.01434326171875, 0.01336669921875, 0.01953125, -0.003814697265625, -0.01446533203125, 0.01708984375, 0.009033203125, -0.01446533203125, -0.007476806640625, -0.034423828125, -0.0257568359375, 0.003265380859375, -0.004425048828125, 0.0004558563232421875, 0.00494384765625, -0.00454711914...
[ 2071, 2685, 10, 75101, 47, 58810, 70, 29481, 56, 23, 151301, 1261, 7008, 400, 39210, 4086, 254, 16487, 125195, 1221, 22304, 82230, 3229, 442, 151575, 208124, 159975, 92179, 47107, 61924, 29458, 3181, 18, 125296, 67616, 683, 42135, 66820, 13...
[ 0.0042724609375, 0.054168701171875, 0.06292724609375, 0.253662109375, 0.118896484375, 0.242431640625, 0.054443359375, 0.23583984375, 0.2120361328125, 0.05120849609375, 0.189208984375, 0.162109375, 0.205078125, 0.10003662109375, 0.10711669921875, 0.10986328125, 0.1171875, 0.01275634...
embed
13643329_c0
13643329
lisp
0
Title: split-sequence- delimit sequence by double space Problem title: split-sequence- delimit sequence by double space Tags: arrays, sequence, input, lisp Problem: split-sequence- delimit sequence by double space I know how to delimit a string sequence by a space: (defun ff-cols (dir file) (with-open-file (ff-cols-str...
split-sequence- delimit sequence by double space split-sequence- delimit sequence by double space arrays sequence input lisp Space split-sequence- delimit sequence by double space I know how to delimit a string sequence by a space: But how do you delimit a sequence by a double space? Often flat files have columns separ...
[ 0.005615234375, 0.00482177734375, -0.0096435546875, 0.0303955078125, -0.009033203125, 0.0245361328125, 0.02978515625, 0.01312255859375, 0.01556396484375, 0.0216064453125, -0.00970458984375, 0.0228271484375, -0.0255126953125, 0.01348876953125, -0.02001953125, 0.0035247802734375, -0.00...
[ 65450, 184, 944, 3956, 9, 8, 93343, 40, 390, 41929, 32628, 10298, 4778, 107730, 400, 7008, 43045, 3714, 3642, 79315, 101153, 49878, 102158, 3365, 316, 84797, 30646 ]
[ 0.2198486328125, 0.09759521484375, 0.156494140625, 0.11236572265625, 0.023406982421875, 0.094970703125, 0.2227783203125, 0.07177734375, 0.07513427734375, 0.1484375, 0.19970703125, 0.08349609375, 0.005130767822265625, 0.1182861328125, 0.00971221923828125, 0.09356689453125, 0.143432617...
embed
3859765_c0
3859765
lisp
0
Title: Why does let require a vector? Problem title: Why does let require a vector? Tags: let, lisp, clojure, macros Problem: Why does let require a vector? I never really thought about this until I was explaining some clojure code to a coworker who wasn't familiar with clojure. I was explaining let to him when he aske...
Why does let require a vector? Why does let require a vector? let lisp clojure macros java.lang.IllegalArgumentException a Why NO_SOURCE_FILE:0 Why does let require a vector? I never really thought about this until I was explaining some clojure code to a coworker who wasn't familiar with clojure. I was explaining let t...
[ -0.0213623046875, 0.0291748046875, -0.00994873046875, 0.025634765625, -0.0042724609375, 0.0230712890625, -0.0098876953125, -0.01373291015625, -0.0079345703125, -0.01953125, -0.01397705078125, -0.028076171875, -0.0159912109375, 0.005584716796875, -0.00179290771484375, -0.0084228515625, ...
[ 44084, 2633, 64209, 10, 173, 18770, 400, 7008, 20450, 461, 107, 111789, 79, 330, 3066, 86966, 7614, 1234, 63928, 9520, 76234, 919, 52099, 53861, 14602, 17569, 73342, 18151, 18244, 15400, 4527, 159978, 128239, 5303, 46876, 173072, 1295, 17368 ...
[ 0.1204833984375, 0.2138671875, 0.1844482421875, 0.0750732421875, 0.18408203125, 0.243408203125, 0.032012939453125, 0.1087646484375, 0.07379150390625, 0.1138916015625, 0.1263427734375, 0.14013671875, 0.046112060546875, 0.113525390625, 0.02471923828125, 0.1259765625, 0.004638671875, ...
embed
2901255_c0
2901255
lisp
0
Title: extract/slice/reorder lists in (emacs) lisp? Problem title: extract/slice/reorder lists in (emacs) lisp? Tags: lisp, elisp Problem: extract/slice/reorder lists in (emacs) lisp? In python, you might do something like i = (0, 3, 2) x = [x+1 for x in range(0,5)] operator.itemgetter(*i)(x) to get (1, 4, 3) . In (ema...
extract/slice/reorder lists in (emacs) lisp? extract/slice/reorder lists in (emacs) lisp? lisp elisp operator.itemgetter extract/slice/reorder lists in (emacs) lisp? In python, you might do something like to get (1, 4, 3) . In (emacs) lisp, I wrote this function called extract which does something similar, but I feel l...
[ 0.01171875, 0.005523681640625, 0.0218505859375, 0.0101318359375, -0.003875732421875, -0.00113677978515625, 0.007171630859375, 0.0164794921875, 0.00787353515625, 0.0113525390625, -0.001068115234375, 0.0059814453125, -0.017333984375, 0.01129150390625, -0.024658203125, -0.00689697265625, ...
[ 125663, 64, 7, 13348, 107, 80596, 5303, 23, 11883, 4439, 400, 7008, 15296, 39933, 1486, 10035, 62593, 360, 17198, 50828, 13648, 2046, 2858, 4, 201, 8439, 54397, 903, 32354, 21373, 12319, 88303, 3164, 3714, 5117, 4568, 10588, 653, 927, 225...
[ 0.2861328125, 0.02276611328125, 0.0731201171875, 0.210693359375, 0.1392822265625, 0.279541015625, 0.22265625, 0.04840087890625, 0.11962890625, 0.162353515625, 0.1383056640625, 0.239013671875, 0.0721435546875, 0.1767578125, 0.05029296875, 0.0128173828125, 0.1920166015625, 0.03930664...
embed
51277230_c0
51277230
lisp
0
Title: Can you use emacs to program in common lisp? Problem title: Can you use emacs to program in common lisp? Tags: sbcl, quicklisp, lisp, emacs, common-lisp Problem: Can you use emacs to program in common lisp? During my course on lisp programming I used the lispworks IDE trial version, which is a very good IDE but ...
Can you use emacs to program in common lisp? Can you use emacs to program in common lisp? sbcl quicklisp lisp emacs common-lisp Can Can you use emacs to program in common lisp? During my course on lisp programming I used the lispworks IDE trial version, which is a very good IDE but it's still a trial version. I searche...
[ 0.006256103515625, 0.00011539459228515625, -0.01513671875, -0.00531005859375, -0.0228271484375, 0.0299072265625, -0.005523681640625, 0.0194091796875, -0.00043487548828125, -0.04150390625, -0.002655029296875, -0.004302978515625, -0.01031494140625, -0.00640869140625, -0.01031494140625, -...
[ 4171, 4527, 352, 2263, 7, 47, 1528, 23, 39210, 400, 7008, 91, 275, 34937, 63773, 4086, 254, 398, 15411, 56037, 11814, 18244, 36497, 110324, 11389, 4552, 4127, 7464, 24124, 1202, 49565, 764, 34264, 13, 136, 98, 7722, 1380, 678, 10002, 22...
[ 0.08843994140625, 0.1279296875, 0.121337890625, 0.187744140625, 0.1676025390625, 0.043212890625, 0.199951171875, 0.0543212890625, 0.15869140625, 0.140625, 0.1944580078125, 0.02777099609375, 0.0416259765625, 0.1468505859375, 0.1240234375, 0.1376953125, 0.17236328125, 0.0185089111328...
embed
138056_c0
138056
lisp
0
Title: When editing Lisp code, can emacs be configured to display each nested level of parentheses in a different color? Problem title: When editing Lisp code, can emacs be configured to display each nested level of parentheses in a different color? Tags: lisp, emacs Problem: When editing Lisp code, can emacs be config...
When editing Lisp code, can emacs be configured to display each nested level of parentheses in a different color? When editing Lisp code, can emacs be configured to display each nested level of parentheses in a different color? lisp emacs When Lisp When editing Lisp code, can emacs be configured to display each nested ...
[ -0.0030975341796875, 0.00579833984375, -0.02392578125, -0.00848388671875, 0.01068115234375, 0.02392578125, 0.00396728515625, 0.006439208984375, 0.006134033203125, 0.0247802734375, -0.0047607421875, -0.004364013671875, -0.0101318359375, 0.01361083984375, 0.002960205078125, 0.00451660156...
[ 27211, 1261, 7008, 18151, 831, 352, 2263, 7, 222495, 44116, 12638, 8512, 71, 17366, 49129, 35412, 90, 12921, 10576, 400, 14847, 46389, 1884, 903, 153, 2806, 1380, 1810, 16487, 9844, 4263, 21771, 32316, 2367, 83, 442, 2174, 22027, 18, 3642...
[ 0.1732177734375, 0.1453857421875, 0.1927490234375, 0.170166015625, 0.0802001953125, 0.1185302734375, 0.1627197265625, 0.09912109375, 0.18798828125, 0.1448974609375, 0.0841064453125, 0.1719970703125, 0.04498291015625, 0.19140625, 0.136962890625, 0.15625, 0.06243896484375, 0.14147949...
embed
60068418_c1
60068418
lisp
1
5 45) (90 60) (10 5) (45 0) (45 55) (0 25)) '(1 1 1 1 2 2 3 4 4 5 6) '(2 3 4 5 3 6 6 5 7 7 7) ) The resulting image is scaled in AutoCAD by a factor of 10. Any suggestions on how to obtain the XY coordinates after scaling will be really helpful. In summary, I give the input coordinates and want the output to be the coo...
5 45) (90 60) (10 5) (45 0) (45 55) (0 25)) '(1 1 1 1 2 2 3 4 4 5 6) '(2 3 4 5 3 6 6 5 7 7 7) ) The resulting image is scaled in AutoCAD by a factor of 10. Any suggestions on how to obtain the XY coordinates after scaling will be really helpful. In summary, I give the input coordinates and want the output to be the coo...
[ 0.01019287109375, 0.0181884765625, 0.009521484375, 0.016357421875, -0.013671875, 0.001922607421875, 0.012939453125, 0.0250244140625, -0.002044677734375, 0.033447265625, 0.0014190673828125, -0.0081787109375, -0.01806640625, -0.0341796875, -0.01385498046875, -0.00142669677734375, -0.00...
[ 190, 2678, 16, 5039, 1496, 15094, 21162, 4633, 757, 4859, 22085, 714, 242, 41600, 106, 116, 138, 201, 35914, 54753, 305, 361, 49413, 16750, 29569, 83, 105994, 71, 23, 4396, 85427, 390, 31461, 111, 4068, 157666, 3642, 113054, 70, 143907, ...
[ 0.166015625, 0.26611328125, 0.049560546875, 0.242431640625, 0.2166748046875, 0.1298828125, 0.2393798828125, 0.2406005859375, 0.135498046875, 0.2374267578125, 0.07000732421875, 0.204345703125, 0.003997802734375, 0.0145721435546875, 0.01348876953125, 0.04290771484375, 0.09375, 0.1416...
embed
10769861_c0
10769861
lisp
0
Title: Should be a lambda expression-LISP Problem title: Should be a lambda expression-LISP Tags: expression, lambda, lisp Problem: Should be a lambda expression-LISP Just one function of my code: (defun equalprev (x y) (cond ((or (atom x) (atom y)) (if (not (null isLoop)) t ((setq list1 (append list1 (list x))) (setq ...
Should be a lambda expression-LISP Should be a lambda expression-LISP expression lambda lisp Should list1 list2 SYSTEM EXPAND-FORM SETQ APPEND LIST ABORT Should be a lambda expression-LISP Just one function of my code: Any help is appreciated
[ 0.002166748046875, 0.022216796875, 0.0040283203125, 0.0220947265625, 0.00714111328125, 0.01202392578125, 0.028564453125, 0.0234375, 0.0069580078125, -0.038818359375, 0.015625, -0.000698089599609375, 0.0030059814453125, -0.0152587890625, 0.0115966796875, 0.004302978515625, -0.01818847...
[ 151117, 186, 10, 21, 6492, 85, 125195, 67616, 683, 400, 7008, 5303, 418, 304, 55858, 90420, 104165, 45029, 98533, 128565, 2737, 66440, 39015, 195977, 105259, 1632, 32354, 18151, 4358 ]
[ 0.1627197265625, 0.122802734375, 0.025115966796875, 0.0845947265625, 0.1776123046875, 0.1513671875, 0.250244140625, 0.1619873046875, 0.241943359375, 0.11676025390625, 0.2113037109375, 0.193603515625, 0.07489013671875, 0.1065673828125, 0.08013916015625, 0.10699462890625, 0.09124755859...
embed
12255437_c0
12255437
lisp
0
Title: LISP downloading & parsing XML Problem title: LISP downloading & parsing XML Tags: dom, lisp, xml Problem: LISP downloading & parsing XML I'm currently learning LISP and I have a quick question. Using CXML I can parse a local file easily enough, but I'm attempting to pull an XML file from the net and par...
LISP downloading & parsing XML LISP downloading & parsing XML dom lisp xml LISP XML cxml:parse-file drakma:http-request api.eve-online.com ServerStatus.xml.aspx cxml-dom:make-dom-builder LISP downloading & parsing XML I'm currently learning LISP and I have a quick question. Using CXML I can parse a local file e...
[ -0.000591278076171875, 0.041259765625, 0.0106201171875, -0.0027923583984375, -0.00341796875, 0.0140380859375, 0.0009613037109375, -0.0022735595703125, -0.006866455078125, -0.054443359375, 0.0026397705078125, -0.03271484375, -0.0111083984375, -0.01251220703125, -0.00032806396484375, 0.0...
[ 16970, 9434, 7026, 214, 619, 25133, 366, 6953, 92537, 4539, 400, 7008, 131492, 501, 12, 2500, 184, 29822, 3366, 192, 5475, 75616, 31470, 3134, 25607, 22687, 135206, 223, 3815, 55898, 177149, 56, 82424, 52080, 63773, 9655, 1542, 39456, 831, ...
[ 0.153076171875, 0.271728515625, 0.1405029296875, 0.0426025390625, 0.0494384765625, 0.08544921875, 0.16748046875, 0.05841064453125, 0.26708984375, 0.1173095703125, 0.1173095703125, 0.219482421875, 0.2509765625, 0.018951416015625, 0.018524169921875, 0.1468505859375, 0.111572265625, 0...
embed
1238858_c0
1238858
lisp
0
Title: Can a compiled language be homoiconic? Problem title: Can a compiled language be homoiconic? Tags: homoiconicity, interpreter, compiler-construction, scheme, lisp Problem: Can a compiled language be homoiconic? By definition the word homoiconic means: Same representation of code and data In LISP this means that ...
Can a compiled language be homoiconic? Can a compiled language be homoiconic? homoiconicity interpreter compiler-construction scheme lisp Can Can a compiled language be homoiconic? By definition the word homoiconic means: In LISP this means that you could have a quoted list and evaluate it, so (car list) would be the f...
[ 0.00162506103515625, -0.0037994384765625, 0.01519775390625, 0.0166015625, -0.017333984375, 0.0133056640625, 0.00087738037109375, -0.006622314453125, -0.0186767578125, -0.03857421875, -0.006622314453125, -0.0238037109375, -0.00122833251953125, -0.01483154296875, -0.00885009765625, -0.01...
[ 4171, 375, 5974, 297, 46876, 186, 12840, 5197, 6402, 4158, 939, 29481, 56, 9969, 34759, 238478, 150370, 400, 7008, 80934, 2565, 26950, 16970, 9434, 5809, 66747, 5303, 151575, 3284, 2806, 32354, 7569, 10750, 53383, 1340, 6032, 144570, 7722, ...
[ 0.05303955078125, 0.08709716796875, 0.2083740234375, 0.0845947265625, 0.2318115234375, 0.0762939453125, 0.2379150390625, 0.1846923828125, 0.20458984375, 0.1004638671875, 0.04095458984375, 0.1654052734375, 0.04302978515625, 0.134033203125, 0.1343994140625, 0.055755615234375, 0.0753173...
embed
50956898_c0
50956898
lisp
0
Title: Lisp function to return a number double and then the same number doubled plus one Problem title: Lisp function to return a number double and then the same number doubled plus one Tags: lisp, common-lisp Problem: Lisp function to return a number double and then the same number doubled plus one I am totally new to...
Lisp function to return a number double and then the same number doubled plus one Lisp function to return a number double and then the same number doubled plus one lisp common-lisp Lisp Binary e.g Lisp function to return a number double and then the same number doubled plus one I am totally new to lisp and have no idea...
[ 0.01141357421875, 0.0169677734375, -0.0034332275390625, -0.00341796875, 0.004547119140625, 0.04150390625, -0.015380859375, -0.00799560546875, 0.0018463134765625, -0.035888671875, -0.0113525390625, -0.004425048828125, -0.01165771484375, 0.009521484375, 0.0213623046875, 0.01458740234375,...
[ 1261, 7008, 32354, 47, 30646, 14012, 41929, 7068, 5701, 71, 1001, 1632, 400, 39210, 4086, 254, 54092, 1294, 112668, 3525, 6528, 28282, 903, 74189, 18151, 75935, 4358, 86869, 179140, 5646, 23, 442, 15190, 615, 30607 ]
[ 0.1597900390625, 0.2362060546875, 0.202392578125, 0.0400390625, 0.181640625, 0.14111328125, 0.1978759765625, 0.072998046875, 0.1192626953125, 0.0894775390625, 0.140625, 0.10009765625, 0.1192626953125, 0.09033203125, 0.126220703125, 0.1629638671875, 0.123291015625, 0.0921630859375, ...
embed
19826867_c0
19826867
lisp
0
Title: why an extra value at end of hash? Problem title: why an extra value at end of hash? Tags: emacs, lisp, elisp Problem: why an extra value at end of hash? I wrote a function to convert alist to hash: (defun hash-alist (alist) "Convert association list to a hash table and return it." (let ((my-hash (make-hash-tabl...
why an extra value at end of hash? why an extra value at end of hash? emacs lisp elisp Convert a:2 b:1 why an extra value at end of hash? I wrote a function to convert alist to hash: but when I run it as following, why I get nil at the end? Run: Output:
[ -0.00970458984375, -0.0067138671875, -0.000701904296875, -0.01092529296875, -0.0262451171875, 0.005096435546875, -0.00098419189453125, 0.01165771484375, -0.006317138671875, 0.029052734375, -0.01519775390625, 0.041015625, 0.03271484375, 0.040771484375, 0.00286865234375, -0.0194091796875...
[ 15400, 142, 4173, 34292, 99, 3564, 111, 1556, 127, 352, 2263, 7, 400, 7008, 15296, 11549, 10, 12, 304, 876, 19721, 54397, 32354, 96760, 6562, 47, 11675, 25632, 2046, 17324, 70, 28398, 13538 ]
[ 0.168701171875, 0.089599609375, 0.2152099609375, 0.251953125, 0.1163330078125, 0.2069091796875, 0.12744140625, 0.201416015625, 0.198974609375, 0.024261474609375, 0.0767822265625, 0.01227569580078125, 0.036773681640625, 0.135009765625, 0.0248260498046875, 0.12164306640625, 0.048248291...
embed
2738777_c0
2738777
lisp
0
Title: Lisp's "some" in Python? Problem title: Lisp's "some" in Python? Tags: lisp, python Problem: Lisp's "some" in Python? I have a list of strings and a list of filters (which are also strings, to be interpreted as regular expressions). I want a list of all the elements in my string lis...
Lisp's "some" in Python? Lisp's "some" in Python? lisp python Lisp Python re.match Lisp's "some" in Python? I have a list of strings and a list of filters (which are also strings, to be interpreted as regular expressions). I want a list of all the elements in my string list that are accept...
[ 0.0216064453125, 0.01141357421875, 0.01171875, 0.002685546875, -0.0286865234375, 0.0157470703125, 0.0223388671875, 0.0140380859375, 0.00885009765625, -0.0111083984375, 0.028564453125, 0.01177978515625, -0.0016326904296875, -0.01708984375, -0.01434326171875, 0.0079345703125, 0.0018386...
[ 1261, 7008, 3768, 43452, 23, 145581, 7, 400, 17198, 50828, 456, 98753, 5303, 79315, 46312, 29481, 20324, 125195, 3444, 80854, 68186, 19713, 41143, 33022, 3060, 61924, 237, 21771, 19882, 49666 ]
[ 0.1553955078125, 0.21826171875, 0.0638427734375, 0.2242431640625, 0.0675048828125, 0.26513671875, 0.0193939208984375, 0.1123046875, 0.0882568359375, 0.061676025390625, 0.0662841796875, 0.2059326171875, 0.111083984375, 0.129638671875, 0.1651611328125, 0.08099365234375, 0.1160888671875...
embed
36162556_c0
36162556
lisp
0
Title: Recursive functions that rotate n elements of a list to left and right in lisp Problem title: Recursive functions that rotate n elements of a list to left and right in lisp Tags: lisp, list, common-lisp Problem: Recursive functions that rotate n elements of a list to left and right in lisp The function has 1 par...
Recursive functions that rotate n elements of a list to left and right in lisp Recursive functions that rotate n elements of a list to left and right in lisp lisp list common-lisp Recursive rot_left Recursive functions that rotate n elements of a list to left and right in lisp The function has 1 parameter, an integer. ...
[ -0.0123291015625, 0.0047607421875, 0.0306396484375, -0.0272216796875, -0.0203857421875, 0.0159912109375, -0.01104736328125, 0.004302978515625, 0.0147705078125, -0.032470703125, 0.00482177734375, -0.035888671875, 0.01025390625, 0.021240234375, 0.007110595703125, 0.010986328125, 0.0011...
[ 853, 48650, 5844, 32354, 47014, 67, 653, 80854, 5303, 47, 25737, 7108, 400, 7008, 39210, 4086, 254, 20788, 133, 2480, 136, 1556, 106, 171859, 892, 1505, 9, 54753, 242, 116, 138, 201, 21162, 5608, 30646, 6896, 190, 54969, 11516, 8439, 6,...
[ 0.05499267578125, 0.212890625, 0.09039306640625, 0.2342529296875, 0.201171875, 0.0955810546875, 0.14013671875, 0.18994140625, 0.2069091796875, 0.101806640625, 0.1597900390625, 0.163818359375, 0.1165771484375, 0.2110595703125, 0.08575439453125, 0.07037353515625, 0.1695556640625, 0.2...
embed
27084449_c0
27084449
lisp
0
Title: Bad Argument Type - + Problem title: Bad Argument Type - + Tags: lisp Problem: Bad Argument Type - + I've been getting this error message when I try to run the following code (defun sa (L) (cond ((equal '+ (car L)) (soma (nth 0 L) (nth 2 L))) (T (sa (cdr L))) )) The objective of this code is to sum two numbers (...
Bad Argument Type - + Bad Argument Type - + lisp Bad Argument Type Bad Argument Type - + I've been getting this error message when I try to run the following code The objective of this code is to sum two numbers (position 0 and 2 in the list I'm using). L is a list defined using I understand that this is supposed to cr...
[ -0.004669189453125, 0.008056640625, 0.0146484375, 0.01214599609375, -0.0026397705078125, 0.01434326171875, -0.01904296875, 0.005706787109375, -0.0048828125, -0.021728515625, 0.0341796875, -0.028076171875, -0.002899169921875, -0.00836181640625, -0.00677490234375, 0.002899169921875, -0...
[ 12745, 112140, 60457, 997, 400, 7008, 20949, 903, 18499, 26008, 9790, 11675, 25632, 18151, 151814, 83, 10554, 6626, 101935, 40322, 757, 136, 116, 5303, 17368, 339, 61924, 28219, 134598, 28282, 2858, 4958, 2967, 32497, 4420, 7103, 5117, 27875,...
[ 0.1876220703125, 0.2384033203125, 0.2059326171875, 0.159912109375, 0.08154296875, 0.1917724609375, 0.006866455078125, 0.05621337890625, 0.1446533203125, 0.080322265625, 0.073486328125, 0.082275390625, 0.0889892578125, 0.1378173828125, 0.1658935546875, 0.013336181640625, 0.15710449218...
embed
28424631_c0
28424631
lisp
0
Title: LISP Function that Returns True If Atom Is In List Problem title: LISP Function that Returns True If Atom Is In List Tags: list, recursion, lisp, common-lisp Problem: LISP Function that Returns True If Atom Is In List I'm trying to write a function (deep-find) that takes in a list and another argument and return...
LISP Function that Returns True If Atom Is In List LISP Function that Returns True If Atom Is In List list recursion lisp common-lisp LISP Returns Atom List LISP Function that Returns True If Atom Is In List I'm trying to write a function (deep-find) that takes in a list and another argument and returns T if that argum...
[ 0.000732421875, 0.020751953125, 0.0167236328125, 0.019287109375, 0.002166748046875, 0.011962890625, 0.0203857421875, -0.0159912109375, -0.005584716796875, -0.00921630859375, 0.0301513671875, -0.0274658203125, 0.003173828125, 0.017333984375, 0.01312255859375, 0.0303955078125, 0.013488...
[ 16970, 9434, 28670, 10763, 450, 173340, 87599, 4263, 69728, 2071, 360, 32036, 5303, 195625, 400, 7008, 39210, 4086, 254, 7, 31577, 33022, 32354, 123041, 111607, 51776, 23, 136, 15700, 10750, 30646, 384, 2174, 13379, 35839, 9, 284, 335, 391,...
[ 0.1417236328125, 0.24072265625, 0.1842041015625, 0.067138671875, 0.006103515625, 0.209716796875, 0.2381591796875, 0.137451171875, 0.2354736328125, 0.08953857421875, 0.1416015625, 0.259033203125, 0.2076416015625, 0.1817626953125, 0.09991455078125, 0.1929931640625, 0.10888671875, 0.0...
embed
54830186_c0
54830186
lisp
0
Title: Build dynamic COND clauses in Common Lisp Problem title: Build dynamic COND clauses in Common Lisp Tags: lisp, lisp-macros, common-lisp Problem: Build dynamic COND clauses in Common Lisp I wonder if it is possible to dynamically build COND clauses from a loop like (pseudo code): (defvar current-state 1) (defmacr...
Build dynamic COND clauses in Common Lisp Build dynamic COND clauses in Common Lisp lisp lisp-macros common-lisp Build COND Common Lisp func-1 func-2 func-3 Build dynamic COND clauses in Common Lisp I wonder if it is possible to dynamically build COND clauses from a loop like (pseudo code): The LOOP would build the cla...
[ -0.008544921875, 0.01312255859375, -0.0059814453125, 0.01177978515625, -0.006072998046875, 0.0224609375, 0.0021209716796875, 0.0164794921875, 0.00439453125, -0.03564453125, -0.0096435546875, -0.005645751953125, -0.0115966796875, -0.011474609375, -0.0028839111328125, 0.0106201171875, ...
[ 121137, 84079, 14452, 397, 70731, 90, 151301, 1261, 7008, 400, 3666, 39210, 4086, 254, 7477, 5759, 5428, 8316, 32195, 7722, 25958, 45367, 1295, 40956, 1884, 45616, 11547, 18151, 22215, 20880, 2806, 5303, 139392 ]
[ 0.1666259765625, 0.2095947265625, 0.158447265625, 0.185791015625, 0.2403564453125, 0.069580078125, 0.142578125, 0.1190185546875, 0.1580810546875, 0.052337646484375, 0.08782958984375, 0.08782958984375, 0.055206298828125, 0.08599853515625, 0.037353515625, 0.00960540771484375, 0.0075607...
embed
39843500_c0
39843500
lisp
0
Title: checking if list is all numbers in lisp Problem title: checking if list is all numbers in lisp Tags: lisp, common-lisp Problem: checking if list is all numbers in lisp so I have a program: (defun add (L) (cond((endp L) nil) (t(cons(1+(first L)))(add(rest L))))) that will add 1 to each member of the list. I want ...
checking if list is all numbers in lisp checking if list is all numbers in lisp lisp common-lisp checking if list is all numbers in lisp so I have a program: that will add 1 to each member of the list. I want to check if the list is all numbers and return nil if not, and don't know how to go about doing that within the...
[ -0.01239013671875, 0.0164794921875, 0.0028228759765625, -0.004974365234375, -0.0137939453125, 0.03564453125, 0.00762939453125, -0.005096435546875, -0.00238037109375, -0.02490234375, 0.0142822265625, -0.01422119140625, 0.0079345703125, -0.00128173828125, 0.00732421875, 0.0164794921875, ...
[ 175199, 2174, 5303, 83, 756, 101935, 23, 400, 7008, 39210, 4086, 254, 1528, 15190, 106, 12638, 32786, 3444, 12765, 30646, 17324, 959, 28032, 8, 16498, 17569, 86595, 351, 14012, 86991, 479 ]
[ 0.1632080078125, 0.1285400390625, 0.203125, 0.1240234375, 0.171875, 0.199951171875, 0.11376953125, 0.124755859375, 0.2132568359375, 0.13525390625, 0.102294921875, 0.1702880859375, 0.0889892578125, 0.07080078125, 0.031951904296875, 0.000091552734375, 0.11083984375, 0.014877319335937...
embed
5163302_c1
5163302
lisp
1
*operator-stack* until (eq stack-topmost '\() do (progn (setf *output-queue* (cons stack-topmost *output-queue*)) (setf *operator-stack* (cdr *operator-stack*))) finally (setf *operator-stack* (cdr *operator-stack*))))) (setf stmt (cdr stmt)))) (loop while (not (null *operator-stack*)) do (progn (setf *output-queue* (...
*operator-stack* until (eq stack-topmost '\() do (progn (setf *output-queue* (cons stack-topmost *output-queue*)) (setf *operator-stack* (cdr *operator-stack*))) finally (setf *operator-stack* (cdr *operator-stack*))))) (setf stmt (cdr stmt)))) (loop while (not (null *operator-stack*)) do (progn (setf *output-queue* (...
[ 0.0186767578125, 0.0008544921875, -0.009521484375, 0.013671875, -0.006072998046875, -0.0147705078125, 0.017578125, -0.0067138671875, -0.005340576171875, -0.00118255615234375, -0.01177978515625, -0.004302978515625, 0.015380859375, -0.026123046875, -0.0196533203125, -0.0120849609375, -...
[ 206469, 590, 2594, 24189, 864, 177261, 13784, 840, 41872, 132, 54, 75620, 19, 3509, 420, 6056, 944, 13388, 25553, 7077, 7569, 77681, 80126, 6138, 28354, 12960, 10869, 139550, 77518, 3284, 107, 37676, 70, 18499, 23, 18151, 68034, 1176, 57767...
[ 0.256591796875, 0.1771240234375, 0.1768798828125, 0.200439453125, 0.1358642578125, 0.226318359375, 0.111083984375, 0.137939453125, 0.045806884765625, 0.11279296875, 0.08172607421875, 0.1561279296875, 0.0665283203125, 0.0850830078125, 0.10302734375, 0.09130859375, 0.1024169921875, 0...
embed
8651695_c0
8651695
lisp
0
Title: operator #+ and #- in .sbclrc Problem title: operator #+ and #- in .sbclrc Tags: common-lisp, lisp, sbcl, reader-macro Problem: operator #+ and #- in .sbclrc Anybody know what #+ and #- operators means in .sbclrc ? I couldn't find it in the manual. I see #- in .sbclrc after I installed quicklisp: #-quicklisp (le...
operator #+ and #- in .sbclrc operator #+ and #- in .sbclrc common-lisp lisp sbcl reader-macro setup.lisp operator #+ and #- in .sbclrc Anybody know what #+ and #- operators means in .sbclrc ? I couldn't find it in the manual. I see #- in .sbclrc after I installed quicklisp: I also see #+ in the SBCL User Manual, but I...
[ 0.0111083984375, -0.00103759765625, 0.01708984375, -0.002777099609375, -0.000286102294921875, 0.01513671875, 0.0042724609375, 0.029541015625, -0.00286865234375, -0.0087890625, -0.0277099609375, -0.01263427734375, 0.0289306640625, -0.0257568359375, 0.0113525390625, -0.01556396484375, ...
[ 39933, 468, 1328, 136, 9, 23, 5, 7, 275, 34937, 19437, 39210, 4086, 254, 400, 7008, 155255, 15322, 169581, 3714, 2367, 26950, 7413, 23009, 1957, 20600, 63773, 90944, 37486, 53400, 111021, 187136, 2363, 123309, 62548, 72367, 11651, 88996, 18...
[ 0.242919921875, 0.1566162109375, 0.263427734375, 0.132080078125, 0.20068359375, 0.030914306640625, 0.0528564453125, 0.06781005859375, 0.08154296875, 0.141357421875, 0.20751953125, 0.09716796875, 0.0980224609375, 0.1451416015625, 0.08416748046875, 0.1490478515625, 0.1766357421875, 0...
embed
75627991_c0
75627991
lisp
0
Title: Lisp collect random items if they are even Problem title: Lisp collect random items if they are even Tags: common-lisp, lisp Problem: Lisp collect random items if they are even Coming from other programming languages, I recently found lisp and am amazed. Reading through the loop macro, I wanted to generate a lis...
Lisp collect random items if they are even Lisp collect random items if they are even common-lisp lisp Lisp Lisp collect random items if they are even Coming from other programming languages, I recently found lisp and am amazed. Reading through the loop macro, I wanted to generate a list with random numbers with a cond...
[ 0.0076904296875, 0.01708984375, 0.003875732421875, -0.0164794921875, 0.00421142578125, 0.032470703125, 0.002197265625, 0.00274658203125, -0.0059814453125, -0.013916015625, 0.03173828125, 0.01251220703125, -0.0013580322265625, 0.00189208984375, 0.0213623046875, 0.0125732421875, -0.020...
[ 1261, 7008, 43799, 96759, 55769, 2174, 1836, 621, 3853, 39210, 4086, 254, 400, 56037, 46876, 14037, 2527, 64807, 104951, 40956, 111789, 36663, 139392, 5303, 101935, 35431, 48339, 5608, 1257, 903, 76199, 163, 5701, 14012, 37457, 20028, 20594, ...
[ 0.1846923828125, 0.2205810546875, 0.210693359375, 0.2218017578125, 0.19140625, 0.101806640625, 0.03460693359375, 0.081298828125, 0.19970703125, 0.1607666015625, 0.12939453125, 0.150146484375, 0.1356201171875, 0.07171630859375, 0.07916259765625, 0.032318115234375, 0.0059814453125, 0...
embed
6794230_c0
6794230
lisp
0
Title: Using "map" in scheme language without procedure? Problem title: Using "map" in scheme language without procedure? Tags: scheme, lisp Problem: Using "map" in scheme language without procedure? I have a question about the usage of "map" - Here is the piece of code, (for-each (lambda (x) (if (m...
Using "map" in scheme language without procedure? Using "map" in scheme language without procedure? scheme lisp Using sb1-thread sb2-thread Using "map" in scheme language without procedure? I have a question about the usage of "map" - Here is the piece of code, First of all, I'm sure this code is wo...
[ 0.007049560546875, 0.02392578125, 0.0034942626953125, -0.0023040771484375, -0.01092529296875, -0.0002117156982421875, 0.0037384033203125, 0.0245361328125, 0.00860595703125, -0.0625, 0.0078125, 0.0069580078125, -0.0126953125, -0.01129150390625, 0.00872802734375, -0.0260009765625, 0.02...
[ 345, 6953, 62346, 150370, 46876, 15490, 50491, 23, 400, 7008, 275, 20268, 39116, 18504, 9655, 127689, 111, 18151, 20697, 26785, 39958, 31344, 3115, 814, 28219, 1957, 232578, 3688, 111836, 22288 ]
[ 0.1004638671875, 0.036529541015625, 0.294677734375, 0.241455078125, 0.1746826171875, 0.1173095703125, 0.1956787109375, 0.008087158203125, 0.039276123046875, 0.1260986328125, 0.068603515625, 0.00933837890625, 0.1112060546875, 0.058624267578125, 0.04541015625, 0.1669921875, 0.020751953...
embed
1678449_c0
1678449
lisp
0
Title: Using Lisp to reprint a list Problem title: Using Lisp to reprint a list Tags: lisp, common-lisp Problem: Using Lisp to reprint a list I have a small and interesting problem,but I cannot come with a perfect solution,I would be grateful if you could help me or give me a hint on this. The problem is : given any li...
Using Lisp to reprint a list Using Lisp to reprint a list lisp common-lisp Using Lisp Using Lisp to reprint a list I have a small and interesting problem,but I cannot come with a perfect solution,I would be grateful if you could help me or give me a hint on this. The problem is : given any list ,say like '(a b c),we wi...
[ -0.00921630859375, 0.013427734375, -0.001983642578125, 0.02197265625, 0.00177764892578125, 0.003448486328125, -0.019287109375, 0.0081787109375, -0.0026092529296875, -0.0111083984375, 0.006134033203125, -0.0157470703125, -0.00634765625, 0.00537109375, -0.01165771484375, 0.01422119140625...
[ 345, 6953, 1261, 7008, 47, 456, 35662, 5303, 10, 400, 39210, 4086, 254, 19336, 49041, 2967, 29806, 225876, 4358, 5122, 34475, 2499, 20347, 1884, 876, 501, 1221, 96760, 707, 275, 284, 571, 313, 32354, 5608, 5701, 13580, 10865, 59537, 23, ...
[ 0.1094970703125, 0.060699462890625, 0.1734619140625, 0.243896484375, 0.07830810546875, 0.1177978515625, 0.2437744140625, 0.220947265625, 0.020843505859375, 0.1298828125, 0.093505859375, 0.1168212890625, 0.161865234375, 0.017822265625, 0.056182861328125, 0.1337890625, 0.08160400390625...
embed
52736742_c0
52736742
lisp
0
Title: Usage of defparameter Problem title: Usage of defparameter Tags: common-lisp, global-variables, lisp, read-eval-print-loop Problem: Usage of defparameter I wonder if it is because i do no understand something about the core of the defparameter macro. So, this gives a weird mistake. I start with: (defparameter *x...
Usage of defparameter Usage of defparameter common-lisp global-variables lisp read-eval-print-loop Usage MOD CONS SB-VM::DIMENSIONS Condition TYPE-ERROR Usage of defparameter I wonder if it is because i do no understand something about the core of the defparameter macro. So, this gives a weird mistake. I start with: Ev...
[ -0.003082275390625, 0.01171875, -0.00946044921875, -0.004638671875, 0.01251220703125, 0.0111083984375, 0.0010986328125, 0.015380859375, 0.013916015625, -0.0194091796875, -0.00118255615234375, -0.0311279296875, 0.01190185546875, -0.00147247314453125, 0.0027008056640625, -0.018310546875,...
[ 70166, 429, 111, 8, 420, 6276, 29089, 39210, 4086, 254, 7964, 21690, 400, 7008, 12301, 1405, 35662, 28354, 98610, 109022, 90944, 47599, 175546, 189601, 46347, 95267, 21907, 12501, 14255, 32195, 442, 28219, 56458, 111789, 76199, 179459, 121742, ...
[ 0.180419921875, 0.0226898193359375, 0.1025390625, 0.1651611328125, 0.1707763671875, 0.1810302734375, 0.166015625, 0.0924072265625, 0.07891845703125, 0.153564453125, 0.08935546875, 0.107666015625, 0.072998046875, 0.162109375, 0.0926513671875, 0.1466064453125, 0.09210205078125, 0.141...
embed
47857414_c1
47857414
lisp
1
0 1 1 0 0 0 0 0) (0 0 0 1 1 0 0 1 1 0) (0 0 0 0 0 0 0 1 1 0) (0 0 0 0 0 0 0 0 0 0) (0 0 0 0 0 0 0 0 0 0) (0 1 0 0 0 0 1 0 0 0) (0 0 0 0 0 0 0 0 0 0) ) In this example I have four 1-by-1 squares and two 2-by-2 squares. I need a function that counts how many of a given type of piece I have in my board. Example: (defun co...
0 1 1 0 0 0 0 0) (0 0 0 1 1 0 0 1 1 0) (0 0 0 0 0 0 0 1 1 0) (0 0 0 0 0 0 0 0 0 0) (0 0 0 0 0 0 0 0 0 0) (0 1 0 0 0 0 1 0 0 0) (0 0 0 0 0 0 0 0 0 0) ) In this example I have four 1-by-1 squares and two 2-by-2 squares. I need a function that counts how many of a given type of piece I have in my board. Example: (defun co...
[ 0.015869140625, 0.003448486328125, -0.01263427734375, -0.00089263916015625, -0.00177001953125, 0.007080078125, -0.01300048828125, 0.0115966796875, -0.000331878662109375, -0.021240234375, -0.01336669921875, -0.00848388671875, 0.0238037109375, -0.0185546875, -0.0137939453125, 0.004394531...
[ 757, 106, 22085, 27781, 22759, 4317, 1272, 5759, 108047, 6626, 4720, 5428, 3871, 32354, 54529, 3642, 5941, 111, 34475, 10644, 63847, 765, 23, 45443, 89536, 112, 16498, 111242, 329, 24351, 196707, 134598, 33022, 18151, 35839, 71013, 6954, 1264...
[ 0.17724609375, 0.1077880859375, 0.126220703125, 0.1273193359375, 0.1343994140625, 0.03826904296875, 0.1094970703125, 0.0977783203125, 0.15234375, 0.046417236328125, 0.02081298828125, 0.0792236328125, 0.075439453125, 0.1912841796875, 0.218017578125, 0.064697265625, 0.1632080078125, ...
embed
16651843_c0
16651843
lisp
0
Title: Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp Problem title: Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp Tags: continuations, common-lisp, lisp, scheme, callcc Problem: Why doesn't a primitive `call-with-current-continuations` exist in...
Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp continuations common-lisp lisp scheme callcc Why Common Lisp Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp Scheme offer...
[ -0.0037078857421875, 0.0230712890625, 0.00970458984375, 0.0040283203125, -0.0009765625, -0.009521484375, 0.015625, -0.02197265625, -0.004150390625, -0.0213623046875, -0.0166015625, 0.0068359375, -0.0208740234375, 0.00653076171875, 0.0081787109375, 0.004913330078125, 0.0155029296875, ...
[ 44084, 22027, 3768, 18, 128489, 13, 85763, 76228, 163812, 133891, 21094, 32316, 151301, 1261, 7008, 9454, 39210, 4086, 254, 400, 150370, 11782, 10060, 34702, 282, 64600, 105160, 64, 110, 183234, 14368, 9902, 29458, 35773, 9790, 29479, 31635, ...
[ 0.09246826171875, 0.06011962890625, 0.0242767333984375, 0.08673095703125, 0.2275390625, 0.068115234375, 0.21240234375, 0.148193359375, 0.199462890625, 0.189208984375, 0.07373046875, 0.166259765625, 0.1810302734375, 0.1651611328125, 0.1551513671875, 0.15966796875, 0.051513671875, 0....
embed
59182990_c2
59182990
lisp
2
)) (T nil))) (defun DOWN-RIGHT (x y board) "Function that receives 2 indexes and board, validate movement and move piece down and right" (cond ((equal (validate-movements (+ x 1) (+ y 2) board) 0) (move-piece x y 1 2 board)) (T nil))) my doubt is in this move piece in board in axis (x,y) (defun move-piece (x y dx dy bo...
)) (T nil))) (defun DOWN-RIGHT (x y board) "Function that receives 2 indexes and board, validate movement and move piece down and right" (cond ((equal (validate-movements (+ x 1) (+ y 2) board) 0) (move-piece x y 1 2 board)) (T nil))) my doubt is in this move piece in board in axis (x,y) (defun move-piece (x y dx dy bo...
[ -0.0169677734375, -0.00136566162109375, 0.0242919921875, 0.0038909912109375, -0.00799560546875, 0.0064697265625, 0.0069580078125, 0.031005859375, 0.0036163330078125, 0.00927734375, -0.0159912109375, 0.0079345703125, 0.0269775390625, 0.006561279296875, -0.01409912109375, -0.002944946289...
[ 78960, 618, 17324, 32149, 112, 16498, 6197, 108049, 9, 167177, 18544, 425, 113, 45443, 97249, 10763, 53299, 116, 63262, 136, 44622, 67, 112664, 25813, 63847, 7565, 7108, 2271, 71, 71723, 7013, 17489, 432, 272, 22183, 4879, 4958, 757, 152667...
[ 0.115478515625, 0.111572265625, 0.2325439453125, 0.1171875, 0.130126953125, 0.2122802734375, 0.0927734375, 0.1688232421875, 0.007904052734375, 0.1834716796875, 0.10479736328125, 0.0908203125, 0.1837158203125, 0.264404296875, 0.169677734375, 0.09185791015625, 0.097412109375, 0.11682...
embed
77664958_c1
77664958
lisp
1
2.5 0) p8 (rpoint3d ip -15.166 4.5 0) ) (command "color" 5 "" ) (command "pline" p1 p2 p3 p4 p4 p5 p6 p7 p8 p1 "" ) (setq e1 (entlast)) (command "offset" 1 e1 ip2 "") (setq e2 (entlast)) (command "extrude" e1 "" 6 "") (setq e1 (entlast)) (command "extrude" e2 "" 6 "") (setq e2 (entlast)) (command "subtract" e1 "" e2 "...
2.5 0) p8 (rpoint3d ip -15.166 4.5 0) ) (command "color" 5 "" ) (command "pline" p1 p2 p3 p4 p4 p5 p6 p7 p8 p1 "" ) (setq e1 (entlast)) (command "offset" 1 e1 ip2 "") (setq e2 (entlast)) (command "extrude" e1 "" 6 "") (setq e1 (entlast)) (command "extrude" e2 "" 6 "") (setq e2 (entlast)) (command "subtract" e1 "" e2 "...
[ 0.0225830078125, -0.00592041015625, 0.0003299713134765625, 0.01214599609375, -0.01904296875, 0.0167236328125, -0.0159912109375, 0.0198974609375, 0.01019287109375, 0.01104736328125, -0.013427734375, 0.0106201171875, 0.0133056640625, -0.0228271484375, -0.021240234375, -0.0009765625, 0....
[ 27804, 757, 915, 1019, 42, 38496, 363, 71, 254, 13386, 156215, 60061, 277, 12018, 46133, 190, 42454, 13, 418, 304, 617, 758, 910, 966, 3509, 864, 28, 2517, 19777, 16713, 17, 3355, 9774, 305, 112, 39989, 18190, 2389, 4442, 117878, 4326, ...
[ 0.2310791015625, 0.1688232421875, 0.10296630859375, 0.26611328125, 0.0718994140625, 0.2362060546875, 0.13916015625, 0.136962890625, 0.1097412109375, 0.0712890625, 0.1806640625, 0.1668701171875, 0.035308837890625, 0.1954345703125, 0.162109375, 0.0758056640625, 0.16552734375, 0.14208...
embed
40975131_c0
40975131
lisp
0
Title: List operations in cLISP Problem title: List operations in cLISP Tags: lisp, list, struct Problem: List operations in cLISP I have the following struct: (defstruct node parent state cost) I have a list of structs of type node . I am trying to implement two functions: (defun findMinimum (list) returns the node wi...
List operations in cLISP List operations in cLISP lisp list struct List Checks List operations in cLISP I have the following struct: I have a list of structs of type node . I am trying to implement two functions: My current solution is just a loop through the entire list that checks every node. I wonder if there is a m...
[ 0.00299072265625, 0.01904296875, 0.0091552734375, 0.01708984375, -0.00885009765625, 0.0240478515625, 0.01422119140625, -0.00537109375, 0.00799560546875, -0.0079345703125, 0.00604248046875, -0.000926971435546875, -0.003997802734375, -0.03125, -0.00640869140625, 0.00567626953125, 0.006...
[ 32036, 41018, 23, 501, 67616, 683, 7, 400, 7008, 5303, 36716, 38679, 25632, 10644, 110, 112, 31577, 29479, 6626, 32354, 43581, 29806, 40956, 8305, 64194, 12765, 11907, 32195, 1286, 93766, 4358, 77947 ]
[ 0.220458984375, 0.197265625, 0.037841796875, 0.0533447265625, 0.13916015625, 0.1871337890625, 0.0303802490234375, 0.087646484375, 0.181884765625, 0.173095703125, 0.189697265625, 0.1937255859375, 0.02734375, 0.1287841796875, 0.11651611328125, 0.10693359375, 0.050445556640625, 0.1013...
embed
47626087_c0
47626087
lisp
0
Title: Lisp Scheme : let to lambda Problem title: Lisp Scheme : let to lambda Tags: scheme, lisp, let, lambda Problem: Lisp Scheme : let to lambda I am new to Lisp Scheme. I came across this code which uses "let".How do I replace it with lambda Here is the code (define Gen-Decoder-A (lambda (p) (define check-decode (la...
Lisp Scheme : let to lambda Lisp Scheme : let to lambda scheme lisp let lambda Lisp Scheme Gen-Decoder-A Lisp Scheme : let to lambda I am new to Lisp Scheme. I came across this code which uses "let".How do I replace it with lambda Here is the code Here is the link to the full code : https://github.com/corypisano/CS314/...
[ -0.017822265625, 0.00811767578125, 0.006744384765625, 0.02587890625, -0.0031890869140625, 0.00994873046875, 0.00160980224609375, 0.0059814453125, -0.00148773193359375, -0.041259765625, -0.002685546875, -0.0184326171875, 0.00994873046875, -0.0008544921875, 0.00128173828125, -0.019653320...
[ 1261, 7008, 34702, 282, 2633, 47, 21, 6492, 85, 150370, 400, 15937, 120152, 51744, 284, 3525, 36880, 903, 18151, 4527, 1974, 54, 87, 91995, 442, 678, 3126, 4393, 32102, 121783, 5016, 47327, 223353, 112, 40899, 23, 39527, 15549 ]
[ 0.1434326171875, 0.2138671875, 0.1800537109375, 0.1387939453125, 0.23583984375, 0.144775390625, 0.0745849609375, 0.2109375, 0.1822509765625, 0.1546630859375, 0.09765625, 0.1339111328125, 0.1424560546875, 0.1661376953125, 0.0858154296875, 0.06634521484375, 0.0419921875, 0.0187377929...
embed
1867623_c0
1867623
lisp
0
Title: Homework: Lisp items that appear more than once in a list Problem title: Homework: Lisp items that appear more than once in a list Tags: duplicates, lisp Problem: Homework: Lisp items that appear more than once in a list Given a list, I'm trying to return a new one that has only the items that appear more than o...
Homework: Lisp items that appear more than once in a list Homework: Lisp items that appear more than once in a list duplicates lisp Homework Lisp Homework: Lisp items that appear more than once in a list Given a list, I'm trying to return a new one that has only the items that appear more than once in the first list I ...
[ -0.003509521484375, 0.0076904296875, 0.015869140625, 0.00823974609375, -0.002960205078125, 0.0169677734375, 0.00494384765625, -0.00156402587890625, 0.007568359375, -0.03466796875, 0.004913330078125, -0.00921630859375, 0.0186767578125, 0.01446533203125, -0.01434326171875, 0.030517578125...
[ 2005, 18244, 1261, 7008, 55769, 108975, 1286, 3501, 24145, 23, 5303, 450, 171763, 1636, 400, 31577, 30646, 3525, 1632, 4734, 5117, 53299, 171859, 11675, 25632, 1176, 420, 62, 335, 313, 6, 284, 3249, 959, 41929 ]
[ 0.091064453125, 0.1727294921875, 0.1480712890625, 0.1995849609375, 0.2122802734375, 0.18017578125, 0.155517578125, 0.12451171875, 0.249267578125, 0.0670166015625, 0.214599609375, 0.0212554931640625, 0.19677734375, 0.03271484375, 0.11328125, 0.05706787109375, 0.2327880859375, 0.0856...
embed
3704596_c0
3704596
lisp
0
Title: Anyone using Scheme/LISP for embedded projects? Problem title: Anyone using Scheme/LISP for embedded projects? Tags: scheme, lisp, embedded Problem: Anyone using Scheme/LISP for embedded projects? This question is maybe somehow inspired with Anyone using Python for embedded projects? ; so anyone using some Schem...
Anyone using Scheme/LISP for embedded projects? Anyone using Scheme/LISP for embedded projects? scheme lisp embedded Scheme/LISP Anyone Scheme LISP Anyone using Scheme/LISP for embedded projects? This question is maybe somehow inspired with Anyone using Python for embedded projects? ; so anyone using some Scheme versio...
[ 0.00482177734375, 0.0169677734375, 0.0089111328125, 0.0201416015625, -0.0159912109375, -0.01385498046875, 0.00384521484375, 0.01031494140625, 0.0184326171875, -0.040771484375, 0.013671875, -0.03369140625, -0.01385498046875, 0.0106201171875, -0.0108642578125, -0.005218505859375, -0.00...
[ 28541, 3630, 17368, 34702, 282, 64, 67616, 683, 100, 55720, 69819, 77635, 150370, 400, 7008, 16970, 9434, 9655, 191722, 145581, 35672, 11389, 151301, 1261, 5062, 241, 37486, 4092, 232, 277, 99932, 17915, 11814, 7464, 8081, 53, 25452, 12549, ...
[ 0.052154541015625, 0.114013671875, 0.1810302734375, 0.2138671875, 0.225341796875, 0.0278167724609375, 0.143798828125, 0.234619140625, 0.078857421875, 0.1893310546875, 0.1466064453125, 0.1646728515625, 0.236328125, 0.1202392578125, 0.2176513671875, 0.1318359375, 0.2425537109375, 0.0...
embed
75430227_c0
75430227
lisp
0
Title: How to insert a block from a drawing file into a current drawing using autolisp Problem title: How to insert a block from a drawing file into a current drawing using autolisp Tags: lisp, autolisp Problem: How to insert a block from a drawing file into a current drawing using autolisp What I would like to do is i...
How to insert a block from a drawing file into a current drawing using autolisp How to insert a block from a drawing file into a current drawing using autolisp lisp autolisp a autolisp How How to insert a block from a drawing file into a current drawing using autolisp What I would like to do is insert specific blocks f...
[ -0.00885009765625, 0.0146484375, -0.00023174285888671875, 0.001312255859375, -0.00482177734375, 0.041015625, 0.0223388671875, -0.004669189453125, 0.004852294921875, -0.0303955078125, 0.004669189453125, -0.009033203125, -0.01141357421875, -0.0186767578125, -0.0242919921875, 0.0140380859...
[ 11249, 47, 183540, 10, 46389, 1295, 188304, 11435, 3934, 43581, 17368, 1809, 4086, 254, 400, 7008, 1884, 29458, 31347, 96819, 38937, 107730, 109133, 10932, 70163, 28282, 3525, 4358, 77947, 27781, 20697, 9655, 14192, 442, 7440, 83, 105866 ]
[ 0.10723876953125, 0.062255859375, 0.2406005859375, 0.039581298828125, 0.246826171875, 0.139892578125, 0.2010498046875, 0.2181396484375, 0.180419921875, 0.17919921875, 0.0740966796875, 0.168701171875, 0.124755859375, 0.212646484375, 0.09442138671875, 0.1859130859375, 0.021347045898437...
embed
63866305_c0
63866305
lisp
0
Title: How to import "compile-regexp" in a lisp program? Problem title: How to import "compile-regexp" in a lisp program? Tags: emacs, lisp, regex, common-lisp Problem: How to import "compile-regexp" in a lisp program? I am new to LISP and want to run a program containing a function as shown below: ...
How to import "compile-regexp" in a lisp program? How to import "compile-regexp" in a lisp program? emacs lisp regex common-lisp How COMPILE-REGEXP How to import "compile-regexp" in a lisp program? I am new to LISP and want to run a program containing a function as shown below: I get COMPILE-REGEXP ...
[ -0.00457763671875, -0.005584716796875, -0.01611328125, 0.0218505859375, -0.003387451171875, 0.033447265625, -0.00909423828125, 0.0260009765625, -0.00897216796875, -0.03271484375, -0.005401611328125, -0.00701904296875, -0.0016632080078125, -0.0184326171875, 0.01165771484375, 0.001281738...
[ 11249, 47, 24927, 58875, 1340, 9, 10901, 83613, 23, 400, 7008, 1528, 352, 2263, 7, 6835, 3355, 39210, 4086, 254, 61898, 52099, 153189, 26939, 683, 3525, 16970, 9434, 3444, 11675, 70541, 32354, 35064, 9232, 5983, 51042, 14858, 136, 9969, 9...
[ 0.0716552734375, 0.0296173095703125, 0.264892578125, 0.17041015625, 0.2120361328125, 0.069091796875, 0.190673828125, 0.290283203125, 0.0531005859375, 0.132568359375, 0.213623046875, 0.1575927734375, 0.011871337890625, 0.0330810546875, 0.00360107421875, 0.144775390625, 0.181884765625,...
embed
3683388_c1
3683388
lisp
1
'eq) (eq (eval. (cadr e) a) (eval. (caddr e) a))) ((eq (car e) 'car) (car (eval. (cadr e) a))) ((eq (car e) 'cdr) (cdr (eval. (cadr e) a))) ((eq (car e) 'cons) (cons (eval. (cadr e) a) (eval. (caddr e) a))) ((eq (car e) 'cond) (evcon. (cdr e) a)) ('t (eval. (cons (assoc. (car e) a) (cdr e)) a)))) ((eq (caar e) 'label)...
'eq) (eq (eval. (cadr e) a) (eval. (caddr e) a))) ((eq (car e) 'car) (car (eval. (cadr e) a))) ((eq (car e) 'cdr) (cdr (eval. (cadr e) a))) ((eq (car e) 'cons) (cons (eval. (cadr e) a) (eval. (caddr e) a))) ((eq (car e) 'cond) (evcon. (cdr e) a)) ('t (eval. (cons (assoc. (car e) a) (cdr e)) a)))) ((eq (caar e) 'label)...
[ 0.009765625, 0.031982421875, 0.00139617919921875, 0.0201416015625, 0.0031890869140625, -0.00067901611328125, 0.005126953125, 0.024658203125, 0.010009765625, -0.02197265625, -0.006011962890625, 0.0084228515625, -0.002532958984375, -0.009765625, -0.0128173828125, -0.00787353515625, -0....
[ 242, 13, 864, 1405, 5, 25426, 42, 28, 10, 7569, 32149, 60494, 3284, 25553, 2271, 71, 4854, 18, 73395, 80126, 147, 152526, 71788, 6562, 1506, 6492, 85, 9007, 3611, 109637, 4086, 112, 16498, 3404, 501, 139550, 347, 11, 28864, 26073, 7, ...
[ 0.083740234375, 0.07574462890625, 0.2357177734375, 0.2470703125, 0.0357666015625, 0.1102294921875, 0.1153564453125, 0.1898193359375, 0.1641845703125, 0.154052734375, 0.0677490234375, 0.046722412109375, 0.221923828125, 0.1568603515625, 0.1611328125, 0.07037353515625, 0.1259765625, 0...
embed
1717838_c0
1717838
lisp
0
Title: SOAP request from within an AutoLISP/AutoCAD macro Problem title: SOAP request from within an AutoLISP/AutoCAD macro Tags: autocad, autolisp, lisp, soap Problem: SOAP request from within an AutoLISP/AutoCAD macro We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD th...
SOAP request from within an AutoLISP/AutoCAD macro SOAP request from within an AutoLISP/AutoCAD macro autocad autolisp lisp soap within SOAP AutoLISP AutoCAD SOAP request from within an AutoLISP/AutoCAD macro We have built a webservice for a client that uses AutoCAD. They have a macro that runs in AutoCAD that builds a...
[ 0.0189208984375, 0.03369140625, -0.009033203125, 0.0003032684326171875, -0.01556396484375, 0.0252685546875, -0.0064697265625, 0.01080322265625, -0.0150146484375, -0.01397705078125, 0.0137939453125, 0.007598876953125, -0.002716064453125, -0.01513671875, 0.001983642578125, -0.01385498046...
[ 15969, 15383, 50336, 28032, 4396, 67616, 683, 38115, 85427, 111789, 1809, 25426, 4086, 254, 400, 7008, 221, 2631, 88303, 1467, 22584, 23282, 127877, 45367, 959, 26366, 3642, 20653, 25379, 92537, 756, 27798, 43542, 3871, 442, 16031, 3714, 4527...
[ 0.18603515625, 0.2498779296875, 0.22802734375, 0.1270751953125, 0.14892578125, 0.149169921875, 0.191650390625, 0.0709228515625, 0.1905517578125, 0.18310546875, 0.0518798828125, 0.0936279296875, 0.09820556640625, 0.1236572265625, 0.086669921875, 0.14013671875, 0.177490234375, 0.2249...
embed
26707085_c0
26707085
lisp
0
Title: How to access multiple values returned by a function (e.g., cl:parse-integer)? Problem title: How to access multiple values returned by a function (e.g., cl:parse-integer)? Tags: multiple-value, lisp, common-lisp Problem: How to access multiple values returned by a function (e.g., cl:parse-integer)? I'm trying t...
How to access multiple values returned by a function (e.g., cl:parse-integer)? How to access multiple values returned by a function (e.g., cl:parse-integer)? multiple-value lisp common-lisp How e.g cl:parse-integer How to access multiple values returned by a function (e.g., cl:parse-integer)? I'm trying to get three nu...
[ 0.001190185546875, -0.0027008056640625, 0.0001468658447265625, 0.0194091796875, -0.006500244140625, 0.032470703125, 0.017578125, -0.015380859375, 0.00927734375, -0.01416015625, 0.004150390625, 0.0002956390380859375, 0.00592041015625, -0.0030517578125, 0.01483154296875, -0.0084228515625...
[ 11249, 47, 17203, 48716, 142424, 176377, 390, 32354, 33139, 2500, 184, 6191, 1505, 12, 27494, 400, 7008, 39210, 4086, 254, 31577, 2046, 17262, 101935, 1810, 79315, 30646, 116, 14012, 5809, 366, 5281, 831, 8337, 3642, 54, 4343, 34292, 136, ...
[ 0.10888671875, 0.0640869140625, 0.2078857421875, 0.252685546875, 0.2352294921875, 0.2042236328125, 0.0616455078125, 0.191650390625, 0.109375, 0.1595458984375, 0.1461181640625, 0.15625, 0.17333984375, 0.0151824951171875, 0.1632080078125, 0.0614013671875, 0.15625, 0.117919921875, 0...
embed
2992925_c0
2992925
lisp
0
Title: How can I simply "run" lisp files Problem title: How can I simply "run" lisp files Tags: sbcl, file-association, lisp, windows Problem: How can I simply "run" lisp files Python When I learned Python I installed it on windows with a nice gui installer and all .py files would automatically run ...
How can I simply "run" lisp files How can I simply "run" lisp files sbcl file-association lisp windows How How can I simply "run" lisp files Python When I learned Python I installed it on windows with a nice gui installer and all .py files would automatically run in python, from the command line or ...
[ 0.020263671875, 0.00726318359375, -0.00122833251953125, 0.01275634765625, -0.029296875, 0.0002765655517578125, 0.0208740234375, -0.01080322265625, -0.00067138671875, -0.048095703125, 0.0018310546875, 0.028076171875, -0.012939453125, 0.000029802322387695312, -0.0027313232421875, 0.00367...
[ 11249, 831, 42856, 16428, 400, 7008, 102158, 91, 275, 34937, 11435, 107035, 54825, 145581, 97384, 20600, 98, 26267, 17086, 74022, 5, 6493, 191082, 11675, 23, 17198, 50828, 1295, 75101, 13315, 88898, 100270, 23468, 5809, 34648, 3249, 111719, 7...
[ 0.0411376953125, 0.057403564453125, 0.12255859375, 0.2054443359375, 0.165771484375, 0.25390625, 0.1929931640625, 0.0400390625, 0.0880126953125, 0.1734619140625, 0.1463623046875, 0.1627197265625, 0.1397705078125, 0.2425537109375, 0.059661865234375, 0.07489013671875, 0.006317138671875,...
embed
58283336_c0
58283336
lisp
0
Title: LISP: lisp overflowing problem from Hanoi tower problem Problem title: LISP: lisp overflowing problem from Hanoi tower problem Tags: common-lisp, lisp Problem: LISP: lisp overflowing problem from Hanoi tower problem ;gnu clisp 2.49 (defun hanoi(n from_tower to_tower aux_tower) (hanoi (- n 1) from_tower aux_tower...
LISP: lisp overflowing problem from Hanoi tower problem LISP: lisp overflowing problem from Hanoi tower problem common-lisp lisp Hanoi LISP from_tower to_tower aux_tower LISP: lisp overflowing problem from Hanoi tower problem I'm trying to make a Hanoi tower with 5 disks and compiling it on an online LISP compiler and ...
[ -0.004974365234375, 0.0283203125, 0.0022430419921875, 0.0025482177734375, -0.0123291015625, 0.004730224609375, 0.006103515625, 0.0022735595703125, 0.00089263916015625, -0.052490234375, 0.0133056640625, -0.0242919921875, 0.0223388671875, 0.006591796875, 0.00060272216796875, -0.000999450...
[ 16970, 9434, 400, 7008, 645, 118664, 2967, 1295, 2548, 5380, 47, 6488, 39210, 4086, 254, 188, 2970, 31577, 3249, 678, 190, 28338, 9969, 49725, 1118, 34759, 212059, 1631, 592, 1261, 177261, 9069, 54080, 17569, 8781, 18151, 7413, 3129, 2831, ...
[ 0.1319580078125, 0.2432861328125, 0.1533203125, 0.245361328125, 0.13720703125, 0.28515625, 0.1671142578125, 0.09588623046875, 0.1612548828125, 0.2152099609375, 0.1300048828125, 0.1785888671875, 0.098388671875, 0.118408203125, 0.166015625, 0.114013671875, 0.1251220703125, 0.06262207...
embed
71171400_c0
71171400
lisp
0
Title: How to pass a procedure as a parameter in Racket Language? Problem title: How to pass a procedure as a parameter in Racket Language? Tags: parameters, racket, lisp Problem: How to pass a procedure as a parameter in Racket Language? (define (remove (lambda) lst) (if (empty? lst) 0 (if ((lambda(car lst) = 'false))...
How to pass a procedure as a parameter in Racket Language? How to pass a procedure as a parameter in Racket Language? parameters racket lisp How Racket Language How to pass a procedure as a parameter in Racket Language? This piece of code is used to check if numbers in list pass the test called lambda, and return a lis...
[ -0.022216796875, 0.034912109375, -0.00390625, 0.0010833740234375, -0.015380859375, 0.0130615234375, -0.0018157958984375, 0.002960205078125, -0.01202392578125, -0.032958984375, -0.0024566650390625, -0.0152587890625, -0.018310546875, -0.01275634765625, 0.005859375, -0.0120849609375, 0....
[ 11249, 27875, 50491, 237, 10, 171859, 2552, 27853, 83658, 47, 673, 400, 7008, 23, 63847, 18151, 11814, 12765, 101935, 5303, 3034, 21, 6492, 85, 30646, 15490, 115081, 12830, 75101, 26973, 272, 143, 425, 757, 6562, 116, 8439, 19048, 32354, ...
[ 0.062255859375, 0.19189453125, 0.260986328125, 0.1424560546875, 0.08758544921875, 0.2666015625, 0.111328125, 0.2093505859375, 0.19091796875, 0.02459716796875, 0.0716552734375, 0.02484130859375, 0.0845947265625, 0.0274200439453125, 0.011322021484375, 0.086669921875, 0.04248046875, 0...
embed
19642111_c0
19642111
lisp
0
Title: Lisp, sub total of a numbers in a nested list Problem title: Lisp, sub total of a numbers in a nested list Tags: common-lisp, lisp Problem: Lisp, sub total of a numbers in a nested list i have a problem that i just cant work out, the user enters a list ie (total-cost '((anItem 2 0.01) (item 3 0.10) (anotherItem ...
Lisp, sub total of a numbers in a nested list Lisp, sub total of a numbers in a nested list common-lisp lisp Lisp Lisp, sub total of a numbers in a nested list i have a problem that i just cant work out, the user enters a list ie i need to add the number on the end together and then return the result my current code re...
[ 0.00159454345703125, 0.03515625, -0.00677490234375, 0.008544921875, -0.00159454345703125, 0.01287841796875, -0.00323486328125, 0.021484375, 0.013427734375, -0.024169921875, 0.001983642578125, -0.00994873046875, -0.0002841949462890625, 0.0174560546875, 0.00958251953125, -0.0064392089843...
[ 1261, 7008, 1614, 3622, 111, 10, 101935, 23, 8512, 71, 5303, 39210, 4086, 254, 400, 4, 2967, 45767, 4488, 1810, 38937, 30957, 3871, 15190, 14012, 3564, 25842, 30646, 16750, 43581, 18151, 7103, 12638, 66044, 104250, 18499, 241957, 10644, 212...
[ 0.1732177734375, 0.256591796875, 0.260498046875, 0.2247314453125, 0.14697265625, 0.02142333984375, 0.1884765625, 0.07122802734375, 0.2099609375, 0.1138916015625, 0.1942138671875, 0.12939453125, 0.142822265625, 0.1893310546875, 0.1376953125, 0.0133056640625, 0.1143798828125, 0.07751...
embed
3896015_c0
3896015
lisp
0
Title: Critique my Lisp, please Problem title: Critique my Lisp, please Tags: lisp, common-lisp Problem: Critique my Lisp, please I have created a nice little routine: (defun unzip (seq) "Takes an even-length list and breaks it apart by evens/odd index" (let ((oddresult '()) (evenresult '())) (loop for n from 0 to (- (...
Critique my Lisp, please Critique my Lisp, please lisp common-lisp 0 Critique Lisp Takes CL-USER Critique my Lisp, please I have created a nice little routine: And to use it: However, I am keenly aware of my ability to write botch C++ in any language, and would like some analysis of my unzip for good Common Lisp style.
[ 0.006103515625, 0.0289306640625, 0.01373291015625, 0.005645751953125, -0.0036163330078125, 0.0281982421875, -0.01104736328125, 0.0067138671875, 0.00136566162109375, -0.023193359375, -0.0032806396484375, 0.0130615234375, -0.009765625, 0.017333984375, -0.0106201171875, 0.0283203125, -0...
[ 26315, 20873, 759, 1261, 7008, 22936, 400, 39210, 4086, 254, 757, 2561, 46323, 1062, 50184, 765, 75935, 26267, 10176, 124374, 4527, 33306, 107419, 81273, 47, 33022, 13820, 206, 313, 37223, 2499, 46876, 1884, 3060, 114137, 51, 50836, 4127, 1...
[ 0.19677734375, 0.1976318359375, 0.10577392578125, 0.1917724609375, 0.2301025390625, 0.1463623046875, 0.1419677734375, 0.142578125, 0.1439208984375, 0.1436767578125, 0.05267333984375, 0.057464599609375, 0.0955810546875, 0.10626220703125, 0.0731201171875, 0.00909423828125, 0.0748291015...
embed
27666457_c0
27666457
lisp
0
Title: Mapcar in-place: destructively modify a list of lists Problem title: Mapcar in-place: destructively modify a list of lists Tags: lisp, in-place, common-lisp Problem: Mapcar in-place: destructively modify a list of lists I have a list of lists: (setq xs (list (list 1 2 3) (list 4 5 6) (list 7 8 9))) . I want to r...
Mapcar in-place: destructively modify a list of lists Mapcar in-place: destructively modify a list of lists lisp in-place common-lisp Mapcar Mapcar in-place: destructively modify a list of lists I have a list of lists: (setq xs (list (list 1 2 3) (list 4 5 6) (list 7 8 9))) . I want to remove a first element from each ...
[ 0.020751953125, 0.026123046875, 0.0233154296875, -0.012939453125, -0.013427734375, 0.021484375, 0.0072021484375, 0.005828857421875, 0.00408935546875, -0.0018157958984375, -0.00115966796875, 0.01373291015625, 0.00872802734375, 0.01904296875, 0.007080078125, 0.0111083984375, -0.0083618...
[ 42719, 3284, 23, 23935, 8, 36716, 5844, 2811, 40383, 5303, 400, 7008, 39210, 4086, 254, 87, 765, 3509, 864, 1022, 6562, 116, 8439, 201, 190, 35914, 361, 382, 483, 32149, 3444, 87388, 5117, 12830, 12638, 2046, 54753, 11516, 17966, 77816, ...
[ 0.2025146484375, 0.279541015625, 0.089599609375, 0.173583984375, 0.0435791015625, 0.1295166015625, 0.07415771484375, 0.1097412109375, 0.1024169921875, 0.238525390625, 0.092041015625, 0.1815185546875, 0.10467529296875, 0.07098388671875, 0.1375732421875, 0.010284423828125, 0.0381164550...
embed
27875852_c0
27875852
lisp
0
Title: Why do I get "Undefined function" warning when compiling a function? Problem title: Why do I get "Undefined function" warning when compiling a function? Tags: sbcl, lisp, emacs, common-lisp Problem: Why do I get "Undefined function" warning when compiling a function? Why won't this compile? W...
Why do I get "Undefined function" warning when compiling a function? Why do I get "Undefined function" warning when compiling a function? sbcl lisp emacs common-lisp Why Undefined ORDERED STYLE-WARNING Why do I get "Undefined function" warning when compiling a function? Why won't this compile? Why d...
[ 0.017822265625, 0.003265380859375, 0.01177978515625, -0.00811767578125, -0.004364013671875, 0.0157470703125, -0.0032806396484375, -0.004730224609375, -0.004241943359375, -0.0096435546875, -0.015380859375, -0.012939453125, -0.00537109375, -0.01318359375, 0.010498046875, -0.0031585693359...
[ 44084, 2046, 41502, 1062, 1067, 5983, 297, 32354, 1631, 592, 9969, 49725, 54, 275, 34937, 400, 7008, 352, 2263, 39210, 4086, 254, 79912, 33172, 179866, 397, 224170, 60873, 25795, 3229, 23742, 18, 1340, 54433, 12989, 83, 9232, 17368, 90944, ...
[ 0.0784912109375, 0.03997802734375, 0.03045654296875, 0.0533447265625, 0.136962890625, 0.2032470703125, 0.1470947265625, 0.2139892578125, 0.125244140625, 0.09326171875, 0.129150390625, 0.15185546875, 0.013092041015625, 0.00048828125, 0.1041259765625, 0.032440185546875, 0.1099853515625...
embed
48264593_c0
48264593
lisp
0
Title: Looking for a program that can help me generates for a lisp program a lines of code per function statistics Problem title: Looking for a program that can help me generates for a lisp program a lines of code per function statistics Tags: code-metrics, common-lisp, lines-of-code, lisp, metrics Problem: Looking for...
Looking for a program that can help me generates for a lisp program a lines of code per function statistics Looking for a program that can help me generates for a lisp program a lines of code per function statistics code-metrics common-lisp lines-of-code lisp metrics Looking Looking for a program that can help me gener...
[ 0.0018768310546875, 0.00958251953125, -0.005126953125, -0.00701904296875, -0.0164794921875, 0.01287841796875, 0.0159912109375, -0.00836181640625, 0.005035400390625, -0.032470703125, -0.02392578125, -0.01495361328125, -0.00128173828125, -0.005645751953125, 0.0098876953125, -0.0061340332...
[ 157268, 100, 1528, 831, 4358, 163, 139392, 7, 400, 7008, 124519, 111, 18151, 117, 32354, 80835, 10, 186518, 39210, 4086, 254, 4390, 40899, 27079, 16487, 1261, 903, 26950, 12638, 111789, 54529, 5941, 195625, 99201, 2663, 17366, 6275, 56, 280...
[ 0.075927734375, 0.04058837890625, 0.2091064453125, 0.05120849609375, 0.10491943359375, 0.05511474609375, 0.1795654296875, 0.0229949951171875, 0.16845703125, 0.226318359375, 0.19287109375, 0.1839599609375, 0.2147216796875, 0.1463623046875, 0.20263671875, 0.2452392578125, 0.03044128417...
embed
3265879_c0
3265879
lisp
0
Title: evaluate expression before it is put in lambda Problem title: evaluate expression before it is put in lambda Tags: lisp, emacs, elisp Problem: evaluate expression before it is put in lambda I have the following piece of code in my .emacs : (dolist (mode '(scheme emacs-lisp lisp clojure)) (add-hook (intern (conca...
evaluate expression before it is put in lambda evaluate expression before it is put in lambda lisp emacs elisp evaluate expression before it is put in lambda I have the following piece of code in my .emacs : Obviously the mode variable is void when lambda gets to execute. The question is how I evaluate mode in such a w...
[ -0.01446533203125, -0.0025482177734375, 0.005523681640625, 0.001068115234375, -0.005218505859375, 0.029541015625, 0.00130462646484375, 0.0294189453125, 0.006072998046875, -0.044921875, 0.00970458984375, -0.02392578125, 0.004241943359375, -0.016357421875, 0.0030670166015625, -0.01989746...
[ 151575, 13, 125195, 8108, 3884, 23, 21, 6492, 85, 400, 7008, 352, 2263, 15296, 18151, 11883, 4439, 13736, 77336, 2292, 71, 3229, 62163, 71924, 9655, 3642, 6044, 22027, 18, 3934, 34292, 3444, 26008, 28412, 297, 150522, 83, 11675 ]
[ 0.2215576171875, 0.113037109375, 0.25048828125, 0.1158447265625, 0.04742431640625, 0.05804443359375, 0.06536865234375, 0.1873779296875, 0.1441650390625, 0.051422119140625, 0.13623046875, 0.04541015625, 0.096923828125, 0.0164337158203125, 0.09228515625, 0.11181640625, 0.1590576171875,...
embed
46770993_c0
46770993
lisp
0
Title: Remove from list from other list Problem title: Remove from list from other list Tags: common-lisp, clisp, lisp Problem: Remove from list from other list I have list which contain other lists (2 levels only) ((S U S U R) (S U S R) (S U R)) How to remove the lists from list which contains some pairs, the same com...
Remove from list from other list Remove from list from other list common-lisp clisp lisp list other Remove Remove from list from other list I have list which contain other lists (2 levels only) How to remove the lists from list which contains some pairs, the same combination of 2 element on first ans second position in...
[ -0.020263671875, 0.042236328125, 0.00225830078125, 0.02001953125, -0.020263671875, 0.00640869140625, 0.004730224609375, 0.00787353515625, 0.01495361328125, -0.00811767578125, -0.00026702880859375, 0.00836181640625, 0.0211181640625, -0.01025390625, -0.0299072265625, 0.00714111328125, ...
[ 181139, 1295, 5303, 3789, 39210, 4086, 254, 95701, 7008, 400, 765, 70541, 4700, 90926, 4734, 11249, 47, 87388, 7, 3060, 80836, 5701, 162515, 116, 12830, 5117, 7210, 17932, 19069, 138, 201, 927, 27781, 294, 345, 30646, 627, 3871, 27198, 15...
[ 0.2376708984375, 0.1556396484375, 0.2391357421875, 0.1773681640625, 0.09375, 0.067626953125, 0.1131591796875, 0.04510498046875, 0.141845703125, 0.0743408203125, 0.01727294921875, 0.09326171875, 0.0726318359375, 0.1881103515625, 0.039947509765625, 0.0250701904296875, 0.010345458984375...
embed
1275880_c0
1275880
lisp
0
Title: What is the best open source common lisp implementation that works with Eclipse? Problem title: What is the best open source common lisp implementation that works with Eclipse? Tags: lisp, common-lisp, eclipse, eclipse-plugin Problem: What is the best open source common lisp implementation that works with Eclips...
What is the best open source common lisp implementation that works with Eclipse? What is the best open source common lisp implementation that works with Eclipse? lisp common-lisp eclipse eclipse-plugin What Eclipse What is the best open source common lisp implementation that works with Eclipse? I have started working m...
[ 0.00848388671875, 0.0220947265625, -0.00628662109375, 0.0225830078125, 0.004241943359375, 0.01611328125, 0.008056640625, -0.01165771484375, 0.000823974609375, -0.013916015625, 0.01171875, 0.0098876953125, -0.00274658203125, 0.01031494140625, 0.01422119140625, -0.004302978515625, -0.0...
[ 2965, 9803, 31344, 39210, 400, 7008, 208124, 43240, 678, 234962, 4086, 254, 106371, 184, 145301, 73, 4865, 70, 109613, 151301, 1261, 16487, 16970, 9434, 98, 2806, 26267, 2174, 36497, 157353, 30391, 9069, 21130, 29908, 3773, 11787, 158978, 413...
[ 0.1351318359375, 0.117431640625, 0.134521484375, 0.1541748046875, 0.1534423828125, 0.1949462890625, 0.1756591796875, 0.0947265625, 0.1197509765625, 0.2330322265625, 0.1251220703125, 0.1552734375, 0.1385498046875, 0.121826171875, 0.1226806640625, 0.081298828125, 0.03125, 0.012573242...
embed
65969462_c0
65969462
lisp
0
Title: How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr? Problem title: How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr? Tags: list, cdr, cons, clojure, lisp Problem: How do lisps that prefer first and rest to car and cdr approach combinat...
How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr? How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr? list cdr cons clojure lisp How How do lisps that prefer first and rest to car and cdr approach combinations like cdaddr? One of the great sc...
[ -0.0169677734375, 0.021240234375, -0.01324462890625, 0.0155029296875, -0.01287841796875, 0.0218505859375, 0.004119873046875, 0.000881195068359375, -0.0030975341796875, -0.031005859375, -0.018798828125, 0.0004558563232421875, 0.00634765625, 0.012451171875, -0.0084228515625, -0.003265380...
[ 11249, 400, 7, 6423, 12601, 5117, 136, 10588, 2258, 56329, 42, 51515, 162515, 12409, 7569, 47, 5303, 158, 20450, 461, 107, 7008, 501, 5094, 8780, 1261, 26908, 5608, 765, 72382, 89160, 70163, 97160, 36340, 32354, 959, 4527, 51053, 205794, ...
[ 0.019744873046875, 0.1007080078125, 0.1055908203125, 0.15771484375, 0.1614990234375, 0.119384765625, 0.1219482421875, 0.2086181640625, 0.2034912109375, 0.0894775390625, 0.139892578125, 0.11572265625, 0.205322265625, 0.051788330078125, 0.1654052734375, 0.01177978515625, 0.0712890625, ...
embed
40547679_c0
40547679
lisp
0
Title: Does GC remove all objects after ns removal in Clojure? Problem title: Does GC remove all objects after ns removal in Clojure? Tags: clojurescript, garbage-collection, functional-programming, clojure, lisp Problem: Does GC remove all objects after ns removal in Clojure? I develop some application that it gets da...
Does GC remove all objects after ns removal in Clojure? Does GC remove all objects after ns removal in Clojure? clojurescript garbage-collection functional-programming clojure lisp Does Clojure Does GC remove all objects after ns removal in Clojure? I develop some application that it gets data from client and creates n...
[ 0.00677490234375, 0.0240478515625, 0.00341796875, 0.0252685546875, -0.0107421875, 0.00726318359375, 0.01043701171875, 0.0113525390625, -0.012939453125, 0.0012359619140625, 0.004302978515625, 0.0013580322265625, 0.005035400390625, 0.003387451171875, 0.00897216796875, -0.0103759765625, ...
[ 101790, 69657, 87388, 756, 36746, 7103, 1779, 49146, 1405, 51053, 461, 107, 23, 20450, 32032, 402, 196352, 123309, 28966, 7008, 85493, 38415, 2053, 23282, 28282, 4027, 45258, 159029, 32354, 30646, 140992, 19364, 26973, 272, 187694, 90825, 12638...
[ 0.05072021484375, 0.21240234375, 0.167236328125, 0.0986328125, 0.1922607421875, 0.0994873046875, 0.197265625, 0.1168212890625, 0.08349609375, 0.124267578125, 0.15087890625, 0.1295166015625, 0.0140533447265625, 0.0638427734375, 0.0986328125, 0.05364990234375, 0.0369873046875, 0.0557...
embed
49370553_c0
49370553
lisp
0
Title: macro for class accessors Problem title: macro for class accessors Tags: lisp, common-lisp Problem: macro for class accessors I'm trying to write a macro, which writes accesors for a class automatically for all slots. I came up with this (defmacro defacc (class) (loop for name in (mapcar #'slot-definition-name (...
macro for class accessors macro for class accessors lisp common-lisp macro for class accessors I'm trying to write a macro, which writes accesors for a class automatically for all slots. I came up with this But it does not define any function( Without loop, it works for single function and single slot name. I don't get...
[ -0.00885009765625, 0.00921630859375, 0.0057373046875, -0.00457763671875, 0.0029754638671875, 0.0240478515625, -0.0087890625, 0.004486083984375, 0.0205078125, -0.0400390625, -0.020263671875, 0.00848388671875, 0.00518798828125, -0.00787353515625, 0.0220947265625, -0.019287109375, -0.01...
[ 111789, 100, 18507, 17203, 25251, 400, 7008, 39210, 4086, 254, 31577, 33022, 24611, 4295, 191082, 756, 121892, 1257, 959, 61924, 32354, 177417, 40956, 43240, 11001, 24897, 9351, 2967, 37842, 67413, 4390, 55898, 116071, 110, 135179, 90820, 678, ...
[ 0.2342529296875, 0.04925537109375, 0.204833984375, 0.157958984375, 0.196044921875, 0.072021484375, 0.1451416015625, 0.126220703125, 0.0660400390625, 0.1605224609375, 0.03460693359375, 0.11767578125, 0.1612548828125, 0.161865234375, 0.1949462890625, 0.043243408203125, 0.1966552734375,...
embed
62232404_c1
62232404
lisp
1
3/67762635780343597914988263490310774732975168 1 ]=> End of input stream reached. Here is the source code of the program, it works great at the repl.it: (define (square x) (* x x)) (define (abs x) (if (<= x 0) (- x) x)) (define (average x y) (/ (+ x y) 2)) (define (improve guess x) (average guess (/ x guess))) (define ...
3/67762635780343597914988263490310774732975168 1 ]=> End of input stream reached. Here is the source code of the program, it works great at the repl.it: (define (square x) (* x x)) (define (abs x) (if (<= x 0) (- x) x)) (define (average x y) (/ (+ x y) 2)) (define (improve guess x) (average guess (/ x guess))) (define ...
[ -0.0218505859375, 0.0087890625, -0.0079345703125, 0.0019989013671875, 0.0164794921875, 0.01904296875, 0.0101318359375, -0.00124359130859375, -0.01422119140625, -0.01177978515625, 0.0264892578125, -0.031494140625, -0.0037689208984375, -0.0279541015625, 0.0155029296875, -0.008544921875, ...
[ 138, 170242, 99263, 199439, 93657, 106, 18878, 111, 107730, 75973, 157578, 31344, 18151, 1528, 442, 43240, 6782, 456, 2424, 217, 112, 64552, 108047, 1022, 75402, 2055, 3190, 16093, 757, 9, 8216, 29838, 113, 22183, 4958, 128659, 57767, 70810, ...
[ 0.05218505859375, 0.042327880859375, 0.0001220703125, 0.026397705078125, 0.033355712890625, 0.029754638671875, 0.230224609375, 0.1431884765625, 0.24267578125, 0.2587890625, 0.2406005859375, 0.1849365234375, 0.196533203125, 0.2296142578125, 0.02178955078125, 0.1129150390625, 0.0621032...
embed
36776822_c0
36776822
lisp
0
Title: Cannot open module file: net/sendmail Problem title: Cannot open module file: net/sendmail Tags: racket, lisp Problem: Cannot open module file: net/sendmail I'm trying to compile this simple racket sendmail code: #lang racket (require net/sendmail) (send-mail-message "sender@somewhere.com" "Some Subject" '("reci...
Cannot open module file: net/sendmail Cannot open module file: net/sendmail racket lisp net/sendmail Cannot somewhere.com Some Subject elsewhere.com recipient2 email.rkt Cannot open module file: net/sendmail I'm trying to compile this simple racket sendmail code: But when I compile: I get this error: I thought the send...
[ 0.0020904541015625, 0.0118408203125, -0.0128173828125, 0.0279541015625, 0.0093994140625, 0.0224609375, 0.00157928466796875, 0.016357421875, -0.0115966796875, -0.03662109375, 0.004974365234375, -0.0135498046875, 0.0067138671875, -0.001678466796875, 0.01007080078125, -0.00830078125, -0...
[ 4171, 10869, 9803, 88996, 11435, 2043, 39285, 2065, 673, 27853, 400, 7008, 174653, 277, 94341, 234311, 134003, 304, 3340, 7190, 18, 31577, 9969, 1340, 8781, 25379, 18151, 18499, 17569, 35773, 1294, 509, 88303, 73, 44691 ]
[ 0.004241943359375, 0.12371826171875, 0.185791015625, 0.1854248046875, 0.1431884765625, 0.0880126953125, 0.09063720703125, 0.2269287109375, 0.10089111328125, 0.2078857421875, 0.03643798828125, 0.12115478515625, 0.11529541015625, 0.0955810546875, 0.1470947265625, 0.1151123046875, 0.136...
embed
9402541_c0
9402541
lisp
0
Title: Lisp if-statement - emacs initialization file &quot;.emacs&quot; Problem title: Lisp if-statement - emacs initialization file &quot;.emacs&quot; Tags: lisp, file, emacs, elisp Problem: Lisp if-statement - emacs initialization file ".emacs" I modified my .emacs file to make auto-backups hidden files via the follo...
Lisp if-statement - emacs initialization file &quot;.emacs&quot; Lisp if-statement - emacs initialization file &quot;.emacs&quot; lisp file emacs elisp Lisp Lisp if-statement - emacs initialization file ".emacs" I modified my .emacs file to make auto-backups hidden files via the following code: It works great except th...
[ 0.0072021484375, 0.033203125, -0.02001953125, 0.0020294189453125, -0.016845703125, 0.016357421875, 0.0050048828125, 0.0284423828125, -0.00927734375, 0.0159912109375, -0.02001953125, 0.012451171875, -0.03173828125, 0.007598876953125, 0.006011962890625, -0.01336669921875, -0.0198974609...
[ 1261, 7008, 2174, 61340, 674, 352, 2263, 7, 61475, 47691, 11435, 11883, 4439, 400, 15296, 73197, 3249, 1809, 12620, 74854, 204105, 102158, 1829, 25632, 18151, 43240, 6782, 40494, 126502, 29822, 1295, 15080, 555, 43883, 47, 157, 10617, 56, 3...
[ 0.18408203125, 0.2474365234375, 0.17724609375, 0.1746826171875, 0.05224609375, 0.0966796875, 0.1634521484375, 0.073974609375, 0.1402587890625, 0.049224853515625, 0.1141357421875, 0.1683349609375, 0.1898193359375, 0.1431884765625, 0.03082275390625, 0.1546630859375, 0.0307159423828125,...
embed
72983152_c0
72983152
lisp
0
Title: Unused loop variables in Lisp Problem title: Unused loop variables in Lisp Tags: common-lisp, lisp, loops, unused-variables Problem: Unused loop variables in Lisp Sometime, I need to iterate $n$ times where $n$ is the number of elements in a list. Of course, I could write something like: (loop for i from 0 below...
Unused loop variables in Lisp Unused loop variables in Lisp common-lisp lisp loops unused-variables 0 Unused Lisp Unused loop variables in Lisp Sometime, I need to iterate $n$ times where $n$ is the number of elements in a list. Of course, I could write something like: But I like to write rather: where the for u in l p...
[ 0.01507568359375, 0.0257568359375, 0.00113677978515625, -0.00225830078125, -0.017578125, 0, -0.004547119140625, 0.0218505859375, 0.0025787353515625, -0.0067138671875, -0.0076904296875, -0.007537841796875, 0.0089111328125, 0.017822265625, 0.005950927734375, 0.00799560546875, -0.015380...
[ 992, 33740, 40956, 77336, 1261, 7008, 39210, 4086, 254, 400, 51, 21690, 19736, 757, 6032, 3871, 17, 8560, 67, 19, 20028, 7440, 83, 14012, 80854, 5303, 5809, 33022, 1884, 43257, 100, 75, 96, 2831, 179140, 7279, 7103, 720, 18, 4527, 29481...
[ 0.08740234375, 0.1749267578125, 0.218505859375, 0.274658203125, 0.144287109375, 0.22998046875, 0.04736328125, 0.09716796875, 0.1585693359375, 0.112060546875, 0.048309326171875, 0.10498046875, 0.0261077880859375, 0.000762939453125, 0.06689453125, 0.0684814453125, 0.04339599609375, 0...
embed
72638486_c1
72638486
lisp
1
objRange (vlax-get-property wsRange "Range" "$A$1:$V$6")) (vlax-invoke-method objRange 'Select) ;; Method 2 ;; ??? ;; Releasing Excel Application (vlax-release-object *ExcelApp*)(gc); Releasing from memory (setq *ExcelApp* nil);--------------; Setting variable to nothing );defun C:fcnTest Code signals: Autolisp, memor...
objRange (vlax-get-property wsRange "Range" "$A$1:$V$6")) (vlax-invoke-method objRange 'Select) ;; Method 2 ;; ??? ;; Releasing Excel Application (vlax-release-object *ExcelApp*)(gc); Releasing from memory (setq *ExcelApp* nil);--------------; Setting variable to nothing );defun C:fcnTest Code signals: Autolisp, memor...
[ 0.010498046875, 0.0172119140625, 0.004150390625, 0.027099609375, -0.0103759765625, -0.0166015625, -0.0177001953125, 0.003997802734375, 0.0062255859375, 0.03125, 0.0162353515625, 0.01043701171875, -0.005859375, -0.00180816650390625, 0.0123291015625, -0.011962890625, 0.0034332275390625...
[ 995, 170, 1052, 51459, 32019, 425, 3794, 36290, 56, 148, 7, 284, 82825, 856, 910, 23253, 13, 1928, 7352, 294, 100184, 74644, 116, 37336, 14507, 30326, 104921, 233707, 187694, 184926, 39179, 853, 1295, 98323, 3509, 864, 17324, 503, 19514, ...
[ 0.168212890625, 0.14697265625, 0.1878662109375, 0.2333984375, 0.1766357421875, 0.1876220703125, 0.1268310546875, 0.1339111328125, 0.1256103515625, 0.09326171875, 0.005615234375, 0.0283966064453125, 0.05926513671875, 0.10504150390625, 0.1053466796875, 0.118896484375, 0.005889892578125...
embed
10056618_c0
10056618
lisp
0
Title: List evaluation in LISP (strange behaviour of cons) Problem title: List evaluation in LISP (strange behaviour of cons) Tags: racket, scheme, list, cons, lisp Problem: List evaluation in LISP (strange behaviour of cons) I am currently playing around with LISP. Everything is fine, but I can't understand the follow...
List evaluation in LISP (strange behaviour of cons) List evaluation in LISP (strange behaviour of cons) racket scheme list cons lisp List LISP List evaluation in LISP (strange behaviour of cons) I am currently playing around with LISP. Everything is fine, but I can't understand the following issue. I have the this appe...
[ -0.00592041015625, 0.0322265625, 0.00958251953125, 0.021240234375, 0.005859375, 0.01153564453125, -0.0048828125, 0.0101318359375, 0.0078125, -0.0181884765625, 0.017333984375, -0.00177001953125, 0.00128936767578125, 0.01068115234375, 0.0016937255859375, 0.00133514404296875, 0.02209472...
[ 32036, 219836, 16970, 9434, 27254, 429, 224833, 158, 7, 673, 27853, 150370, 5303, 400, 7008, 75169, 10932, 171581, 5885, 831, 18, 28219, 31089, 903, 114689, 71, 21473, 4527, 1884, 16750, 2552, 83, 4966, 15400, 2343, 73, 5608, 186, 41600, ...
[ 0.232421875, 0.2003173828125, 0.161865234375, 0.24365234375, 0.05682373046875, 0.04022216796875, 0.145751953125, 0.191162109375, 0.10540771484375, 0.06451416015625, 0.210205078125, 0.1341552734375, 0.2257080078125, 0.1026611328125, 0.142333984375, 0.047515869140625, 0.020309448242187...
embed
58464448_c0
58464448
lisp
0
Title: Emacs slime management, user input and multi eval and print Problem title: Emacs slime management, user input and multi eval and print Tags: slime, emacs, lisp Problem: Emacs slime management, user input and multi eval and print I'm on ubuntu 19. Using emacs, slime and sbcl to practice some lisp. Currently I hav...
Emacs slime management, user input and multi eval and print Emacs slime management, user input and multi eval and print slime emacs lisp Emacs Emacs slime management, user input and multi eval and print I'm on ubuntu 19. Using emacs, slime and sbcl to practice some lisp. Currently I have one buffer in slime mode in one...
[ -0.01123046875, 0.0164794921875, -0.0098876953125, 0.00555419921875, -0.0184326171875, 0.037109375, 0.0196533203125, 0.00101470947265625, -0.0220947265625, -0.020751953125, 0.01025390625, 0.016845703125, -0.00836181640625, 0.0223388671875, -0.0035552978515625, -0.00885009765625, 0.00...
[ 85269, 4439, 34264, 13, 24365, 38937, 107730, 6024, 28, 1405, 28412, 352, 2263, 400, 7008, 198996, 6529, 345, 275, 34937, 41361, 1632, 373, 18234, 13736, 76896, 59478, 3444, 71924, 13315, 33022, 442, 24234, 313, 9, 238, 254, 9790, 5423, 9...
[ 0.163818359375, 0.18017578125, 0.19189453125, 0.196044921875, 0.1937255859375, 0.1336669921875, 0.1767578125, 0.090576171875, 0.0266265869140625, 0.17236328125, 0.1485595703125, 0.0777587890625, 0.1378173828125, 0.10986328125, 0.1767578125, 0.1473388671875, 0.2044677734375, 0.03002...
embed
39691673_c0
39691673
lisp
0
Title: appending a variable to list of lists using lisp Problem title: appending a variable to list of lists using lisp Tags: common-lisp, lisp, list Problem: appending a variable to list of lists using lisp I have a list defined as follows: (defparameter testlist '(((a b) (c d)) ((e f) (g h ))) ) I also have a variabl...
appending a variable to list of lists using lisp appending a variable to list of lists using lisp common-lisp lisp list lisp appending a variable to list of lists using lisp I have a list defined as follows: I also have a variable defined as : I want to append a feature to (c d) . When I try: testlist becomes: However,...
[ 0.0030975341796875, 0.0189208984375, 0.0079345703125, -0.00140380859375, 0.002838134765625, -0.0087890625, -0.00531005859375, 0.0196533203125, 0.005889892578125, 0.01092529296875, 0.01397705078125, 0.00054168701171875, -0.006439208984375, -0.0025634765625, -0.00604248046875, -0.0115356...
[ 1747, 96819, 77336, 47, 5303, 7, 17368, 400, 7008, 39210, 4086, 254, 111, 61924, 3444, 114689, 71, 60213, 104, 9790, 3034, 6562, 24209, 351, 20633, 3674, 26366, 15400, 16750, 73342, 11522, 55300, 17366 ]
[ 0.092041015625, 0.107666015625, 0.2452392578125, 0.066650390625, 0.1910400390625, 0.022125244140625, 0.0193328857421875, 0.117431640625, 0.1822509765625, 0.055511474609375, 0.07586669921875, 0.1136474609375, 0.011810302734375, 0.088134765625, 0.0872802734375, 0.13232421875, 0.0902099...
embed
52086082_c0
52086082
lisp
0
Title: This is a bug in sbcl? Problem title: This is a bug in sbcl? Tags: clos, common-lisp, lisp, literals, sbcl Problem: This is a bug in sbcl? Why happen this in sbcl? Maybe a bug? (defclass myclass () ((s1 :initform '((a . 1) (b . 2))) (s2 :initform '((a . 1) (b . 2))))) (defparameter ins (make-instance 'myclass)) ...
This is a bug in sbcl? This is a bug in sbcl? clos common-lisp lisp literals sbcl This is a bug in sbcl? Why happen this in sbcl? Maybe a bug? But if change :initform to : The problem disappears I test this in sbcl 1.4.3 and 1.4.11 . In clisp it seems that the problem does not arise.
[ -0.00007867813110351562, 0.00799560546875, -0.0042724609375, -0.001007080078125, 0.00274658203125, -0.0021820068359375, 0.0179443359375, 0.01177978515625, 0.0185546875, -0.01513671875, -0.005279541015625, 0.0284423828125, 0.01031494140625, 0.00970458984375, 0.021240234375, -0.024047851...
[ 3293, 83, 10, 54608, 23, 91, 275, 34937, 32, 20450, 7, 39210, 4086, 254, 400, 7008, 15659, 16765, 44084, 53383, 903, 83425, 15549, 152, 73, 217, 5037, 47, 2967, 213566, 3034, 615, 158406, 48733, 1662, 360, 95701, 442, 70, 959, 58944 ]
[ 0.0999755859375, 0.07501220703125, 0.031890869140625, 0.1939697265625, 0.114013671875, 0.0841064453125, 0.12066650390625, 0.256103515625, 0.018768310546875, 0.1871337890625, 0.10723876953125, 0.1580810546875, 0.10009765625, 0.1824951171875, 0.0794677734375, 0.189453125, 0.14270019531...
embed
2045564_c0
2045564
lisp
0
Title: Connect SBCL on Windows to SQL Server using Integrated Authentication Problem title: Connect SBCL on Windows to SQL Server using Integrated Authentication Tags: odbc, lisp, common-lisp, sbcl, sql-server Problem: Connect SBCL on Windows to SQL Server using Integrated Authentication What is the path of least resis...
Connect SBCL on Windows to SQL Server using Integrated Authentication Connect SBCL on Windows to SQL Server using Integrated Authentication odbc lisp common-lisp sbcl sql-server Integrated Connect SBCL Windows SQL Server Authentication Connect SBCL on Windows to SQL Server using Integrated Authentication What is the pa...
[ 0.0220947265625, 0.0023193359375, 0.0186767578125, 0.0252685546875, -0.01611328125, 0.0201416015625, -0.0093994140625, -0.01031494140625, -0.0184326171875, -0.0380859375, 0.006988525390625, 0.00121307373046875, -0.007232666015625, 0.0108642578125, -0.0072021484375, -0.0162353515625, ...
[ 62448, 90944, 37486, 98, 3773, 47, 80866, 22687, 17368, 91969, 3674, 52236, 63250, 120639, 229, 65037, 400, 7008, 39210, 4086, 254, 91, 275, 34937, 99247, 39642, 60875, 19713, 39746, 7154, 20949, 38415, 51042, 37067, 110527, 78779, 195734, 12...
[ 0.1859130859375, 0.18017578125, 0.249267578125, 0.051666259765625, 0.1925048828125, 0.174560546875, 0.23876953125, 0.18994140625, 0.0166473388671875, 0.1650390625, 0.07366943359375, 0.0982666015625, 0.162353515625, 0.0189056396484375, 0.098876953125, 0.1573486328125, 0.05047607421875...
embed
41383951_c0
41383951
lisp
0
Title: Sorting a list of char in Lisp Problem title: Sorting a list of char in Lisp Tags: lisp, sorting Problem: Sorting a list of char in Lisp Is there a way to sort a list made of only characters in alphabetic order (from "a" to "z"), such as: (list c m a y k) => (list a c k m y)? I didn't found a sort like that, so ...
Sorting a list of char in Lisp Sorting a list of char in Lisp lisp sorting Sorting Lisp Sorting a list of char in Lisp Is there a way to sort a list made of only characters in alphabetic order (from "a" to "z"), such as: (list c m a y k) => (list a c k m y)? I didn't found a sort like that, so i thought this could solv...
[ 0.00543212890625, 0.01141357421875, 0.00970458984375, 0.01373291015625, -0.01129150390625, 0.005828857421875, 0.0128173828125, -0.00799560546875, -0.01055908203125, 0.007415771484375, -0.007232666015625, -0.004669189453125, 0.0031585693359375, 0.0230712890625, -0.0245361328125, -0.0125...
[ 53666, 214, 5303, 21441, 23, 1261, 7008, 400, 12096, 111, 2685, 10, 3917, 47, 7228, 4734, 124850, 229231, 12989, 161063, 11, 169, 6562, 501, 347, 113, 472, 44357, 14037, 1884, 86869, 2967, 179933, 17368, 172127, 140992, 959, 3444, 89536, ...
[ 0.2108154296875, 0.03387451171875, 0.2142333984375, 0.2032470703125, 0.05084228515625, 0.1588134765625, 0.2322998046875, 0.1201171875, 0.239501953125, 0.0498046875, 0.01458740234375, 0.05462646484375, 0.08526611328125, 0.06719970703125, 0.05804443359375, 0.10595703125, 0.19677734375,...
embed
54897066_c0
54897066
lisp
0
Title: Using Lisp: define a function that takes a list and a number and returns true if the number occurs in the list Problem title: Using Lisp: define a function that takes a list and a number and returns true if the number occurs in the list Tags: common-lisp, lisp Problem: Using Lisp: define a function that takes a ...
Using Lisp: define a function that takes a list and a number and returns true if the number occurs in the list Using Lisp: define a function that takes a list and a number and returns true if the number occurs in the list common-lisp lisp Using Lisp Using Lisp: define a function that takes a list and a number and retur...
[ -0.01470947265625, 0.022216796875, 0.00970458984375, -0.005279541015625, 0.0057373046875, 0.0206298828125, 0.00762939453125, 0.00022602081298828125, -0.01324462890625, -0.01141357421875, -0.00138092041015625, 0.0028228759765625, -0.01129150390625, 0.0042724609375, 0.0029449462890625, 0...
[ 345, 6953, 1261, 7008, 12, 61924, 10, 32354, 450, 51776, 5303, 136, 14012, 30646, 7, 29568, 2174, 74918, 23, 39210, 4086, 254, 400, 3525, 47, 2967, 31577, 7413, 1284, 83, 959, 20697, 38246, 7228, 63805, 14373, 140992, 17324, 64457, 20594,...
[ 0.09130859375, 0.0870361328125, 0.192138671875, 0.261962890625, 0.0233001708984375, 0.1651611328125, 0.026336669921875, 0.232177734375, 0.054107666015625, 0.1451416015625, 0.23388671875, 0.09332275390625, 0.2105712890625, 0.227294921875, 0.029510498046875, 0.2069091796875, 0.09912109...
embed
26700868_c0
26700868
lisp
0
Title: LISP: formatting the output of read-line while reading a game board from a file Problem title: LISP: formatting the output of read-line while reading a game board from a file Tags: common-lisp, lisp Problem: LISP: formatting the output of read-line while reading a game board from a file I am trying to read the b...
LISP: formatting the output of read-line while reading a game board from a file LISP: formatting the output of read-line while reading a game board from a file common-lisp lisp a LISP brd1.txt NIL LISP: formatting the output of read-line while reading a game board from a file I am trying to read the board from a text f...
[ -0.00457763671875, -0.0155029296875, 0.006927490234375, 0.0030975341796875, 0.0181884765625, 0.01470947265625, 0.0181884765625, 0.0274658203125, -0.0076904296875, 0.0177001953125, -0.0086669921875, -0.018798828125, -0.0126953125, -0.026611328125, -0.01513671875, -0.0017852783203125, ...
[ 16970, 9434, 12, 9384, 1916, 140992, 12301, 2256, 12960, 16454, 6712, 45443, 1295, 11435, 9, 39210, 4086, 254, 400, 7008, 5491, 71, 418, 124326, 541, 16444, 31577, 7986, 2448, 3525, 136, 131983, 375, 1510, 237, 191147, 176256, 4358, 124519,...
[ 0.1531982421875, 0.26416015625, 0.0166015625, 0.204833984375, 0.048126220703125, 0.178466796875, 0.157958984375, 0.1793212890625, 0.05181884765625, 0.1773681640625, 0.11474609375, 0.2158203125, 0.069580078125, 0.1513671875, 0.00244140625, 0.10345458984375, 0.0772705078125, 0.162231...
embed
8485201_c0
8485201
lisp
0
Title: Set function to symbol Problem title: Set function to symbol Tags: lisp Problem: Set function to symbol I have some problems with setting function to symbol. For example, I add some properties to symbol: (putprop 'rectangle '10 'width) (purprop 'rectangle '2 'height) (putprop 'rectangle (* (get 'rectangle 'width...
Set function to symbol Set function to symbol lisp Set SQUARE HEIGHT WIDTH Closure-square Set function to symbol I have some problems with setting function to symbol. For example, I add some properties to symbol: And when I type (symbol-plist 'rectangle) I get: But if I change height or value I get old square value: Ho...
[ 0.01080322265625, 0.0015106201171875, 0.015869140625, -0.006591796875, -0.01904296875, -0.0181884765625, -0.015380859375, 0.0162353515625, 0.0106201171875, 0.005645751953125, -0.013916015625, 0.043701171875, -0.00445556640625, -0.0111083984375, -0.000637054443359375, 0.0255126953125, ...
[ 19943, 32354, 47, 26582, 400, 7008, 120572, 11766, 27544, 95954, 7146, 51053, 56851, 108047, 44402, 53550, 15190, 183871, 10644, 176726, 6562, 173247, 109217, 15549, 155955, 34292, 10332, 831, 5423, 237, 57266, 6492, 85, 2400, 3408, 1530, 96060...
[ 0.19677734375, 0.245361328125, 0.174072265625, 0.302001953125, 0.0849609375, 0.174560546875, 0.1282958984375, 0.030914306640625, 0.128173828125, 0.1353759765625, 0.07305908203125, 0.1409912109375, 0.103515625, 0.1798095703125, 0.1102294921875, 0.204833984375, 0.08294677734375, 0.15...
embed
1986961_c0
1986961
lisp
0
Title: How is the `*var-name*` naming-convention used in clojure? Problem title: How is the `*var-name*` naming-convention used in clojure? Tags: clojure, lisp, naming-conventions Problem: How is the `*var-name*` naming-convention used in clojure? As a non-lisper coming to clojure how should I best understand the namin...
How is the `*var-name*` naming-convention used in clojure? How is the `*var-name*` naming-convention used in clojure? clojure lisp naming-conventions How How is the `*var-name*` naming-convention used in clojure? As a non-lisper coming to clojure how should I best understand the naming convention where vars get a name ...
[ 0.01092529296875, -0.0040283203125, -0.014892578125, -0.006378173828125, 0.000640869140625, 0.0361328125, -0.0135498046875, 0.00311279296875, -0.0023651123046875, 0.00057220458984375, 0.006256103515625, -0.01507568359375, -0.004486083984375, -0.002166748046875, -0.0079345703125, -0.010...
[ 11249, 1961, 9, 11627, 1639, 147453, 2271, 57241, 11814, 20450, 461, 107, 23, 400, 7008, 83, 351, 150, 20595, 28219, 101805, 285, 7, 2046, 9351, 1884, 135179, 114141, 7964, 77336, 6044, 108975, 210716, 187136, 41206, 42179, 18151, 15400, 98...
[ 0.068115234375, 0.23876953125, 0.048553466796875, 0.216064453125, 0.08880615234375, 0.1865234375, 0.06884765625, 0.16064453125, 0.1187744140625, 0.1405029296875, 0.16162109375, 0.119140625, 0.0276641845703125, 0.0941162109375, 0.1312255859375, 0.0141754150390625, 0.03314208984375, ...
embed
41545457_c0
41545457
lisp
0
Title: Why does make-counter procedure contains two lambda definition? Problem title: Why does make-counter procedure contains two lambda definition? Tags: closures, counter, lisp, scheme Problem: Why does make-counter procedure contains two lambda definition? I'm trying to understand the scheme code of make-counter pr...
Why does make-counter procedure contains two lambda definition? Why does make-counter procedure contains two lambda definition? closures counter lisp scheme Why Why does make-counter procedure contains two lambda definition? I'm trying to understand the scheme code of make-counter procedure. It's a higher order procedu...
[ 0.00421142578125, 0.01446533203125, -0.002532958984375, 0.0177001953125, 0.0103759765625, 0.021728515625, 0.00167083740234375, -0.00151824951171875, 0.0145263671875, -0.0286865234375, -0.0264892578125, -0.02294921875, 0.00848388671875, 0.01129150390625, 0.0205078125, -0.0057373046875, ...
[ 44084, 3249, 9, 71013, 56, 50491, 70541, 6626, 21, 6492, 85, 80934, 170224, 105416, 400, 7008, 150370, 14602, 28219, 18151, 77546, 12989, 140992, 15700, 179933, 106, 136, 116, 107013, 84751, 3871, 8512, 71, 32354, 73342 ]
[ 0.141845703125, 0.1497802734375, 0.0262451171875, 0.1793212890625, 0.1392822265625, 0.2073974609375, 0.1275634765625, 0.1949462890625, 0.076416015625, 0.1859130859375, 0.160888671875, 0.1798095703125, 0.1495361328125, 0.2291259765625, 0.07879638671875, 0.13525390625, 0.1435546875, ...
embed
19773671_c0
19773671
lisp
0
Title: Convert decimal number to octal in Lisp Problem title: Convert decimal number to octal in Lisp Tags: common-lisp, octal, lisp, decimal Problem: Convert decimal number to octal in Lisp I'm trying to write a function in Common Lisp to convert a base 10 number into a base 8 number, represented as a list, recursivel...
Convert decimal number to octal in Lisp Convert decimal number to octal in Lisp common-lisp octal lisp decimal Convert Lisp base8 Undefined Convert decimal number to octal in Lisp I'm trying to write a function in Common Lisp to convert a base 10 number into a base 8 number, represented as a list, recursively. Here's w...
[ 0.005126953125, 0.0228271484375, 0.0198974609375, 0.00909423828125, -0.006744384765625, 0.0162353515625, -0.0086669921875, -0.00787353515625, -0.01251220703125, -0.00848388671875, -0.016357421875, -0.0181884765625, 0.00830078125, 0.0186767578125, -0.0032501220703125, 0.00689697265625, ...
[ 1657, 11549, 32380, 2749, 14012, 47, 154447, 141, 23, 1261, 7008, 39210, 4086, 254, 400, 3647, 1019, 79912, 5983, 31577, 33022, 32354, 151301, 96760, 209, 3934, 382, 33636, 5303, 195625, 5844, 2060, 43240, 5885, 107730, 101935, 136, 977, 20...
[ 0.03936767578125, 0.1131591796875, 0.1973876953125, 0.1494140625, 0.1632080078125, 0.0947265625, 0.2415771484375, 0.1988525390625, 0.043487548828125, 0.142822265625, 0.2144775390625, 0.07391357421875, 0.08831787109375, 0.1195068359375, 0.1007080078125, 0.1728515625, 0.20263671875, ...
embed
2236690_c0
2236690
lisp
0
Title: F# vs Haskell vs Lisp - which language to learn? Problem title: F# vs Haskell vs Lisp - which language to learn? Tags: c%23, f%23, haskell, language-comparisons, lisp Problem: F# vs Haskell vs Lisp - which language to learn? I've heard a lot about functional programming languages and I'm willing to learn one. I ...
F# vs Haskell vs Lisp - which language to learn? F# vs Haskell vs Lisp - which language to learn? c%23 f%23 haskell language-comparisons lisp Haskell Lisp F# vs Haskell vs Lisp - which language to learn? I've heard a lot about functional programming languages and I'm willing to learn one. I guess it will be mostly for ...
[ -0.002227783203125, 0.01348876953125, 0.01177978515625, -0.0001735687255859375, -0.0185546875, 0.00787353515625, -0.01318359375, 0.00174713134765625, 0.00029754638671875, -0.0169677734375, -0.00830078125, -0.037109375, 0.01177978515625, -0.002105712890625, -0.00848388671875, -0.0129394...
[ 563, 4904, 20209, 20625, 142508, 1261, 7008, 3129, 46876, 47, 30698, 501, 3742, 1238, 1556, 277, 24980, 400, 49782, 5915, 123309, 56037, 109269, 1632, 1221, 7477, 15673, 52295, 59376, 153161, 17777, 76615, 5117, 44126, 16031, 73372, 22968, 32...
[ 0.1553955078125, 0.2119140625, 0.14453125, 0.1529541015625, 0.237548828125, 0.174560546875, 0.2191162109375, 0.04644775390625, 0.204345703125, 0.056060791015625, 0.110595703125, 0.0177459716796875, 0.05096435546875, 0.07098388671875, 0.1297607421875, 0.031768798828125, 0.086730957031...
embed
96249_c0
96249
lisp
0
Title: How do I append to an alist in scheme? Problem title: How do I append to an alist in scheme? Tags: associative, lisp, scheme, list Problem: How do I append to an alist in scheme? Adding an element to the head of an alist (Associative list) is simple enough: > (cons '(ding . 53) '((foo . 42) (bar . 27))) ((ding ....
How do I append to an alist in scheme? How do I append to an alist in scheme? associative lisp scheme list How How do I append to an alist in scheme? Adding an element to the head of an alist (Associative list) is simple enough: Appending to the tail of an alist is a bit trickier though. After some experimenting, I pro...
[ 0.0033111572265625, 0.0361328125, -0.006988525390625, -0.0015869140625, 0.00182342529296875, 0.007049560546875, -0.02685546875, 0.0189208984375, -0.00531005859375, -0.03955078125, 0.0218505859375, 0.0023193359375, -0.009765625, -0.0009765625, 0.000308990478515625, -0.01446533203125, ...
[ 11249, 54, 114689, 71, 47, 142, 10, 6562, 23, 150370, 87, 166027, 272, 400, 7008, 5303, 62, 59725, 12830, 10336, 111, 45388, 45023, 8781, 20174, 5787, 96819, 46741, 4785, 88308, 6815, 28007, 181653, 903, 49666, 9523, 29806, 3642, 56104, 1...
[ 0.09765625, 0.03839111328125, 0.196533203125, 0.166259765625, 0.1561279296875, 0.070068359375, 0.1412353515625, 0.270751953125, 0.095947265625, 0.269775390625, 0.00982666015625, 0.13720703125, 0.066650390625, 0.06781005859375, 0.1575927734375, 0.195068359375, 0.1087646484375, 0.115...
embed
192049_c0
192049
lisp
0
Title: Is it possible to have an alias for the function name in Lisp? Problem title: Is it possible to have an alias for the function name in Lisp? Tags: emacs, lisp Problem: Is it possible to have an alias for the function name in Lisp? ...just like packages do. I use Emacs (maybe, it can offer some kind of solution)....
Is it possible to have an alias for the function name in Lisp? Is it possible to have an alias for the function name in Lisp? emacs lisp Lisp Fn-15 Is it possible to have an alias for the function name in Lisp? ...just like packages do. I use Emacs (maybe, it can offer some kind of solution). For example (defun the-ver...
[ 0.01116943359375, 0.0162353515625, 0.01275634765625, 0.0098876953125, -0.0174560546875, 0.005950927734375, 0.0107421875, 0.0185546875, -0.006256103515625, 0.003753662109375, 0.0135498046875, 0.0072021484375, -0.0211181640625, -0.004638671875, 0.001800537109375, -0.002105712890625, 0....
[ 7722, 765, 142, 55109, 100, 32354, 9351, 23, 1261, 7008, 352, 2263, 400, 563, 19, 13386, 98169, 4527, 85269, 4439, 29806, 112, 16498, 104643, 10617, 8789, 70810, 11627, 80234, 14432, 18151, 5117, 120820, 105160, 959, 17203, 209806, 79315, 3...
[ 0.173095703125, 0.1014404296875, 0.0855712890625, 0.26513671875, 0.0943603515625, 0.2176513671875, 0.174560546875, 0.06365966796875, 0.195068359375, 0.25341796875, 0.045928955078125, 0.07464599609375, 0.1484375, 0.061920166015625, 0.059661865234375, 0.20263671875, 0.147216796875, 0...
embed
30413164_c0
30413164
lisp
0
Title: Writing portable Scheme code Problem title: Writing portable Scheme code Tags: portability, lisp, scheme Problem: Writing portable Scheme code I am about to start a Scheme project. All the programming is pretty straightforward, and I am trying to make my program portable, which means easily executed or installed...
Writing portable Scheme code Writing portable Scheme code portability lisp scheme Writing Scheme Writing portable Scheme code I am about to start a Scheme project. All the programming is pretty straightforward, and I am trying to make my program portable, which means easily executed or installed in other machines where...
[ -0.000823974609375, 0.0262451171875, -0.007476806640625, 0.0133056640625, -0.01336669921875, -0.01220703125, 0.01251220703125, -0.0106201171875, 0.0038604736328125, -0.0181884765625, -0.00299072265625, 0.00360107421875, -0.01104736328125, 0.01348876953125, -0.011474609375, 0.0095214843...
[ 213185, 168627, 34702, 282, 18151, 4898, 83259, 400, 7008, 150370, 1672, 4034, 13452, 56037, 28875, 80560, 2472, 31577, 3249, 1528, 72546, 71924, 20600, 3789, 116491, 21771, 134598, 34831, 107730, 11435, 9384, 140992, 50339, 49119, 30098, 2053, ...
[ 0.1807861328125, 0.2294921875, 0.2220458984375, 0.208740234375, 0.224853515625, 0.17138671875, 0.1370849609375, 0.07611083984375, 0.1754150390625, 0.2327880859375, 0.05377197265625, 0.0535888671875, 0.100341796875, 0.089111328125, 0.03326416015625, 0.020294189453125, 0.02784729003906...
embed
3535954_c0
3535954
lisp
0
Title: Defining the defmacro function using only LISP primitives? Problem title: Defining the defmacro function using only LISP primitives? Tags: primitive, macros, lisp, clojure, scheme Problem: Defining the defmacro function using only LISP primitives? McCarthy's Elementary S-functions and predicates were atom , eq ,...
Defining the defmacro function using only LISP primitives? Defining the defmacro function using only LISP primitives? primitive macros lisp clojure scheme only Defining LISP Defining the defmacro function using only LISP primitives? McCarthy's Elementary S-functions and predicates were atom , eq , car , cdr , cons He t...
[ -0.01220703125, 0.04150390625, -0.0026092529296875, 0.006866455078125, 0.0247802734375, 0.01239013671875, -0.00885009765625, 0.01220703125, 0.004180908203125, -0.0191650390625, -0.004608154296875, -0.02734375, -0.01129150390625, 0.0037994384765625, 0.0025787353515625, 0.024169921875, ...
[ 88606, 8, 420, 192, 15322, 32354, 17368, 4734, 16970, 9434, 128489, 90, 449, 13, 111789, 400, 7008, 20450, 461, 107, 150370, 85283, 147, 29178, 48325, 6635, 159, 9, 137175, 136, 1653, 2063, 3542, 34627, 864, 2258, 42, 158, 15190, 62822, ...
[ 0.166748046875, 0.16943359375, 0.162353515625, 0.0662841796875, 0.2093505859375, 0.1859130859375, 0.07049560546875, 0.1162109375, 0.1424560546875, 0.2481689453125, 0.205322265625, 0.0836181640625, 0.0228271484375, 0.0213165283203125, 0.200439453125, 0.1173095703125, 0.174560546875, ...
embed
34924568_c0
34924568
lisp
0
Title: How to access object decoded from JSON by cl-json? Problem title: How to access object decoded from JSON by cl-json? Tags: json, lisp, common-lisp Problem: How to access object decoded from JSON by cl-json? I am trying to get JSON import in Common Lisp. I figured out how to decode an object from a JSON string, b...
How to access object decoded from JSON by cl-json? How to access object decoded from JSON by cl-json? json lisp common-lisp JSON How json:decode-json How to access object decoded from JSON by cl-json? I am trying to get JSON import in Common Lisp. I figured out how to decode an object from a JSON string, but I don't kn...
[ 0.016357421875, 0.017822265625, 0.0035247802734375, 0.0123291015625, -0.00250244140625, -0.0011444091796875, -0.012451171875, 0.0113525390625, -0.0033111572265625, -0.00665283203125, -0.01043701171875, 0.019775390625, -0.00482177734375, -0.0223388671875, 0.00121307373046875, 0.01293945...
[ 11249, 47, 17203, 36746, 8, 40899, 71, 1295, 821, 58627, 390, 33139, 9, 170, 1681, 1647, 400, 7008, 39210, 4086, 254, 12, 112, 31577, 24927, 151301, 1261, 26366, 3642, 79315, 3714, 183871, 176377, 717, 4343, 16750, 34224, 903, 2053, 2046,...
[ 0.08050537109375, 0.037384033203125, 0.20947265625, 0.211181640625, 0.1824951171875, 0.2415771484375, 0.048492431640625, 0.137451171875, 0.1304931640625, 0.225341796875, 0.06964111328125, 0.17431640625, 0.1009521484375, 0.1319580078125, 0.1988525390625, 0.10040283203125, 0.0629882812...
embed
36512464_c0
36512464
lisp
0
Title: setting a variable in a function in eLisp Problem title: setting a variable in a function in eLisp Tags: elisp, function, lisp Problem: setting a variable in a function in eLisp Trying to pass a function and a list to a function. Trying to compare each item in the list with the following item. Function is: (defu...
setting a variable in a function in eLisp setting a variable in a function in eLisp elisp function lisp List Save While Get setting a variable in a function in eLisp Trying to pass a function and a list to a function. Trying to compare each item in the list with the following item. Function is: I keep getting an error ...
[ -0.005523681640625, 0.01483154296875, 0.0023651123046875, 0.01129150390625, 0.0146484375, 0.015625, -0.0125732421875, 0.004180908203125, 0.016357421875, 0.00701904296875, 0.0135498046875, 0.0458984375, -0.00031280517578125, -0.00102996826171875, 0.008056640625, 0.00408935546875, 0.01...
[ 53550, 77336, 23, 32354, 28, 9506, 7008, 10, 15296, 400, 32036, 64944, 51404, 20779, 40858, 27875, 5303, 47, 69101, 35735, 28670, 13695, 18499, 53697, 18 ]
[ 0.1925048828125, 0.283447265625, 0.09686279296875, 0.2015380859375, 0.0860595703125, 0.1407470703125, 0.2147216796875, 0.04986572265625, 0.061279296875, 0.08941650390625, 0.1368408203125, 0.13427734375, 0.0723876953125, 0.022857666015625, 0.0202178955078125, 0.10498046875, 0.1328125,...
embed
7698223_c0
7698223
lisp
0
Title: Inspecting a variable in the lisp SLIME debugger Problem title: Inspecting a variable in the lisp SLIME debugger Tags: clisp, common-lisp, lisp Problem: Inspecting a variable in the lisp SLIME debugger I am trying to inspect the value of a variable at a determined breakpoint. Here is my simplified code: (defun f...
Inspecting a variable in the lisp SLIME debugger Inspecting a variable in the lisp SLIME debugger clisp common-lisp lisp Inspecting SLIME Inspecting a variable in the lisp SLIME debugger I am trying to inspect the value of a variable at a determined breakpoint. Here is my simplified code: slime goes into debugger mode ...
[ 0.004547119140625, 0.00396728515625, -0.00494384765625, -0.00090789794921875, -0.013671875, 0.01806640625, 0.0037841796875, 0.00750732421875, 0.0045166015625, -0.015625, 0.0235595703125, -0.00390625, 0.0103759765625, 0.004364013671875, 0.0096435546875, 0.004364013671875, -0.011596679...
[ 360, 16711, 77336, 400, 7008, 42135, 66820, 8, 978, 21407, 23, 95701, 39210, 4086, 254, 31577, 134071, 34292, 83324, 36356, 38496, 112892, 18151, 34264, 13, 3934, 13736, 6275, 9790, 28, 1405, 24234, 12, 22799, 10644, 3284, 285, 13695, 54433...
[ 0.00048828125, 0.1956787109375, 0.2210693359375, 0.1041259765625, 0.1605224609375, 0.1448974609375, 0.1983642578125, 0.118896484375, 0.1868896484375, 0.14697265625, 0.018341064453125, 0.052490234375, 0.0819091796875, 0.069580078125, 0.1212158203125, 0.023590087890625, 0.205078125, ...
embed
23717839_c0
23717839
lisp
0
Title: Removing repeated elements in lists Problem title: Removing repeated elements in lists Tags: scheme, list, lisp, functional-programming Problem: Removing repeated elements in lists I am having a bit of trouble with some code I've written but I am unable to locate the error. The programming language is in scheme ...
Removing repeated elements in lists Removing repeated elements in lists scheme list lisp functional-programming Removing Removing repeated elements in lists I am having a bit of trouble with some code I've written but I am unable to locate the error. The programming language is in scheme and the problem is below: Leave...
[ -0.0024871826171875, 0.0252685546875, -0.00167083740234375, 0.01177978515625, -0.0081787109375, -0.00162506103515625, 0.0146484375, 0.0013275146484375, 0.00848388671875, -0.032958984375, -0.0150146484375, -0.001983642578125, -0.0130615234375, -0.0009765625, -0.012451171875, 0.01953125,...
[ 853, 432, 6496, 119140, 297, 80854, 23, 5303, 7, 150370, 400, 7008, 123309, 28966, 4785, 63134, 18151, 59121, 2886, 64040, 18499, 56037, 46876, 2967, 35064, 64819, 4734, 959, 876, 501, 33079, 11, 18244, 95486, 51, 86869 ]
[ 0.028076171875, 0.135986328125, 0.0199432373046875, 0.277587890625, 0.112060546875, 0.2047119140625, 0.0804443359375, 0.2025146484375, 0.0821533203125, 0.1727294921875, 0.022674560546875, 0.1187744140625, 0.1038818359375, 0.0772705078125, 0.0265655517578125, 0.036895751953125, 0.0985...
embed
31929330_c0
31929330
lisp
0
Title: How to evaluate sequence of pure functions in Clojure Problem title: How to evaluate sequence of pure functions in Clojure Tags: clojure, lisp Problem: How to evaluate sequence of pure functions in Clojure My question is pretty similar to this one: How to evaluate a sequence of impure functions in Clojure? but i...
How to evaluate sequence of pure functions in Clojure How to evaluate sequence of pure functions in Clojure clojure lisp How Clojure How to evaluate sequence of pure functions in Clojure My question is pretty similar to this one: How to evaluate a sequence of impure functions in Clojure? but instead of impure functions...
[ -0.0021514892578125, 0.03466796875, -0.0020751953125, 0.0267333984375, -0.0034942626953125, 0.0125732421875, 0.0211181640625, -0.01300048828125, 0.00104522705078125, -0.01611328125, -0.0191650390625, 0.01055908203125, -0.0155029296875, 0.0203857421875, 0.0084228515625, -0.0108642578125...
[ 11249, 151575, 13, 40, 944, 3956, 34166, 32354, 51053, 461, 107, 23, 20450, 400, 7008, 21980, 3408, 64457, 3642, 2046, 50339, 237, 15700, 173, 18770, 3871, 140992, 1884, 272, 37842, 21373, 30646, 111, 91067 ]
[ 0.06396484375, 0.1954345703125, 0.0811767578125, 0.0531005859375, 0.1470947265625, 0.052093505859375, 0.206298828125, 0.1827392578125, 0.128662109375, 0.1331787109375, 0.1160888671875, 0.01947021484375, 0.1146240234375, 0.0355224609375, 0.11767578125, 0.0987548828125, 0.165283203125,...
embed
33577490_c0
33577490
lisp
0
Title: Why is the lisp function evaluating the wrong argument? Problem title: Why is the lisp function evaluating the wrong argument? Tags: lisp, common-lisp Problem: Why is the lisp function evaluating the wrong argument? I define a function to do repeated function calls: (defun repeat (n f x) (if (zerop n) x (repeat ...
Why is the lisp function evaluating the wrong argument? Why is the lisp function evaluating the wrong argument? lisp common-lisp Why Error Funcall TYPE-ERROR Why is the lisp function evaluating the wrong argument? I define a function to do repeated function calls: Now I want to want to apply cdr : I am clearly supplyin...
[ -0.0032196044921875, 0.02001953125, 0.0032196044921875, 0.00142669677734375, -0.0034332275390625, 0.0140380859375, 0.0035552978515625, 0.01043701171875, -0.005157470703125, -0.03125, -0.005889892578125, -0.0267333984375, -0.004974365234375, -0.000934600830078125, 0.01336669921875, -0.0...
[ 44084, 83, 400, 7008, 32354, 151575, 214, 44691, 10750, 39210, 4086, 254, 212059, 28670, 85763, 95267, 12501, 14255, 70, 61924, 119140, 297, 11782, 3444, 59911, 56329, 42, 123019, 100677, 653, 33000, 1238, 1369, 7569, 136, 1022, 25, 116, 13...
[ 0.1031494140625, 0.013519287109375, 0.146728515625, 0.24853515625, 0.1754150390625, 0.16455078125, 0.045440673828125, 0.194580078125, 0.2264404296875, 0.085693359375, 0.1290283203125, 0.189453125, 0.1875, 0.0709228515625, 0.198486328125, 0.043426513671875, 0.032684326171875, 0.0740...
embed
41977538_c0
41977538
lisp
0
Title: using COND on optional arguments in common lisp Problem title: using COND on optional arguments in common lisp Tags: optional-parameters, common-lisp, lisp Problem: using COND on optional arguments in common lisp I'm having some problem writing a LISP function. The function is defined as (defun foo (arg1 &option...
using COND on optional arguments in common lisp using COND on optional arguments in common lisp optional-parameters common-lisp lisp COND arg1 do_something Error ZEROP NIL NUMBER using COND on optional arguments in common lisp I'm having some problem writing a LISP function. The function is defined as When i call the f...
[ -0.003326416015625, 0.00640869140625, -0.01214599609375, -0.00738525390625, -0.0008544921875, -0.0001583099365234375, 0.0157470703125, -0.0107421875, -0.01104736328125, -0.01165771484375, -0.00055694580078125, -0.0255126953125, -0.00022983551025390625, -0.0076904296875, 0.025390625, 0....
[ 17368, 14452, 397, 98, 35829, 289, 10750, 39210, 400, 7008, 6276, 29089, 4086, 254, 79459, 418, 54, 43452, 64113, 212059, 60481, 20880, 541, 16444, 109020, 24480, 2967, 32562, 16970, 9434, 32354, 61924, 11782, 678, 22832, 26818, 43240, 5885, ...
[ 0.0753173828125, 0.1998291015625, 0.231201171875, 0.0389404296875, 0.16845703125, 0.089111328125, 0.18212890625, 0.13720703125, 0.1124267578125, 0.182373046875, 0.009246826171875, 0.0255279541015625, 0.0860595703125, 0.1397705078125, 0.1602783203125, 0.1055908203125, 0.1077880859375,...
embed
4222190_c0
4222190
lisp
0
Title: LISP car of the last element? Problem title: LISP car of the last element? Tags: warnings, lisp, clisp Problem: LISP car of the last element? LISP stumps me yet again... Why can't I get the value of the last element in a list? I have a list set up similar to this: (setq bar '(((1 2) 3 4 5)((6 7) 8 9 10))) Now I ...
LISP car of the last element? LISP car of the last element? warnings lisp clisp LISP Warning CADDDAR Error KERNEL COERCE-TO-FUNCTION Condition UNDEFINED-FUNCTION LISP car of the last element? LISP stumps me yet again... Why can't I get the value of the last element in a list? I have a list set up similar to this: Now I...
[ 0.00885009765625, 0.033203125, -0.01318359375, -0.00555419921875, -0.00110626220703125, 0.01806640625, -0.0036163330078125, 0.016845703125, -0.00396728515625, -0.01348876953125, 0.00015926361083984375, -0.00116729736328125, -0.0206298828125, 0.0014801025390625, -0.018798828125, -0.0209...
[ 16970, 9434, 2258, 111, 4568, 12830, 1631, 400, 7008, 95701, 5550, 96161, 57227, 212059, 72930, 120320, 101917, 647, 8727, 175560, 46347, 129525, 18784, 2676, 13438, 44084, 831, 18, 2046, 34292, 23, 5303, 1257, 30646, 201, 100, 5211, 10, 19...
[ 0.1153564453125, 0.198974609375, 0.2110595703125, 0.1400146484375, 0.1866455078125, 0.172119140625, 0.066650390625, 0.0921630859375, 0.1597900390625, 0.050048828125, 0.03900146484375, 0.047576904296875, 0.15478515625, 0.10595703125, 0.03399658203125, 0.15380859375, 0.0526123046875, ...
embed
18520056_c1
18520056
lisp
1
new place to the top of the stack created for the name in the current package (the stack can be located perhaps by a hash-table on names)—the stack is used for implementing the dynamic extent so that when the constructing form exits, the binding can be deconstructed by popping the stack (a question is that how to ensu...
new place to the top of the stack created for the name in the current package (the stack can be located perhaps by a hash-table on names)—the stack is used for implementing the dynamic extent so that when the constructing form exits, the binding can be deconstructed by popping the stack (a question is that how to ensu...
[ 0.00958251953125, 0.007415771484375, 0.017822265625, -0.00811767578125, -0.02392578125, 0.0142822265625, 0.0274658203125, 0.0159912109375, -0.0023345947265625, -0.0106201171875, -0.003997802734375, -0.005828857421875, -0.01025390625, -0.01336669921875, -0.00506591796875, -0.00271606445...
[ 3525, 3687, 47, 2663, 177261, 75935, 100, 9351, 43581, 98169, 831, 105866, 95134, 1556, 127, 22819, 123055, 2347, 83, 11814, 29479, 84079, 192961, 64549, 214, 3173, 82230, 128239, 8, 2271, 36716, 160, 26783, 63284, 50777, 208202, 1379, 44462,...
[ 0.1409912109375, 0.218017578125, 0.05975341796875, 0.162353515625, 0.271240234375, 0.10107421875, 0.00958251953125, 0.220703125, 0.1036376953125, 0.23291015625, 0.01885986328125, 0.1180419921875, 0.010101318359375, 0.08331298828125, 0.0246734619140625, 0.05279541015625, 0.19714355468...
embed
23773272_c1
23773272
lisp
1
operan "^") 8) ((string/= operan "$") 8) ((string/= operan "*") 7) ((string/= operan "/") 6) ((string/= operan "+") 5) ((string/= operan "-") 4) ((string/= operan "(") 3) ((string/= operan ")") 2) ((string/= operan "=") 1) (T 0))) (defun operando (operan) (cond ((= (operador operan) 0) 1) ;ojo con el retorno del sigui...
operan "^") 8) ((string/= operan "$") 8) ((string/= operan "*") 7) ((string/= operan "/") 6) ((string/= operan "+") 5) ((string/= operan "-") 4) ((string/= operan "(") 3) ((string/= operan ")") 2) ((string/= operan "=") 1) (T 0))) (defun operando (operan) (cond ((= (operador operan) 0) 1) ;ojo con el retorno del sigui...
[ 0.01513671875, -0.007110595703125, -0.0032196044921875, 0.020263671875, -0.00116729736328125, -0.0020904541015625, -0.0034332275390625, 0.00579833984375, 0.00970458984375, -0.004913330078125, 0.0027618408203125, 0.0032501220703125, 0.0093994140625, -0.0230712890625, -0.01904296875, 0.0...
[ 6264, 19, 8353, 65034, 91693, 4369, 1639, 49413, 64, 35914, 1328, 21162, 9, 13956, 757, 112, 16498, 557, 21473, 1846, 29210, 126904, 37470, 123066, 618, 18499, 11737, 20, 54080, 2737, 77336, 25645, 38705, 113926, 1556, 110, 34292, 28864, 26...
[ 0.2271728515625, 0.158447265625, 0.0977783203125, 0.1961669921875, 0.176025390625, 0.049896240234375, 0.026031494140625, 0.015106201171875, 0.02398681640625, 0.01849365234375, 0.0955810546875, 0.04254150390625, 0.0159912109375, 0.051513671875, 0.1038818359375, 0.066650390625, 0.15161...
embed
59088357_c0
59088357
lisp
0
Title: Racket: how to get the number of occurrences of a character in a string Problem title: Racket: how to get the number of occurrences of a character in a string Tags: racket, lisp Problem: Racket: how to get the number of occurrences of a character in a string I'm trying to get de number of occurrences of a charac...
Racket: how to get the number of occurrences of a character in a string Racket: how to get the number of occurrences of a character in a string racket lisp Racket string1 Racket: how to get the number of occurrences of a character in a string I'm trying to get de number of occurrences of a character in a string, in RAC...
[ -0.00970458984375, 0.012451171875, -0.00775146484375, 0.0225830078125, 0.02197265625, 0.00408935546875, 0.01007080078125, -0.01068115234375, 0.00775146484375, -0.024658203125, -0.014404296875, -0.0301513671875, -0.006195068359375, 0.016357421875, 0.00115203857421875, -0.0023193359375, ...
[ 2552, 27853, 3642, 2046, 14012, 74918, 42, 69098, 62816, 23, 79315, 47, 673, 400, 7008, 418, 12, 111, 10, 31577, 8, 126349, 63787, 452, 21656, 2263, 720, 4904, 41872, 11, 77242, 53299, 142, 1031, 39, 20594, 44691 ]
[ 0.1204833984375, 0.21630859375, 0.0677490234375, 0.130126953125, 0.1561279296875, 0.193359375, 0.1693115234375, 0.1512451171875, 0.2052001953125, 0.076171875, 0.25341796875, 0.04217529296875, 0.08917236328125, 0.0287933349609375, 0.11236572265625, 0.01316070556640625, 0.0101165771484...
embed
3384687_c0
3384687
lisp
0
Title: XML, S-Expressions, and overlapping scope... What&#x27;s it called? Problem title: XML, S-Expressions, and overlapping scope... What&#x27;s it called? Tags: scope, xml, html, lisp, s-expression Problem: XML, S-Expressions, and overlapping scope... What's it called? I was reading XML is not S-Expressions . XML sc...
XML, S-Expressions, and overlapping scope... What&#x27;s it called? XML, S-Expressions, and overlapping scope... What&#x27;s it called? scope xml html lisp s-expression XML S-Expressions What BOLD BOTH ITALIC XML, S-Expressions, and overlapping scope... What's it called? I was reading XML is not S-Expressions . XML sco...
[ 0.0306396484375, 0.03076171875, -0.0123291015625, 0.01416015625, -0.0033416748046875, 0.0108642578125, -0.01031494140625, 0.00885009765625, -0.0047607421875, -0.0101318359375, 0.0252685546875, -0.006072998046875, -0.0162353515625, -0.0137939453125, 0.01495361328125, 0.005218505859375, ...
[ 92537, 159, 9, 178752, 17514, 136, 645, 143, 26783, 70820, 27, 4865, 3768, 442, 35839, 131492, 7693, 400, 7008, 91, 204629, 14216, 30693, 23415, 19430, 107615, 16454, 83, 959, 44679, 214, 8562, 81113, 11907, 56037, 46876, 51592, 831, 18, ...
[ 0.270751953125, 0.175537109375, 0.0650634765625, 0.220703125, 0.149658203125, 0.0217132568359375, 0.1280517578125, 0.2076416015625, 0.16845703125, 0.2198486328125, 0.01776123046875, 0.04840087890625, 0.0716552734375, 0.06195068359375, 0.1539306640625, 0.2255859375, 0.1466064453125, ...
embed