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
35585673_c0
35585673
lisp
0
Title: EOPL procedure representation Problem title: EOPL procedure representation Tags: lisp, scheme, racket, functional-programming Problem: EOPL procedure representation I have some difficulties understanding procedure representation(section 2.2.3) in Chapter 2 of Essentials of Programming Languages (Friedman, Wand)....
EOPL procedure representation EOPL procedure representation lisp scheme racket functional-programming EOPL EOPL procedure representation I have some difficulties understanding procedure representation(section 2.2.3) in Chapter 2 of Essentials of Programming Languages (Friedman, Wand). First of all, why is "having exact...
[ 0.0040283203125, 0.0118408203125, -0.004364013671875, 0.0220947265625, -0.0203857421875, 0.0269775390625, -0.025634765625, -0.006744384765625, 0.00823974609375, -0.0277099609375, -0.0155029296875, -0.00653076171875, 0.00144195556640625, -0.015869140625, 0.01361083984375, -0.00720214843...
[ 70725, 21130, 50491, 18811, 400, 7008, 150370, 673, 27853, 123309, 28966, 34844, 3387, 100094, 1363, 41187, 21320, 117615, 116, 179769, 111, 27958, 83658, 669, 110798, 15400, 6496, 66161, 1632, 160073, 5526, 42179, 76199, 48564, 16406, 122, 584...
[ 0.132568359375, 0.230712890625, 0.258056640625, 0.290283203125, 0.018035888671875, 0.105224609375, 0.109619140625, 0.027130126953125, 0.1365966796875, 0.1141357421875, 0.1103515625, 0.07281494140625, 0.01007080078125, 0.08709716796875, 0.044830322265625, 0.042938232421875, 0.00045776...
embed
59182990_c0
59182990
lisp
0
Title: validate moves and move pieces on the board in Lisp Problem title: validate moves and move pieces on the board in Lisp Tags: common-lisp, lisp, lispworks Problem: validate moves and move pieces on the board in Lisp I have this board [10,10] for this project below and I can't move the piece on the board this ques...
validate moves and move pieces on the board in Lisp validate moves and move pieces on the board in Lisp common-lisp lisp lispworks Lisp NIL UP-LEFT UP-RIGHT LEFT-DOWN LEFT-UP DOWN-RIGHT validate moves and move pieces on the board in Lisp I have this board [10,10] for this project below and I can't move the piece on the...
[ 0.005706787109375, 0.0107421875, 0.02587890625, 0.01806640625, -0.0020751953125, -0.01116943359375, 0.00665283203125, 0.0238037109375, 0.013916015625, 0.006561279296875, -0.01055908203125, 0.0078125, 0.02783203125, -0.0174560546875, -0.0164794921875, 0.002532958984375, -0.00085449218...
[ 44622, 67, 25813, 7, 136, 126371, 98, 45443, 23, 1261, 7008, 39210, 4086, 254, 400, 18244, 541, 16444, 27560, 18409, 108049, 167177, 903, 963, 13452, 35064, 831, 18, 63847, 60641, 21373, 15555, 9842, 99, 106, 4034, 390, 757, 20594, 44691 ...
[ 0.2490234375, 0.10015869140625, 0.2027587890625, 0.0258636474609375, 0.1181640625, 0.1959228515625, 0.07452392578125, 0.208740234375, 0.057464599609375, 0.162841796875, 0.2235107421875, 0.0892333984375, 0.1114501953125, 0.1436767578125, 0.10400390625, 0.1175537109375, 0.0676879882812...
embed
64895611_c0
64895611
lisp
0
Title: Reversing a string without using the REVERSE function in Common LISP Problem title: Reversing a string without using the REVERSE function in Common LISP Tags: string, palindrome, lisp, common-lisp Problem: Reversing a string without using the REVERSE function in Common LISP I'm creating a program that can determ...
Reversing a string without using the REVERSE function in Common LISP Reversing a string without using the REVERSE function in Common LISP string palindrome lisp common-lisp the Reversing REVERSE Common LISP Reversing a string without using the REVERSE function in Common LISP I'm creating a program that can determine if...
[ -0.035400390625, 0.03125, -0.0140380859375, 0.0174560546875, -0.00537109375, 0.023681640625, 0.01708984375, -0.00038909912109375, 0.0003490447998046875, -0.018798828125, 0.01019287109375, -0.0155029296875, -0.0037384033203125, -0.0032806396484375, -0.0012664794921875, 0.01025390625, ...
[ 853, 7864, 214, 79315, 15490, 17368, 627, 98660, 9127, 32354, 151301, 16970, 9434, 17923, 19, 102851, 400, 7008, 39210, 4086, 254, 105233, 1528, 83324, 2174, 83, 39670, 21068, 959, 2704, 13452, 107003, 4527, 81887, 150624, 86869, 2967, 23232,...
[ 0.09375, 0.2489013671875, 0.0718994140625, 0.2353515625, 0.117919921875, 0.051544189453125, 0.0772705078125, 0.1927490234375, 0.180419921875, 0.1822509765625, 0.1407470703125, 0.155029296875, 0.177001953125, 0.0811767578125, 0.048675537109375, 0.183837890625, 0.1173095703125, 0.179...
embed
66135763_c0
66135763
lisp
0
Title: Simply execute a lsp file and get a log file Problem title: Simply execute a lsp file and get a log file Tags: lisp, common-lisp, clisp, logfile Problem: Simply execute a lsp file and get a log file For a project I need the output of a Lisp program, however I have never heard of Lisp before and I cannot make it ...
Simply execute a lsp file and get a log file Simply execute a lsp file and get a log file lisp common-lisp clisp logfile Simply Simply execute a lsp file and get a log file For a project I need the output of a Lisp program, however I have never heard of Lisp before and I cannot make it run. I have downloaded the file (...
[ 0.001861572265625, 0.018798828125, -0.01287841796875, 0.0177001953125, -0.0225830078125, 0.0125732421875, 0.019287109375, -0.00384521484375, -0.01287841796875, -0.041748046875, 0.0208740234375, 0.0302734375, -0.027099609375, -0.02099609375, 0.0021209716796875, 0.0126953125, -0.013793...
[ 55331, 538, 71924, 13, 96, 7008, 11435, 136, 2046, 12684, 400, 39210, 4086, 254, 95701, 29822, 10, 13452, 3871, 140992, 1261, 1528, 49782, 53418, 3249, 11675, 7026, 141, 4165, 175583, 28219, 62775, 62163, 24233, 107730, 34390, 720, 98441, 3...
[ 0.132080078125, 0.01611328125, 0.181640625, 0.0217132568359375, 0.1214599609375, 0.2607421875, 0.202880859375, 0.03204345703125, 0.1136474609375, 0.18603515625, 0.159912109375, 0.115966796875, 0.14501953125, 0.193603515625, 0.0950927734375, 0.1832275390625, 0.0149383544921875, 0.06...
embed
8937586_c0
8937586
lisp
0
Title: How does one ask for super-plain vanilla standard input? Problem title: How does one ask for super-plain vanilla standard input? Tags: lisp, common-lisp, clisp Problem: How does one ask for super-plain vanilla standard input? I find when I'm typing a line like this to a clisp program's standard input ... ((74 25...
How does one ask for super-plain vanilla standard input? How does one ask for super-plain vanilla standard input? lisp common-lisp clisp How How does one ask for super-plain vanilla standard input? I find when I'm typing a line like this to a clisp program's standard input ... ... the cursor seems to dance, and it does...
[ -0.0306396484375, 0.000492095947265625, 0.0029754638671875, 0.001373291015625, -0.0031280517578125, 0.0003185272216796875, 0.0303955078125, -0.01324462890625, -0.0084228515625, -0.02490234375, 0.010986328125, 0.00445556640625, -0.0147705078125, -0.0233154296875, -0.020263671875, -0.012...
[ 11249, 26458, 100, 1601, 7290, 73, 131, 2298, 5570, 107730, 400, 7008, 39210, 4086, 254, 95701, 1632, 7413, 11417, 13315, 1884, 903, 47, 1528, 13810, 42, 37202, 82393, 18, 26866, 20594, 10644, 12638, 7108, 49129, 160291, 59335, 739, 7864, ...
[ 0.046478271484375, 0.150390625, 0.0628662109375, 0.1661376953125, 0.205078125, 0.144775390625, 0.145263671875, 0.21337890625, 0.208984375, 0.2427978515625, 0.06024169921875, 0.20947265625, 0.0941162109375, 0.05584716796875, 0.1505126953125, 0.122314453125, 0.003204345703125, 0.0495...
embed
18246876_c0
18246876
lisp
0
Title: Why does this LISP code emit periods or complain that lists must not end in 4? Problem title: Why does this LISP code emit periods or complain that lists must not end in 4? Tags: common-lisp, lisp Problem: Why does this LISP code emit periods or complain that lists must not end in 4? I just started learning LISP...
Why does this LISP code emit periods or complain that lists must not end in 4? Why does this LISP code emit periods or complain that lists must not end in 4? common-lisp lisp Why LISP Why does this LISP code emit periods or complain that lists must not end in 4? I just started learning LISP today just for the heck of i...
[ 0.0048828125, 0.0322265625, -0.0155029296875, -0.00274658203125, -0.0255126953125, 0.0017242431640625, -0.0084228515625, 0.0118408203125, 0.019287109375, -0.01611328125, -0.0108642578125, 0.0031585693359375, 0.0036773681640625, 0.003021240234375, -0.0068359375, 0.00872802734375, 0.00...
[ 44084, 903, 16970, 9434, 18151, 53225, 14922, 186992, 5303, 8110, 959, 3564, 23, 201, 7, 39210, 4086, 254, 400, 7008, 14602, 707, 52080, 18925, 764, 2594, 64557, 3525, 16981, 46876, 37842, 33022, 32354, 30646, 66161, 237, 40494, 15490, 4568...
[ 0.130859375, 0.0523681640625, 0.1390380859375, 0.23828125, 0.1719970703125, 0.177978515625, 0.233154296875, 0.2110595703125, 0.2349853515625, 0.0943603515625, 0.07763671875, 0.1541748046875, 0.03485107421875, 0.2088623046875, 0.0584716796875, 0.090576171875, 0.10443115234375, 0.146...
embed
27250802_c0
27250802
lisp
0
Title: there are something wrong when i use lisp to build up my web Problem title: there are something wrong when i use lisp to build up my web Tags: hunchentoot, web, lisp, html Problem: there are something wrong when i use lisp to build up my web When I wrote my web page, I chose to use common lisp to build it up. Bu...
there are something wrong when i use lisp to build up my web there are something wrong when i use lisp to build up my web hunchentoot web lisp html www.w3.org Content-Type utf-8 site.css hunchentoot:define-easy-handler hunchentoot:content-type there are something wrong when i use lisp to build up my web When I wrote my...
[ -0.00225830078125, 0.0191650390625, -0.007476806640625, -0.00323486328125, -0.0191650390625, 0.020751953125, -0.010009765625, -0.00927734375, 0.00067138671875, -0.05810546875, -0.005035400390625, -0.028076171875, 0.00921630859375, -0.008544921875, 0.0201416015625, -0.015380859375, -0...
[ 2685, 9844, 44691, 3229, 4527, 400, 7008, 47, 45367, 1257, 1467, 621, 1926, 4834, 188, 818, 7693, 363, 1478, 70870, 196707, 17376, 1764, 4439, 64552, 162, 53, 74258, 69246, 50986, 54397, 9191, 19667, 39210, 756, 2046, 31344, 18151, 43658, ...
[ 0.021331787109375, 0.0908203125, 0.1954345703125, 0.040557861328125, 0.1229248046875, 0.1712646484375, 0.2486572265625, 0.032196044921875, 0.1370849609375, 0.1234130859375, 0.1705322265625, 0.000823974609375, 0.1109619140625, 0.1131591796875, 0.0965576171875, 0.14013671875, 0.1140136...
embed
4926237_c0
4926237
lisp
0
Title: Help reducing a Lisp function Problem title: Help reducing a Lisp function Tags: lisp, common-lisp Problem: Help reducing a Lisp function I have a Lisp function which returns either the MAX of two values, or the MIN of two values. Right now my code has some relatively complex expressions to evaluate VALUE1 and V...
Help reducing a Lisp function Help reducing a Lisp function lisp common-lisp Help Lisp Compute COMPLEX_EXPRESSION_1 COMPLEX_EXPRESSION_2 Help reducing a Lisp function I have a Lisp function which returns either the MAX of two values, or the MIN of two values. Right now my code has some relatively complex expressions to...
[ 0.0106201171875, -0.007659912109375, 0.0281982421875, 0.0106201171875, -0.00726318359375, 0.005462646484375, 0.0023040771484375, -0.00982666015625, 0.0167236328125, -0.0164794921875, 0.002105712890625, 0.02490234375, -0.018798828125, -0.006134033203125, 0.022216796875, 0.00090408325195...
[ 39527, 241866, 1261, 7008, 32354, 10, 400, 39210, 4086, 254, 159415, 61898, 88233, 26939, 96547, 40713, 115187, 304, 30646, 85378, 6626, 142424, 69048, 18151, 35845, 27140, 125195, 151575, 55991, 37066, 418, 136, 5442, 2967, 20653, 5646, 1257, ...
[ 0.138427734375, 0.244873046875, 0.1568603515625, 0.213623046875, 0.19091796875, 0.009979248046875, 0.119873046875, 0.0946044921875, 0.100830078125, 0.1591796875, 0.125244140625, 0.0780029296875, 0.186279296875, 0.0848388671875, 0.1883544921875, 0.025238037109375, 0.097900390625, 0....
embed
29503386_c2
29503386
lisp
2
04-02/clisp-2.49-unix-pc386/metering.fas ;; Loading file /home/angelo/.slime/fasl/2015-04-02/clisp-2.49-unix-pc386/clisp.fas ... WARNING: DEFUN/DEFMACRO: redefining function BREAK in /home/angelo/.slime/fasl/2015-04-02/clisp-2.49-unix-pc386/clisp.fas, was defined in /home/angelo/tools/clisp-2.49/src/condition.fas WARNI...
04-02/clisp-2.49-unix-pc386/metering.fas ;; Loading file /home/angelo/.slime/fasl/2015-04-02/clisp-2.49-unix-pc386/clisp.fas ... WARNING: DEFUN/DEFMACRO: redefining function BREAK in /home/angelo/.slime/fasl/2015-04-02/clisp-2.49-unix-pc386/clisp.fas, was defined in /home/angelo/tools/clisp-2.49/src/condition.fas WARNI...
[ 0.0054931640625, 0.00188446044921875, 0.005401611328125, -0.0014495849609375, -0.0174560546875, 0.0155029296875, -0.022705078125, 0.013916015625, 0.02099609375, -0.02734375, 0.02685546875, 0.0108642578125, -0.00335693359375, -0.00787353515625, 0.000720977783203125, 0.00933837890625, ...
[ 5742, 88296, 238, 4086, 254, 5428, 5, 12977, 309, 4084, 57095, 105742, 29089, 214, 31773, 74, 228006, 11435, 29552, 64, 64859, 31, 64617, 13, 141, 24301, 40866, 9550, 153, 6, 60873, 25795, 202001, 14006, 8218, 441, 14255, 12, 456, 49919, ...
[ 0.135498046875, 0.158935546875, 0.0215911865234375, 0.1810302734375, 0.2412109375, 0.078125, 0.027801513671875, 0.251220703125, 0.0924072265625, 0.1087646484375, 0.085205078125, 0.2396240234375, 0.1807861328125, 0.106201171875, 0.2191162109375, 0.0241241455078125, 0.2381591796875, ...
embed
40620715_c0
40620715
lisp
0
Title: Number of digits in a number with lisp using cond Problem title: Number of digits in a number with lisp using cond Tags: lisp Problem: Number of digits in a number with lisp using cond So, I know that there is a solution using the if statement which is the following (defun numdigits (n) (if (< -10 n 10) 1 (1+ (n...
Number of digits in a number with lisp using cond Number of digits in a number with lisp using cond lisp cond Number Number of digits in a number with lisp using cond So, I know that there is a solution using the if statement which is the following But I'm trying to deepen my knowledge and to understand to go for trans...
[ -0.00762939453125, 0.0172119140625, -0.01611328125, -0.007354736328125, 0.00823974609375, 0.006683349609375, 0.020751953125, 0.013427734375, -0.0093994140625, -0.04443359375, -0.0234375, -0.0274658203125, -0.0162353515625, -0.004730224609375, 0.0181884765625, 0.004119873046875, 0.006...
[ 103332, 111, 153939, 7, 23, 14012, 678, 400, 7008, 17368, 158, 71, 29806, 2174, 63805, 25632, 51359, 28219, 27198, 18499, 3714, 62775, 19441, 4263, 757, 117396, 1022, 9193, 30646, 106, 164917, 209, 997, 653, 275, 14055, 15769, 41502, 18750,...
[ 0.102783203125, 0.006866455078125, 0.212890625, 0.05926513671875, 0.1168212890625, 0.145263671875, 0.1343994140625, 0.14013671875, 0.2025146484375, 0.08148193359375, 0.182373046875, 0.1429443359375, 0.0706787109375, 0.1611328125, 0.141357421875, 0.037994384765625, 0.015533447265625, ...
embed
23966768_c0
23966768
lisp
0
Title: Cadr of a list involving assoc function Problem title: Cadr of a list involving assoc function Tags: lisp, land-of-lisp, common-lisp Problem: Cadr of a list involving assoc function I have looked around on the net and cant find an answer to my query. I would really appreciate if someone could provide a good answ...
Cadr of a list involving assoc function Cadr of a list involving assoc function lisp land-of-lisp common-lisp Cadr Cadr of a list involving assoc function I have looked around on the net and cant find an answer to my query. I would really appreciate if someone could provide a good answer without down rating this post. ...
[ 0.0245361328125, 0.01214599609375, 0.00982666015625, 0.01953125, 0.00897216796875, 0.0240478515625, 0.03564453125, 0.020751953125, 0.010986328125, -0.034912109375, 0.00799560546875, -0.028564453125, -0.0078125, -0.0234375, 0.01055908203125, -0.0084228515625, -0.003753662109375, 0.0...
[ 36958, 42, 111, 5303, 3784, 63927, 238, 32354, 400, 7008, 3551, 4390, 4086, 254, 39210, 35166, 77947, 66038, 1261, 2258, 56329, 11814, 2053, 13736, 124409, 30441, 3688, 10422, 12877, 6557, 42179, 73342, 45367, 7986, 87907, 4527, 25632, 76811,...
[ 0.1845703125, 0.2027587890625, 0.11328125, 0.212646484375, 0.02703857421875, 0.1917724609375, 0.20849609375, 0.175048828125, 0.092041015625, 0.17822265625, 0.082763671875, 0.1268310546875, 0.0968017578125, 0.133544921875, 0.06817626953125, 0.00311279296875, 0.00555419921875, 0.0267...
embed
26697560_c0
26697560
lisp
0
Title: A complex Lisp issue Problem title: A complex Lisp issue Tags: lisp Problem: A complex Lisp issue Define a function contains that takes two parameters, a symbol A and a list of symbols L, and returns t only if L contains A as one of its elements. That is the original question. I am very new to LISP and would lik...
A complex Lisp issue A complex Lisp issue lisp Lisp A complex Lisp issue Define a function contains that takes two parameters, a symbol A and a list of symbols L, and returns t only if L contains A as one of its elements. That is the original question. I am very new to LISP and would like some code along with an explan...
[ -0.0035552978515625, 0.029541015625, -0.0017852783203125, 0.0228271484375, -0.002716064453125, 0.01263427734375, 0.0035552978515625, -0.005767822265625, -0.01409912109375, -0.02099609375, 0.0120849609375, 0.0045166015625, -0.01080322265625, 0.0240478515625, 0.0108642578125, -0.00215148...
[ 62, 27140, 1261, 7008, 31089, 400, 64552, 32354, 70541, 51776, 6626, 171859, 26582, 136, 5303, 7, 339, 30646, 808, 4734, 2174, 237, 1632, 80854, 3525, 16970, 9434, 18151, 187136, 6002, 86531, 79, 330, 37223, 76615, 12921, 31425, 4358, 2060,...
[ 0.1182861328125, 0.22119140625, 0.1826171875, 0.238037109375, 0.1973876953125, 0.128173828125, 0.11962890625, 0.2247314453125, 0.176025390625, 0.1273193359375, 0.1871337890625, 0.2247314453125, 0.222412109375, 0.07940673828125, 0.2008056640625, 0.06121826171875, 0.11181640625, 0.17...
embed
25108775_c0
25108775
lisp
0
Title: Delete items with duplicate keys in alist in Lisp Problem title: Delete items with duplicate keys in alist in Lisp Tags: lisp, elisp, associative-array, common-lisp, duplicates Problem: Delete items with duplicate keys in alist in Lisp Suppose I have a large alist, where there are multiple items with the same ke...
Delete items with duplicate keys in alist in Lisp Delete items with duplicate keys in alist in Lisp lisp elisp associative-array common-lisp duplicates Delete Lisp Delete items with duplicate keys in alist in Lisp Suppose I have a large alist, where there are multiple items with the same key but same or different value...
[ -0.007110595703125, 0.014892578125, 0.00299072265625, -0.0225830078125, 0.0025482177734375, 0.0004520416259765625, 0.0087890625, 0.00665283203125, -0.0018310546875, -0.01171875, -0.01708984375, 0.03515625, 0.015380859375, 0.0164794921875, -0.00439453125, 0.0179443359375, -0.003280639...
[ 262, 46485, 55769, 678, 171763, 67, 22799, 7, 10, 6562, 1261, 7008, 23, 400, 15296, 166027, 272, 19305, 39210, 4086, 254, 48716, 5701, 142424, 144, 64370, 17203, 63927, 238, 30646, 5117, 14858, 35735, 5303, 124962, 49666, 85689, 11907, 9199...
[ 0.1024169921875, 0.1903076171875, 0.1810302734375, 0.07122802734375, 0.252197265625, 0.1490478515625, 0.21240234375, 0.017547607421875, 0.10382080078125, 0.21484375, 0.178955078125, 0.209228515625, 0.030059814453125, 0.1396484375, 0.03515625, 0.10009765625, 0.0086669921875, 0.02888...
embed
54720370_c0
54720370
lisp
0
Title: Is there a better way to return the list of prime numbers in given list of numbers Problem title: Is there a better way to return the list of prime numbers in given list of numbers Tags: lisp, racket Problem: Is there a better way to return the list of prime numbers in given list of numbers I know it should be s...
Is there a better way to return the list of prime numbers in given list of numbers Is there a better way to return the list of prime numbers in given list of numbers lisp racket Is there a better way to return the list of prime numbers in given list of numbers I know it should be simple. but I am new to this language a...
[ -0.0162353515625, 0.01361083984375, 0.00848388671875, 0.0091552734375, 0.0133056640625, 0.021484375, 0.0068359375, -0.005157470703125, -0.00811767578125, -0.0093994140625, -0.0064697265625, -0.01806640625, 0.01385498046875, -0.0091552734375, -0.005859375, 0.01007080078125, 0.00799560...
[ 2071, 2685, 11522, 3917, 47, 30646, 5303, 111, 20809, 101935, 23, 34475, 400, 7008, 673, 27853, 3714, 5608, 8781, 46876, 86531, 7941, 26366, 7228, 32354, 12765, 36766, 14012, 959, 167785, 28282, 4734, 360, 7077, 2499, 54753, 138, 361, 382, ...
[ 0.001953125, 0.0190887451171875, 0.137451171875, 0.0858154296875, 0.02789306640625, 0.1961669921875, 0.1781005859375, 0.027435302734375, 0.213134765625, 0.1934814453125, 0.0406494140625, 0.0762939453125, 0.0904541015625, 0.164794921875, 0.0806884765625, 0.196044921875, 0.010986328125...
embed
18811744_c0
18811744
lisp
0
Title: Bignum overflow error after Euler #2 attempt Problem title: Bignum overflow error after Euler #2 attempt Tags: bignum, lisp, stack-overflow, tail-recursion Problem: Bignum overflow error after Euler #2 attempt I've attempted to solve Euler Problem 2 with the following tail recursive functions: (defun fib (num) (...
Bignum overflow error after Euler #2 attempt Bignum overflow error after Euler #2 attempt bignum lisp stack-overflow tail-recursion Bignum Euler Condition SYSTEM::SIMPLE-ARITHMETIC-ERROR Bignum overflow error after Euler #2 attempt I've attempted to solve Euler Problem 2 with the following tail recursive functions: Now...
[ -0.00102996826171875, 0.01153564453125, 0.00701904296875, -0.00286865234375, -0.013671875, 0.025390625, -0.017578125, -0.00897216796875, 0.00714111328125, -0.00157928466796875, 0.01031494140625, -0.022216796875, 0.0033111572265625, -0.0157470703125, 0.041015625, 0.007110595703125, -0...
[ 14195, 2606, 645, 118664, 18499, 7103, 5177, 603, 64947, 81887, 6957, 400, 7008, 177261, 5465, 46741, 107, 48650, 46347, 55858, 90420, 73434, 103084, 23415, 12501, 14255, 86869, 15649, 116, 195625, 5844, 32354, 9790, 28412, 16750, 17368, 18389,...
[ 0.1038818359375, 0.231201171875, 0.0965576171875, 0.2489013671875, 0.2086181640625, 0.091796875, 0.123291015625, 0.1634521484375, 0.1644287109375, 0.1339111328125, 0.05902099609375, 0.006011962890625, 0.1025390625, 0.08795166015625, 0.08306884765625, 0.191162109375, 0.00103759765625,...
embed
24061288_c1
24061288
lisp
1
is used to compare symbols, this should be fine as well. Now, the normal-clause : This is defined as (keys form*) form* again is simple, it's just a number of forms, basically with an implicit progn . For keys , it tells me that this is a designator for a list of objects. Phew. Here my questions begin… This document t...
is used to compare symbols, this should be fine as well. Now, the normal-clause : This is defined as (keys form*) form* again is simple, it's just a number of forms, basically with an implicit progn . For keys , it tells me that this is a designator for a list of objects. Phew. Here my questions begin… This document t...
[ 0.0025482177734375, 0.003692626953125, -0.02685546875, -0.0247802734375, 0.0021514892578125, 0.006500244140625, 0.0184326171875, 0.0022430419921875, 0.0147705078125, 0.00201416015625, 0.0087890625, 0.001983642578125, 0.012939453125, -0.0081787109375, -0.00823974609375, 0.00445556640625...
[ 83, 11814, 69101, 26582, 5885, 3638, 18347, 4032, 3293, 61924, 71, 19770, 7, 3173, 77518, 1639, 13438, 8781, 442, 14012, 165164, 67973, 22799, 903, 4331, 4597, 100, 5303, 36746, 145204, 17582, 9842, 12937, 10, 8, 157, 1636, 15700, 7225, 8...
[ 0.0645751953125, 0.0963134765625, 0.1826171875, 0.2156982421875, 0.048004150390625, 0.1732177734375, 0.07135009765625, 0.1080322265625, 0.13134765625, 0.150390625, 0.01019287109375, 0.1778564453125, 0.1446533203125, 0.1822509765625, 0.049713134765625, 0.0241851806640625, 0.0543212890...
embed
32622427_c0
32622427
lisp
0
Title: How can I convert double-float to byte array and vice versa in common lisp? Problem title: How can I convert double-float to byte array and vice versa in common lisp? Tags: common-lisp, lisp Problem: How can I convert double-float to byte array and vice versa in common lisp? For integer (32bit or 4 bytes) I can ...
How can I convert double-float to byte array and vice versa in common lisp? How can I convert double-float to byte array and vice versa in common lisp? common-lisp lisp How get-u4 put-u4 How can I convert double-float to byte array and vice versa in common lisp? For integer (32bit or 4 bytes) I can do as follows; Howev...
[ 0.0191650390625, -0.0021514892578125, 0.01220703125, -0.00933837890625, -0.01470947265625, 0.0026397705078125, -0.015625, 0.008544921875, 0.0157470703125, -0.00830078125, -0.002716064453125, 0.00537109375, 0.007476806640625, -0.0242919921875, -0.005950927734375, -0.024658203125, -0.0...
[ 11249, 831, 87, 96760, 41929, 52347, 257, 47, 390, 67, 10298, 53, 136, 22925, 105274, 39210, 400, 7008, 23, 4086, 254, 2046, 34, 617, 3884, 9, 1326, 892, 1505, 6460, 3137, 707, 201, 28960, 53418, 26366, 3642, 54, 903, 7911, 382, 61028...
[ 0.0716552734375, 0.0888671875, 0.03448486328125, 0.2093505859375, 0.218017578125, 0.27734375, 0.1917724609375, 0.128662109375, 0.122802734375, 0.142822265625, 0.1812744140625, 0.198974609375, 0.045654296875, 0.1070556640625, 0.1282958984375, 0.1817626953125, 0.147216796875, 0.20068...
embed
23811605_c0
23811605
lisp
0
Title: Weird Common Lisp intersection behaviour Problem title: Weird Common Lisp intersection behaviour Tags: lisp, set, common-lisp, multiset Problem: Weird Common Lisp intersection behaviour I'm trying to get the common elements of two lists. I've tried both the available intersection function and one I implemented m...
Weird Common Lisp intersection behaviour Weird Common Lisp intersection behaviour lisp set common-lisp multiset Weird Common Lisp Weird Common Lisp intersection behaviour I'm trying to get the common elements of two lists. I've tried both the available intersection function and one I implemented myself, both giving the...
[ -0.00762939453125, 0.015625, 0.01904296875, -0.00933837890625, 0.00007724761962890625, 0.018798828125, 0.00130462646484375, -0.015625, 0.0032806396484375, -0.0390625, 0.004241943359375, 0.05126953125, -0.002899169921875, 0.004302978515625, 0.005096435546875, 0.0022735595703125, 0.006...
[ 1401, 82249, 151301, 1261, 7008, 1940, 7, 58994, 224833, 400, 5423, 39210, 4086, 254, 6024, 3509, 31577, 47, 2046, 80854, 6626, 5303, 37842, 19882, 32354, 29479, 35978, 5701, 179459, 16750, 3034, 97, 30441, 5117, 70541, 4734, 12830, 40368, ...
[ 0.0232696533203125, 0.1650390625, 0.1507568359375, 0.1658935546875, 0.15478515625, 0.146240234375, 0.160400390625, 0.1533203125, 0.156982421875, 0.09222412109375, 0.11669921875, 0.181640625, 0.091552734375, 0.1217041015625, 0.0706787109375, 0.1380615234375, 0.026153564453125, 0.024...
embed
79320069_c1
79320069
lisp
1
since the system has to be able to lookup stored doc string and give the information about the symbol. As an example: (defconstant +above-normal-priority-class+ #x00008000) Than I can stil get the value via (symbol-value '+above-normal-priority-class+) . Is this because I am using the system via repl, so it is not opt...
since the system has to be able to lookup stored doc string and give the information about the symbol. As an example: (defconstant +above-normal-priority-class+ #x00008000) Than I can stil get the value via (symbol-value '+above-normal-priority-class+) . Is this because I am using the system via repl, so it is not opt...
[ 0.00848388671875, 0.0036163330078125, -0.0091552734375, 0.00439453125, 0.004119873046875, 0.014892578125, -0.0203857421875, 0.0157470703125, 0.002471923828125, 0.00592041015625, 0.005279541015625, -0.0020294189453125, 0.004486083984375, -0.0064697265625, -0.001953125, 0.0133056640625, ...
[ 16792, 5426, 1556, 19048, 6713, 2037, 4343, 71, 51584, 79315, 8337, 4677, 26582, 27781, 112, 420, 2271, 42539, 997, 21552, 272, 33176, 207184, 939, 67413, 1328, 28568, 87774, 831, 5859, 2046, 34292, 1829, 176726, 27494, 102817, 903, 17368, ...
[ 0.03961181640625, 0.14794921875, 0.0157928466796875, 0.051361083984375, 0.0253753662109375, 0.066162109375, 0.1263427734375, 0.00347900390625, 0.138671875, 0.1611328125, 0.02508544921875, 0.077392578125, 0.2822265625, 0.157958984375, 0.049560546875, 0.1087646484375, 0.051605224609375...
embed
56813831_c0
56813831
lisp
0
Title: Scheme - Appending to the end of a list Problem title: Scheme - Appending to the end of a list Tags: append, lisp, list, scheme Problem: Scheme - Appending to the end of a list I'm very sorry for such a simple question. It's so trivial, I haven't been able to find someone online with this problem. So I'd appreci...
Scheme - Appending to the end of a list Scheme - Appending to the end of a list append lisp list scheme Scheme Appending Scheme - Appending to the end of a list I'm very sorry for such a simple question. It's so trivial, I haven't been able to find someone online with this problem. So I'd appreciate some help. I want t...
[ -0.002227783203125, 0.0283203125, 0.00885009765625, -0.004364013671875, -0.0078125, 0.003631591796875, -0.00830078125, 0.0027923583984375, 0.000301361083984375, -0.0303955078125, 0.0206298828125, -0.0361328125, -0.0025177001953125, 0.015625, 0.0010833740234375, -0.013671875, 0.016601...
[ 34702, 282, 5787, 96819, 47, 3564, 111, 5303, 20, 114689, 71, 400, 7008, 150370, 59090, 6044, 8781, 9655, 221, 686, 1118, 2967, 77947, 4358, 3444, 33022, 4552, 32354, 51776, 136, 35735, 6468, 54397, 195625, 5844, 60899, 30646, 3525, 57357, ...
[ 0.2255859375, 0.1876220703125, 0.1318359375, 0.2159423828125, 0.1715087890625, 0.225341796875, 0.1097412109375, 0.2288818359375, 0.006256103515625, 0.1666259765625, 0.043609619140625, 0.0758056640625, 0.1612548828125, 0.235595703125, 0.06097412109375, 0.05474853515625, 0.161254882812...
embed
42914832_c0
42914832
lisp
0
Title: Common Lisp equivalent to Racket&#x27;s &quot;module languages&quot; Problem title: Common Lisp equivalent to Racket&#x27;s &quot;module languages&quot; Tags: racket, common-lisp, lisp Problem: Common Lisp equivalent to Racket's "module languages" I would like to create a DSL (domain-specific language) with a se...
Common Lisp equivalent to Racket&#x27;s &quot;module languages&quot; Common Lisp equivalent to Racket&#x27;s &quot;module languages&quot; racket common-lisp lisp Common Lisp Racket Common Lisp equivalent to Racket's "module languages" I would like to create a DSL (domain-specific language) with a set of Common Lisp mac...
[ 0.00909423828125, 0.00860595703125, -0.006317138671875, 0.0225830078125, -0.014404296875, 0.020263671875, 0.003936767578125, 0.003997802734375, -0.021728515625, -0.0294189453125, -0.0164794921875, -0.029296875, 0.0048828125, -0.010986328125, 0.00726318359375, -0.009765625, -0.0119628...
[ 151301, 1261, 7008, 183234, 2552, 27853, 3768, 83279, 13, 46876, 7, 673, 39210, 4086, 254, 400, 1884, 28282, 114479, 56206, 159975, 5423, 111789, 173072, 366, 102158, 59121, 61924, 5361, 6002, 86531, 17475, 36510, 54613, 72367, 11435, 70541, ...
[ 0.203125, 0.1988525390625, 0.1988525390625, 0.1370849609375, 0.1357421875, 0.1973876953125, 0.0299224853515625, 0.196533203125, 0.10052490234375, 0.24169921875, 0.0231781005859375, 0.0830078125, 0.0989990234375, 0.1094970703125, 0.071533203125, 0.116455078125, 0.0322265625, 0.11535...
embed
10051645_c0
10051645
lisp
0
Title: A simple lisp program Problem title: A simple lisp program Tags: emacs, lisp, elisp Problem: A simple lisp program I want to write this program to find a keyword in a list. If found then print the list. But errors occur, i can't solve it. Please give me some suggestions. I am a newbie for lisp. The main program ...
A simple lisp program A simple lisp program emacs lisp elisp kanna_find End Debugger eval-last-sexp-1 A simple lisp program I want to write this program to find a keyword in a list. If found then print the list. But errors occur, i can't solve it. Please give me some suggestions. I am a newbie for lisp. The main progra...
[ 0.00146484375, -0.000885009765625, -0.0012054443359375, 0.01904296875, -0.00982666015625, 0.0283203125, 0.019287109375, 0.01177978515625, -0.01470947265625, 0.00579833984375, 0.00909423828125, -0.008056640625, -0.0181884765625, 0.0169677734375, 0.005401611328125, 0.0098876953125, 0.0...
[ 62, 8781, 400, 7008, 1528, 352, 2263, 7, 15296, 203, 76, 111607, 18878, 262, 978, 21407, 1405, 19777, 83613, 5759, 3444, 33022, 903, 7413, 10, 166117, 23, 5303, 14037, 28412, 18499, 74918, 831, 86869, 157666, 9014, 581, 5201, 83, 6626, ...
[ 0.0293426513671875, 0.21337890625, 0.162109375, 0.2293701171875, 0.1929931640625, 0.0235137939453125, 0.061859130859375, 0.00775146484375, 0.0560302734375, 0.0977783203125, 0.1419677734375, 0.1478271484375, 0.1270751953125, 0.09521484375, 0.1480712890625, 0.13037109375, 0.15539550781...
embed
41473029_c0
41473029
lisp
0
Title: How to handle accents in Common Lisp (SBCL)? Problem title: How to handle accents in Common Lisp (SBCL)? Tags: lisp, common-lisp, sbcl, character-encoding Problem: How to handle accents in Common Lisp (SBCL)? That's probably very basic, but I didn't know where else to ask. I'm trying to process some text informa...
How to handle accents in Common Lisp (SBCL)? How to handle accents in Common Lisp (SBCL)? lisp common-lisp sbcl character-encoding How Common Lisp SBCL txt2list How to handle accents in Common Lisp (SBCL)? That's probably very basic, but I didn't know where else to ask. I'm trying to process some text information in an...
[ 0.0203857421875, 0.0015869140625, -0.005157470703125, 0.025390625, -0.0125732421875, 0.0003299713134765625, 0.01141357421875, 0.0185546875, 0.00164031982421875, -0.01409912109375, 0.00531005859375, -0.00689697265625, -0.005157470703125, -0.003021240234375, -0.0076904296875, 0.011047363...
[ 11249, 47, 34831, 78550, 7, 23, 151301, 1261, 7008, 36474, 37486, 400, 39210, 4086, 254, 91, 275, 34937, 62816, 66332, 90944, 124326, 304, 6562, 62822, 26458, 9433, 7986, 4677, 42135, 66820, 9069, 21130, 11435, 82528, 21325, 4527, 71358, 12...
[ 0.09765625, 0.0869140625, 0.2054443359375, 0.26171875, 0.17138671875, 0.09796142578125, 0.197998046875, 0.1448974609375, 0.1749267578125, 0.111328125, 0.189453125, 0.08013916015625, 0.1431884765625, 0.06878662109375, 0.1473388671875, 0.00677490234375, 0.038330078125, 0.1396484375, ...
embed
60469866_c1
60469866
lisp
1
does not happen computation needed for next ones, whereas all the previous ones get in effect fully realized. In an alternative formulation we can use the following longer version of nfoldr , which is equivalent to the shorter one when e is a neutral element. (defn nfoldr [f e] (fn [n] (fn [s] (if (zero? n) (if (empty...
does not happen computation needed for next ones, whereas all the previous ones get in effect fully realized. In an alternative formulation we can use the following longer version of nfoldr , which is equivalent to the shorter one when e is a neutral element. (defn nfoldr [f e] (fn [n] (fn [s] (if (zero? n) (if (empty...
[ -0.0167236328125, 0.00396728515625, -0.01129150390625, -0.000812530517578125, -0.00103759765625, 0.00921630859375, -0.0233154296875, -0.006561279296875, 0.00080108642578125, -0.04150390625, -0.02490234375, 0.0086669921875, 0.004852294921875, 0.0130615234375, -0.002471923828125, 0.00216...
[ 14602, 959, 53383, 181135, 1363, 44841, 100, 11737, 64333, 162, 756, 96362, 2046, 21543, 89554, 185171, 30700, 26168, 831, 4527, 25632, 51713, 11389, 653, 42822, 42, 183234, 16610, 56, 3229, 28, 83, 62276, 12830, 112, 14783, 420, 3190, 8051...
[ 0.1868896484375, 0.263671875, 0.276123046875, 0.2113037109375, 0.03509521484375, 0.1376953125, 0.02545166015625, 0.1683349609375, 0.05450439453125, 0.005706787109375, 0.04461669921875, 0.08489990234375, 0.042388916015625, 0.1605224609375, 0.0711669921875, 0.18798828125, 0.11950683593...
embed
47908137_c0
47908137
lisp
0
Title: Checking if lists share one or more elements in Racket Problem title: Checking if lists share one or more elements in Racket Tags: scheme, racket, lisp Problem: Checking if lists share one or more elements in Racket I have two lists, lst1 and lst2 . I want to define a function to check if they share some element...
Checking if lists share one or more elements in Racket Checking if lists share one or more elements in Racket scheme racket lisp Checking Racket lst1 lst2 Checking if lists share one or more elements in Racket I have two lists, lst1 and lst2 . I want to define a function to check if they share some elements. For exampl...
[ -0.0072021484375, 0.0186767578125, -0.01220703125, 0.015869140625, -0.01287841796875, 0.0012359619140625, 0.006500244140625, -0.0225830078125, -0.00439453125, 0.002288818359375, 0.019287109375, 0.0029449462890625, 0.00830078125, 0.0028228759765625, -0.007415771484375, 0.01611328125, ...
[ 38679, 214, 2174, 5303, 7, 12008, 1632, 707, 1286, 80854, 23, 2552, 27853, 150370, 673, 400, 7008, 96, 271, 418, 304, 6626, 136, 61924, 32354, 12765, 1836, 3060, 67886, 43452, 62766, 876, 501, 29568, 98320, 208124, 12638, 12830, 32786, 30...
[ 0.185302734375, 0.002685546875, 0.0992431640625, 0.2474365234375, 0.0977783203125, 0.25146484375, 0.094970703125, 0.0293731689453125, 0.1444091796875, 0.19091796875, 0.05853271484375, 0.1456298828125, 0.2374267578125, 0.13916015625, 0.1197509765625, 0.062744140625, 0.1097412109375, ...
embed
58255091_c0
58255091
lisp
0
Title: Return a specific element in a list - LISP Problem title: Return a specific element in a list - LISP Tags: common-lisp, element, lisp, list Problem: Return a specific element in a list - LISP I'm trying to write a function called: get-element (board coords) that takes a board and a pair of coords representing a ...
Return a specific element in a list - LISP Return a specific element in a list - LISP common-lisp element lisp list LISP NIL Return a specific element in a list - LISP I'm trying to write a function called: get-element (board coords) that takes a board and a pair of coords representing a board position as input. The fi...
[ 0.0034027099609375, 0.0120849609375, 0.006439208984375, 0.008056640625, -0.00665283203125, 0.004608154296875, 0.02490234375, 0.0037841796875, -0.00732421875, -0.0014190673828125, 0.0152587890625, -0.0091552734375, -0.019775390625, -0.015625, -0.0257568359375, -0.004547119140625, 0.00...
[ 173340, 29458, 12830, 23, 5303, 16970, 9434, 10, 39210, 4086, 254, 400, 7008, 541, 16444, 31577, 33022, 32354, 2046, 62766, 24351, 552, 6651, 51776, 45443, 80836, 33636, 19069, 107730, 5117, 3365, 316, 14012, 17932, 15555, 4711, 4034, 757, ...
[ 0.2744140625, 0.262939453125, 0.2332763671875, 0.103515625, 0.225341796875, 0.1220703125, 0.2288818359375, 0.01983642578125, 0.1197509765625, 0.077880859375, 0.1378173828125, 0.08184814453125, 0.14111328125, 0.0716552734375, 0.16015625, 0.0499267578125, 0.08660888671875, 0.15856933...
embed
71499973_c0
71499973
lisp
0
Title: Why is this quicksort overflowing? Problem title: Why is this quicksort overflowing? Tags: recursion, recursionerror, python, lisp, hy Problem: Why is this quicksort overflowing? I have the following Hy code: (defn quicksort [lst] (if (< (len lst) 2) (return lst) (do (setv pivot (// (len lst) 2)) (setv (, under ...
Why is this quicksort overflowing? Why is this quicksort overflowing? recursion recursionerror python lisp hy RecursionError Why under.append same.append over.append Python Why is this quicksort overflowing? I have the following Hy code: Which I roughly translated from this Python function: However, the Hy function thr...
[ -0.004547119140625, 0.03271484375, 0.017578125, -0.01708984375, -0.01171875, 0.007171630859375, -0.00885009765625, -0.01495361328125, 0.0037078857421875, 0.00019073486328125, -0.00567626953125, -0.012939453125, 0.00921630859375, -0.017822265625, 0.027587890625, -0.0205078125, -0.0095...
[ 44084, 83, 903, 63773, 62351, 645, 118664, 214, 195625, 1830, 188800, 17198, 50828, 400, 7008, 2119, 165428, 42, 6889, 18468, 31611, 1379, 9007, 3611, 5701, 145581, 3905, 18151, 166904, 3900, 143, 32354, 104250, 25632, 18499, 112, 3796, 1118,...
[ 0.1424560546875, 0.08392333984375, 0.11004638671875, 0.17236328125, 0.268310546875, 0.191162109375, 0.26171875, 0.110107421875, 0.19140625, 0.07403564453125, 0.174072265625, 0.016387939453125, 0.07769775390625, 0.02728271484375, 0.09228515625, 0.15478515625, 0.1180419921875, 0.1260...
embed
23686935_c0
23686935
lisp
0
Title: Return element of list as integer in Lisp Problem title: Return element of list as integer in Lisp Tags: lisp Problem: Return element of list as integer in Lisp I'm supposed to write a function that will take in a list, extract the ID number from the list, and then return it as an integer (not a list). My first ...
Return element of list as integer in Lisp Return element of list as integer in Lisp lisp Lisp idReturn2 Return element of list as integer in Lisp I'm supposed to write a function that will take in a list, extract the ID number from the list, and then return it as an integer (not a list). My first function was pretty si...
[ -0.0101318359375, -0.010009765625, -0.003570556640625, 0.01904296875, 0.006988525390625, 0.044677734375, -0.006072998046875, -0.01470947265625, 0.00032806396484375, -0.027587890625, 0.005035400390625, -0.015380859375, -0.03271484375, -0.00970458984375, 0.00089263916015625, 0.0161132812...
[ 173340, 12830, 111, 5303, 237, 892, 1505, 1261, 7008, 23, 400, 3447, 4332, 987, 304, 134598, 33022, 32354, 5646, 125663, 11338, 14012, 30646, 10869, 5117, 8781, 35839, 55300, 115021, 1284, 64457, 7108, 2831, 16030, 54969, 30745, 959, 68587, ...
[ 0.251220703125, 0.228271484375, 0.0963134765625, 0.197998046875, 0.088623046875, 0.1640625, 0.1669921875, 0.1572265625, 0.2352294921875, 0.08709716796875, 0.11328125, 0.111083984375, 0.011077880859375, 0.1781005859375, 0.1290283203125, 0.103515625, 0.068603515625, 0.156494140625, ...
embed
29787761_c2
29787761
lisp
2
ISP-ACTION:LOAD-OP :VERBOSE NIL> #<ASDF/SYSTEM:SYSTEM "myapp"> :VERBOSE NIL) [fast-method] 9: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:LOAD-OP :VERBOSE NIL> #<ASDF/SYSTEM:SYSTEM "myapp"> :VERBOSE NIL) 10: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE)) 11: ((:METHOD ASDF/OPER...
ISP-ACTION:LOAD-OP :VERBOSE NIL> #<ASDF/SYSTEM:SYSTEM "myapp"> :VERBOSE NIL) [fast-method] 9: ((SB-PCL::EMF ASDF/OPERATE:OPERATE) #<unused argument> #<unused argument> #<ASDF/LISP-ACTION:LOAD-OP :VERBOSE NIL> #<ASDF/SYSTEM:SYSTEM "myapp"> :VERBOSE NIL) 10: ((LAMBDA NIL :IN ASDF/OPERATE:OPERATE)) 11: ((:METHOD ASDF/OPER...
[ -0.0157470703125, -0.02001953125, -0.000576019287109375, 0.0225830078125, -0.0004863739013671875, -0.00049591064453125, 0.0294189453125, 0.0228271484375, 0.015869140625, -0.025390625, -0.01409912109375, 0.0001239776611328125, 0.00191497802734375, -0.000331878662109375, -0.002853393554687...
[ 87, 9434, 9, 15012, 35213, 12, 17014, 12351, 20880, 33255, 17398, 9127, 541, 16444, 9713, 38997, 64, 62428, 90420, 1176, 9007, 152, 39473, 1928, 7352, 483, 60494, 36474, 12233, 866, 17513, 919, 6483, 670, 30425, 309, 33740, 10750, 67616, ...
[ 0.094482421875, 0.222412109375, 0.02655029296875, 0.2230224609375, 0.07977294921875, 0.012786865234375, 0.1651611328125, 0.150390625, 0.22802734375, 0.1390380859375, 0.18212890625, 0.181396484375, 0.1336669921875, 0.202392578125, 0.1260986328125, 0.26416015625, 0.0244903564453125, ...
embed
34999601_c0
34999601
lisp
0
Title: Writing a select() function in ACL2 Problem title: Writing a select() function in ACL2 Tags: functional-programming, acl2, lisp Problem: Writing a select() function in ACL2 I'm trying to write a function in ACL2 (specifically ACL2s) that takes in a list and a natural number and returns the item in the list at th...
Writing a select() function in ACL2 Writing a select() function in ACL2 functional-programming acl2 lisp Writing ACL2 List Nat All Query Testing Summary Cgen Here NIL Test Body ACL2::EXTRA-INFO GUARD SELECT FIRST Writing a select() function in ACL2 I'm trying to write a function in ACL2 (specifically ACL2s) that takes ...
[ -0.01177978515625, 0.0196533203125, 0.0213623046875, 0.00787353515625, -0.00738525390625, -0.0196533203125, -0.0028533935546875, 0.0185546875, 0.00011491775512695312, 0.003173828125, 0.00154876708984375, 0.0152587890625, -0.026611328125, 0.0172119140625, 0.0233154296875, -0.01226806640...
[ 213185, 36849, 132, 32354, 62, 37486, 304, 123309, 28966, 1030, 141, 7008, 32036, 68875, 3164, 58836, 8647, 131150, 1409, 16444, 43960, 37082, 157491, 48153, 49444, 6755, 144832, 133907, 23, 31577, 33022, 51776, 5303, 6083, 14012, 30646, 35735,...
[ 0.1781005859375, 0.23193359375, 0.1016845703125, 0.1844482421875, 0.06683349609375, 0.1871337890625, 0.22509765625, 0.116943359375, 0.05609130859375, 0.015716552734375, 0.062103271484375, 0.09716796875, 0.1094970703125, 0.04510498046875, 0.029937744140625, 0.05670166015625, 0.1241455...
embed
10351055_c0
10351055
lisp
0
Title: How to print blank character in the Lisp format function? Problem title: How to print blank character in the Lisp format function? Tags: lisp, whitespace Problem: How to print blank character in the Lisp format function? I hope there's someone to help me with this, because I can't find any useful answer, and I'm...
How to print blank character in the Lisp format function? How to print blank character in the Lisp format function? lisp whitespace How Lisp NIL How to print blank character in the Lisp format function? I hope there's someone to help me with this, because I can't find any useful answer, and I'm new with Lisp. What I'm ...
[ -0.0235595703125, -0.00384521484375, 0.016845703125, 0.00787353515625, -0.0115966796875, 0.004180908203125, 0.02392578125, 0.00640869140625, -0.004974365234375, 0.072265625, 0.009765625, -0.017333984375, -0.0269775390625, -0.00946044921875, -0.0303955078125, 0.0186767578125, 0.018310...
[ 11249, 47, 28412, 44237, 62816, 23, 1261, 7008, 9384, 32354, 400, 35011, 65421, 541, 16444, 3034, 34292, 12830, 2174, 106, 120262, 43240, 5303, 10750, 13806, 140992, 436, 112748, 17932, 757, 3687, 32628, 64457, 21658, 5526, 19069, 13315, 4879...
[ 0.0672607421875, 0.0399169921875, 0.1993408203125, 0.2462158203125, 0.219970703125, 0.0150299072265625, 0.1529541015625, 0.2098388671875, 0.172607421875, 0.1448974609375, 0.1072998046875, 0.08837890625, 0.168212890625, 0.09027099609375, 0.17431640625, 0.13818359375, 0.08154296875, ...
embed
43014351_c0
43014351
lisp
0
Title: Returning NIL from a recursion in Lisp Problem title: Returning NIL from a recursion in Lisp Tags: lisp Problem: Returning NIL from a recursion in Lisp I'm working on a problem in a book where I have a binary tree and I need to check if the sum of all the atoms on the left and right subtree are equal and if they...
Returning NIL from a recursion in Lisp Returning NIL from a recursion in Lisp lisp a Returning NIL Lisp Returning NIL from a recursion in Lisp I'm working on a problem in a book where I have a binary tree and I need to check if the sum of all the atoms on the left and right subtree are equal and if they're not, return ...
[ -0.00022220611572265625, 0.021728515625, 0.0206298828125, 0.010009765625, -0.00003695487976074219, 0.00154876708984375, 0.00592041015625, -0.0018463134765625, -0.013671875, -0.0159912109375, 0.00860595703125, -0.001007080078125, -0.00007295608520507812, 0.000484466552734375, 0.0150756835...
[ 173340, 214, 541, 16444, 1295, 195625, 1830, 1261, 7008, 23, 400, 10, 20697, 2967, 12877, 2394, 6635, 53201, 12765, 2174, 10554, 756, 34627, 25737, 7108, 1614, 62600, 105950, 959, 30646, 17324, 145755, 6626, 32354, 9790, 1632, 18499, 1927, ...
[ 0.195556640625, 0.026397705078125, 0.14892578125, 0.2342529296875, 0.0986328125, 0.2215576171875, 0.1177978515625, 0.145751953125, 0.22314453125, 0.03216552734375, 0.0897216796875, 0.0198211669921875, 0.038787841796875, 0.07568359375, 0.040740966796875, 0.0850830078125, 0.05242919921...
embed
5614568_c0
5614568
lisp
0
Title: LISP - Breadth First Search Problem title: LISP - Breadth First Search Tags: lisp, breadth-first-search, graph Problem: LISP - Breadth First Search I have an implementation of BFS I got elsewhere and modified slightly, but I am having problems with its input. It takes a graph, and will take it as '((a b c) (b c)...
LISP - Breadth First Search LISP - Breadth First Search lisp breadth-first-search graph LISP Breadth First Search BFS LISP - Breadth First Search I have an implementation of BFS I got elsewhere and modified slightly, but I am having problems with its input. It takes a graph, and will take it as '((a b c) (b c) (c d)) B...
[ 0.00909423828125, 0.047607421875, -0.00628662109375, 0.020751953125, -0.01239013671875, 0.01025390625, -0.0032501220703125, -0.0159912109375, -0.014892578125, -0.0107421875, 0.023681640625, -0.017822265625, -0.005859375, -0.005889892578125, -0.0159912109375, 0.007171630859375, -0.000...
[ 16970, 9434, 6499, 712, 927, 23972, 33086, 400, 7008, 179967, 13448, 271, 86250, 41382, 335, 36381, 208124, 234311, 73197, 161549, 19441, 44402, 107730, 51776, 1221, 5646, 237, 501, 275, 104, 68772, 83, 57888, 297, 959, 80234, 4527, 7, 1331...
[ 0.1162109375, 0.20458984375, 0.133544921875, 0.100341796875, 0.1229248046875, 0.1385498046875, 0.23095703125, 0.0941162109375, 0.1680908203125, 0.1658935546875, 0.0809326171875, 0.0343017578125, 0.1883544921875, 0.2333984375, 0.031158447265625, 0.22412109375, 0.1424560546875, 0.040...
embed
48866514_c1
48866514
lisp
1
cdr(assoc b (cdr(assoc a vocab :test #'equal :test #'equal)):test #'equal)):test #'equal))))) (when e (unless (assoc e (cdr(assoc d (cdr(assoc c (cdr(assoc b (cdr(assoc a vocab :test #'equal :test #'equal)) :test #'equal)):test #'equal)):test #'equal)):test #'equal) (pushnew (cons e '()) (cdr(assoc d (cdr(assoc c(cdr(a...
cdr(assoc b (cdr(assoc a vocab :test #'equal :test #'equal)):test #'equal)):test #'equal))))) (when e (unless (assoc e (cdr(assoc d (cdr(assoc c (cdr(assoc b (cdr(assoc a vocab :test #'equal :test #'equal)) :test #'equal)):test #'equal)):test #'equal)):test #'equal) (pushnew (cons e '()) (cdr(assoc d (cdr(assoc c(cdr(a...
[ 0.00543212890625, -0.00077056884765625, 0.0048828125, 0.0242919921875, 0.026611328125, 0.01275634765625, 0.00067901611328125, 0.004974365234375, 0.013916015625, -0.000652313232421875, 0.01373291015625, -0.00994873046875, 0.00640869140625, -0.0179443359375, -0.0003032684326171875, -0.00...
[ 56329, 42, 132, 73395, 238, 876, 7569, 10, 31318, 275, 6954, 468, 13, 71723, 80126, 3220, 28, 309, 9393, 104, 501, 7332, 127, 54936, 25553, 1238, 706 ]
[ 0.0953369140625, 0.2110595703125, 0.0220947265625, 0.13330078125, 0.1075439453125, 0.1900634765625, 0.164794921875, 0.1029052734375, 0.159423828125, 0.09619140625, 0.223388671875, 0.012481689453125, 0.032470703125, 0.1876220703125, 0.115234375, 0.1356201171875, 0.1641845703125, 0.0...
embed
12040161_c0
12040161
lisp
0
Title: Why aren&#x27;t Syntax Highlighting and Line Highlighting getting along in Emacs 24? Problem title: Why aren&#x27;t Syntax Highlighting and Line Highlighting getting along in Emacs 24? Tags: lisp, emacs24, emacs Problem: Why aren't Syntax Highlighting and Line Highlighting getting along in Emacs 24? I'm having a...
Why aren&#x27;t Syntax Highlighting and Line Highlighting getting along in Emacs 24? Why aren&#x27;t Syntax Highlighting and Line Highlighting getting along in Emacs 24? lisp emacs24 emacs Why Syntax Highlighting Line Emacs emacs24 Why aren't Syntax Highlighting and Line Highlighting getting along in Emacs 24? I'm havi...
[ -0.00860595703125, -0.0034027099609375, -0.0299072265625, -0.0045166015625, -0.01422119140625, 0.005340576171875, -0.005615234375, 0.0018157958984375, 0.001220703125, 0.0250244140625, -0.0147705078125, 0.033203125, -0.0208740234375, -0.0185546875, -0.009765625, -0.0177001953125, -0.0...
[ 44084, 125381, 3768, 18, 19010, 86531, 132951, 214, 136, 16777, 20949, 33233, 85269, 4439, 744, 400, 7008, 352, 2263, 2357, 31089, 21373, 6206, 2886, 75084, 2256, 23, 13794, 56, 23564, 17368, 11787, 1193, 11883, 27352, 7840, 425, 23253, 20,...
[ 0.082275390625, 0.04437255859375, 0.042205810546875, 0.06170654296875, 0.179443359375, 0.2391357421875, 0.250244140625, 0.09686279296875, 0.07562255859375, 0.1939697265625, 0.0770263671875, 0.1539306640625, 0.1871337890625, 0.1790771484375, 0.2109375, 0.044586181640625, 0.10314941406...
embed
2114819_c0
2114819
lisp
0
Title: Why is the Lisp community so fragmented? Problem title: Why is the Lisp community so fragmented? Tags: scheme, common-lisp, lisp Problem: Why is the Lisp community so fragmented? To begin, not only are there two main dialects of the language (Common Lisp and Scheme), but each of the dialects has many individual ...
Why is the Lisp community so fragmented? Why is the Lisp community so fragmented? scheme common-lisp lisp Why Lisp Why is the Lisp community so fragmented? To begin, not only are there two main dialects of the language (Common Lisp and Scheme), but each of the dialects has many individual implementations. For example, ...
[ 0.0155029296875, 0.0230712890625, 0.01123046875, 0.01300048828125, -0.0230712890625, 0.01434326171875, 0.010009765625, 0.001739501953125, 0.00010013580322265625, -0.0218505859375, -0.0098876953125, 0.007537841796875, -0.01336669921875, 0.004608154296875, -0.00054168701171875, 0.0013275...
[ 44084, 83, 1261, 7008, 26908, 221, 38551, 297, 150370, 39210, 4086, 254, 400, 70, 9842, 6626, 5201, 220734, 46876, 10770, 3796, 136, 34702, 282, 12638, 5941, 11651, 208124, 197527, 14195, 47673, 20016, 60212, 5744, 114453, 13312, 17660, 44836...
[ 0.138427734375, 0.0418701171875, 0.2017822265625, 0.27001953125, 0.231201171875, 0.115966796875, 0.240234375, 0.1351318359375, 0.1964111328125, 0.1302490234375, 0.1580810546875, 0.18798828125, 0.1475830078125, 0.018341064453125, 0.008331298828125, 0.0892333984375, 0.1082763671875, ...
embed
61295926_c0
61295926
lisp
0
Title: assoc function in Common Lisp and 2 questions Problem title: assoc function in Common Lisp and 2 questions Tags: common-lisp, lisp Problem: assoc function in Common Lisp and 2 questions I've got a list which keeps occurances of letters in a sentence: (setf mylist '((a 1) (b 2) (a 1) (b 1) (o 2) (m 1))) ; "abba b...
assoc function in Common Lisp and 2 questions assoc function in Common Lisp and 2 questions common-lisp lisp Common Lisp assoc function in Common Lisp and 2 questions I've got a list which keeps occurances of letters in a sentence: I'd like to associate all pairs having for instance the letter b: How to get all pairs a...
[ 0.01220703125, 0.0037689208984375, 0.00153350830078125, 0.0177001953125, 0, 0.0166015625, 0.0004100799560546875, 0.013916015625, 0.0186767578125, -0.0233154296875, 0.0089111328125, 0.013916015625, 0.0111083984375, -0.00390625, 0, 0.0191650390625, -0.01385498046875, 0.00738525390625...
[ 63927, 238, 32354, 151301, 1261, 7008, 136, 116, 17582, 23, 39210, 4086, 254, 400, 5303, 13695, 74918, 60502, 120820, 149357, 1884, 47, 30699, 756, 80836, 19441, 31330, 876, 11249, 2046, 137272, 2856, 33022, 1221, 21115, 33233, 10554, 2363, ...
[ 0.2001953125, 0.195068359375, 0.1962890625, 0.156494140625, 0.14453125, 0.148193359375, 0.06280517578125, 0.1005859375, 0.1640625, 0.055633544921875, 0.10650634765625, 0.0906982421875, 0.06768798828125, 0.080078125, 0.146728515625, 0.11181640625, 0.1766357421875, 0.100341796875, ...
embed
13576156_c0
13576156
lisp
0
Title: emacs smart-tab with yasnippets Problem title: emacs smart-tab with yasnippets Tags: yasnippet, ruby-on-rails, lisp, emacs Problem: emacs smart-tab with yasnippets I'm trying to get tab complete within all open buffers and yasnippet to both work with the tab key. At the moment I can have one or the other. The fo...
emacs smart-tab with yasnippets emacs smart-tab with yasnippets yasnippet ruby-on-rails lisp emacs Auto emacsblog.org emacs smart-tab with yasnippets I'm trying to get tab complete within all open buffers and yasnippet to both work with the tab key. At the moment I can have one or the other. The following code is how I...
[ 0.0142822265625, -0.00927734375, -0.0012969970703125, -0.012451171875, -0.01177978515625, 0.018798828125, 0.007720947265625, 0.0181884765625, -0.004547119140625, -0.0169677734375, 0.014404296875, 0.036376953125, -0.035400390625, -0.0113525390625, -0.00958251953125, -0.0186767578125, ...
[ 352, 2263, 7, 18775, 9843, 678, 151, 93, 58134, 21922, 53, 191, 68823, 400, 7008, 4396, 9883, 31577, 2046, 20928, 28484, 28032, 756, 9803, 373, 18234, 136, 15044, 4488, 22799, 3095, 831, 765, 1632, 3789, 581, 25632, 18151, 45064, 71062, ...
[ 0.080078125, 0.13671875, 0.03631591796875, 0.1724853515625, 0.2186279296875, 0.0780029296875, 0.1790771484375, 0.19873046875, 0.19287109375, 0.12255859375, 0.1126708984375, 0.14404296875, 0.158447265625, 0.098876953125, 0.156005859375, 0.09375, 0.031585693359375, 0.06903076171875, ...
embed
21103985_c0
21103985
lisp
0
Title: Floating point formatted to base 16 Problem title: Floating point formatted to base 16 Tags: hex, lisp, format Problem: Floating point formatted to base 16 I am writing a Lisp program to approximate pi using a Spigot algorithm, one that finds a single digit at a time without needing any digits previously calcula...
Floating point formatted to base 16 Floating point formatted to base 16 hex lisp format Floating Floating point formatted to base 16 I am writing a Lisp program to approximate pi using a Spigot algorithm, one that finds a single digit at a time without needing any digits previously calculated. This one: Supposedly goes...
[ -0.0135498046875, -0.01129150390625, -0.01055908203125, -0.0260009765625, -0.007415771484375, 0.00531005859375, 0.01513671875, -0.0032806396484375, 0.002716064453125, 0.0264892578125, 0.0024871826171875, -0.018798828125, 0.002227783203125, 0.0166015625, 0.00030517578125, 0.014831542968...
[ 38699, 26518, 6275, 9384, 3674, 47, 3647, 611, 764, 425, 400, 7008, 32562, 1261, 1528, 35707, 5134, 15829, 2147, 33365, 9904, 234873, 7413, 11001, 153939, 1733, 15490, 3871, 2499, 198395, 74481, 60899, 1632, 3798, 170753, 134234, 148390, 1178...
[ 0.1728515625, 0.0992431640625, 0.14306640625, 0.2423095703125, 0.0208587646484375, 0.080810546875, 0.1763916015625, 0.2291259765625, 0.09375, 0.06884765625, 0.103759765625, 0.1865234375, 0.08599853515625, 0.10546875, 0.133056640625, 0.058837890625, 0.111572265625, 0.06646728515625,...
embed
57834616_c0
57834616
lisp
0
Title: Undefined function called with () arguments Problem title: Undefined function called with () arguments Tags: common-lisp, lisp, list Problem: Undefined function called with () arguments I'm dealing with this problem. I'm writing a function that returns true if the condition below are met. The input is a list and...
Undefined function called with () arguments Undefined function called with () arguments common-lisp lisp list Undefined Undefined function called with () arguments I'm dealing with this problem. I'm writing a function that returns true if the condition below are met. The input is a list and there are two valid operatio...
[ -0.000682830810546875, 0.0029296875, -0.0037078857421875, 0.010498046875, -0.007171630859375, 0.0087890625, 0.0211181640625, 0.000591278076171875, 0.012939453125, -0.0009918212890625, 0.0081787109375, -0.0269775390625, 0.009765625, 0.005889892578125, -0.0025177001953125, 0.001869201660...
[ 79912, 5983, 297, 32354, 35839, 678, 15, 10750, 39210, 4086, 254, 400, 7008, 5303, 16, 7, 184017, 2967, 32562, 30646, 29568, 2174, 35431, 35064, 435, 107730, 83, 6626, 35604, 41018, 5775, 31, 136, 16627, 72134, 134629, 34153, 120820, 101935...
[ 0.128662109375, 0.2481689453125, 0.1036376953125, 0.22607421875, 0.0882568359375, 0.1773681640625, 0.1251220703125, 0.274658203125, 0.13330078125, 0.0740966796875, 0.1287841796875, 0.071533203125, 0.15576171875, 0.1806640625, 0.010467529296875, 0.0254364013671875, 0.015625, 0.07489...
embed
53694761_c0
53694761
lisp
0
Title: Pass by value confusion in Scheme Problem title: Pass by value confusion in Scheme Tags: scheme, lisp, pass-by-value, shallow-copy, sicp Problem: Pass by value confusion in Scheme Consider the following procedure taken from SICP : (define (make-withdraw balance) (lambda (amount) (if (>= balance amount) (begin (s...
Pass by value confusion in Scheme Pass by value confusion in Scheme scheme lisp pass-by-value shallow-copy sicp Pass Scheme Insufficient Pass by value confusion in Scheme Consider the following procedure taken from SICP : Suppose I say: make-withdraw returns a procedure ( (lambda (amount) ... ) ) inside a new environme...
[ 0.003448486328125, 0.0250244140625, -0.017333984375, -0.0101318359375, -0.0262451171875, 0.0133056640625, 0.01214599609375, 0.01080322265625, 0.002960205078125, 0.0230712890625, 0.007476806640625, 0.003509521484375, -0.005157470703125, -0.0157470703125, 0.02490234375, -0.0172119140625,...
[ 28872, 390, 34292, 169463, 34702, 282, 150370, 400, 7008, 27875, 1272, 27494, 35299, 8770, 137366, 26536, 254, 129980, 137399, 50491, 159, 198993, 121691, 3249, 76228, 86905, 30646, 6492, 85, 121147, 46132, 3525, 65998, 28, 304, 63499, 128239, ...
[ 0.160888671875, 0.1876220703125, 0.248779296875, 0.22216796875, 0.193359375, 0.1925048828125, 0.223876953125, 0.03033447265625, 0.1571044921875, 0.18212890625, 0.2132568359375, 0.2408447265625, 0.04656982421875, 0.07659912109375, 0.1678466796875, 0.066650390625, 0.12158203125, 0.13...
embed
1295763_c0
1295763
lisp
0
Title: (emulated) Macros in Haskell? Problem title: (emulated) Macros in Haskell? Tags: haskell, macros, lisp, lazy-evaluation Problem: (emulated) Macros in Haskell? A person on Reddit has brought this code to my attention: main = do let ns = [print 1, print 2, print 3] sequence_ ns sequence_ $ reverse ns sequence_ $ t...
(emulated) Macros in Haskell? (emulated) Macros in Haskell? haskell macros lisp lazy-evaluation Macros Haskell sequence_ (emulated) Macros in Haskell? A person on Reddit has brought this code to my attention: What's going on here is we have an array of operations that we can do stuff with, like reverse or get its tail ...
[ 0.001922607421875, 0.015869140625, 0.009521484375, 0.00787353515625, 0.00970458984375, 0.0303955078125, 0.00787353515625, 0.01153564453125, 0.00121307373046875, -0.03857421875, -0.00482177734375, 0.005340576171875, 0.0031585693359375, -0.00543212890625, 0.01031494140625, -0.0244140625,...
[ 13, 19908, 3674, 4727, 3666, 23, 20625, 142508, 32, 1556, 111789, 400, 7008, 21, 3285, 159258, 40, 944, 3956, 174489, 91048, 18151, 35743, 3688, 765, 10298, 41018, 831, 41884, 678, 39531, 707, 6863, 46741, 10336, 227865, 3444, 2046, 3934, ...
[ 0.032958984375, 0.1973876953125, 0.056793212890625, 0.1431884765625, 0.2177734375, 0.1029052734375, 0.1632080078125, 0.2841796875, 0.021240234375, 0.134765625, 0.22509765625, 0.1085205078125, 0.1796875, 0.1033935546875, 0.19287109375, 0.1788330078125, 0.0181427001953125, 0.08160400...
embed
68309600_c0
68309600
lisp
0
Title: Project Euler #3 Scheme, Largest Prime Factor not changing Problem title: Project Euler #3 Scheme, Largest Prime Factor not changing Tags: lisp, prime-factoring, scheme Problem: Project Euler #3 Scheme, Largest Prime Factor not changing I've been attempting to work through the Project Euler problems in Scheme, a...
Project Euler #3 Scheme, Largest Prime Factor not changing Project Euler #3 Scheme, Largest Prime Factor not changing lisp prime-factoring scheme Project Euler Scheme Largest Prime Factor Project Euler #3 Scheme, Largest Prime Factor not changing I've been attempting to work through the Project Euler problems in Scheme...
[ -0.00176239013671875, 0.03759765625, 0.00112152099609375, 0.004364013671875, 0.004638671875, -0.0003108978271484375, 0.0167236328125, -0.0269775390625, 0.0089111328125, 0.004302978515625, 0.0023193359375, -0.0283203125, -0.015625, -0.0037841796875, 0.00518798828125, -0.001678466796875,...
[ 27331, 5177, 603, 111378, 34702, 282, 181268, 271, 56195, 117969, 959, 151134, 400, 7008, 20809, 144810, 150370, 81887, 4488, 44402, 59121, 2967, 140992, 47, 46389, 7986, 44116, 60042, 28560, 1528, 42658, 27781, 13315, 110, 26866, 34292, 105416...
[ 0.138427734375, 0.138427734375, 0.18310546875, 0.2344970703125, 0.149169921875, 0.14404296875, 0.1146240234375, 0.1162109375, 0.168701171875, 0.2578125, 0.14697265625, 0.18115234375, 0.044647216796875, 0.123779296875, 0.137451171875, 0.15283203125, 0.1513671875, 0.0247344970703125,...
embed
67977447_c0
67977447
lisp
0
Title: Converting to a curried function Problem title: Converting to a curried function Tags: lisp, lambda, racket, scheme, currying Problem: Converting to a curried function Let's take the following filter function: #lang sicp (define (filter function sequence) (if (null? sequence) nil (let ((elem (car sequence)) (res...
Converting to a curried function Converting to a curried function lisp lambda racket scheme currying Converting filter2 arg1 arg2 Converting to a curried function Let's take the following filter function: Is the following the correct way to convert it to a curried function? That is, the two differences being: Definitio...
[ 0.00714111328125, 0.0194091796875, 0.0027923583984375, -0.00982666015625, 0.0135498046875, 0.009521484375, -0.0086669921875, 0.002685546875, 0.0084228515625, -0.007476806640625, 0.0030364990234375, 0.00139617919921875, -0.0283203125, -0.00537109375, -0.000324249267578125, -0.0048217773...
[ 1657, 814, 1916, 47, 9709, 46572, 32354, 400, 7008, 6492, 85, 673, 27853, 150370, 198555, 214, 46312, 304, 79459, 418, 10, 25632, 2071, 26785, 3917, 96760, 442, 6626, 60212, 155455, 175399, 159029, 13204, 237, 64552, 7477, 15504, 3934, 238,...
[ 0.039825439453125, 0.14599609375, 0.0225982666015625, 0.11083984375, 0.1834716796875, 0.268798828125, 0.2366943359375, 0.0673828125, 0.135498046875, 0.14990234375, 0.10205078125, 0.008270263671875, 0.13037109375, 0.137451171875, 0.2158203125, 0.041168212890625, 0.2474365234375, 0.1...
embed
4842913_c0
4842913
lisp
0
Title: Conditional anaphoric collection best practices? Problem title: Conditional anaphoric collection best practices? Tags: common-lisp, clisp, lisp, conditional-statements Problem: Conditional anaphoric collection best practices? I trying to iterate through a sequence, conditionally perform an operation on each elem...
Conditional anaphoric collection best practices? Conditional anaphoric collection best practices? common-lisp clisp lisp conditional-statements Conditional Conditional anaphoric collection best practices? I trying to iterate through a sequence, conditionally perform an operation on each element and then collect it (but...
[ 0.00537109375, 0.019287109375, 0.00347900390625, 0.0042724609375, -0.00616455078125, 0.01531982421875, 0.0284423828125, 0.0142822265625, 0.007476806640625, 0.01165771484375, 0.0174560546875, 0.006591796875, -0.0057373046875, -0.0032196044921875, 0.01611328125, -0.001312255859375, -0....
[ 46347, 43315, 3877, 22014, 12259, 42486, 2965, 41361, 39210, 4086, 254, 95701, 7008, 400, 35431, 289, 61340, 7, 31577, 8560, 944, 25958, 51339, 41018, 12638, 12830, 43799, 2174, 14858, 55738, 112892, 27781, 43240, 3714, 27798, 11180, 19388, 3...
[ 0.2005615234375, 0.1446533203125, 0.1138916015625, 0.177490234375, 0.1395263671875, 0.2374267578125, 0.1190185546875, 0.225341796875, 0.069091796875, 0.1005859375, 0.1339111328125, 0.0797119140625, 0.1868896484375, 0.123046875, 0.1983642578125, 0.08251953125, 0.1383056640625, 0.013...
embed
34232817_c0
34232817
lisp
0
Title: Check if n-ary tree is balanced in Common Lisp Problem title: Check if n-ary tree is balanced in Common Lisp Tags: tree, common-lisp, lisp Problem: Check if n-ary tree is balanced in Common Lisp I'm trying to write the code to check whether an n-ary tree is balanced or not in clisp. The tree is given like this: ...
Check if n-ary tree is balanced in Common Lisp Check if n-ary tree is balanced in Common Lisp tree common-lisp lisp Check Common Lisp Check if n-ary tree is balanced in Common Lisp I'm trying to write the code to check whether an n-ary tree is balanced or not in clisp. The tree is given like this: which would look like...
[ 0.0101318359375, 0.017333984375, 0.005889892578125, 0.0120849609375, 0.0081787109375, 0.037841796875, -0.0076904296875, -0.0076904296875, -0.004913330078125, -0.019287109375, -0.01177978515625, -0.0167236328125, 0.0269775390625, -0.01275634765625, 0.0035400390625, 0.00408935546875, -...
[ 38679, 2174, 653, 6635, 53201, 83, 40197, 71, 23, 151301, 1261, 7008, 39210, 4086, 254, 400, 18151, 12765, 959, 95701, 34475, 1884, 6713, 2806, 51, 173212, 47644, 18389, 17366, 756, 31358, 31330, 881, 167785, 615, 59911, 79986, 5117, 60212,...
[ 0.137939453125, 0.057464599609375, 0.1253662109375, 0.206787109375, 0.2117919921875, 0.027618408203125, 0.266845703125, 0.1473388671875, 0.041290283203125, 0.16064453125, 0.1494140625, 0.169677734375, 0.10565185546875, 0.10009765625, 0.09844970703125, 0.110595703125, 0.1129150390625,...
embed
78885954_c1
78885954
lisp
1
))) (defun read-updates (response-plist) "Reads the incoming long poll response: checks for response validity/errors, proceeds to an appropriate action." (let ((response-data (check-integrity response-plist))) (cond ((getf response-data :has-ok) (cond ((getf response-data :is-ok) ;; Evaluate updates on successful poll ...
))) (defun read-updates (response-plist) "Reads the incoming long poll response: checks for response validity/errors, proceeds to an appropriate action." (let ((response-data (check-integrity response-plist))) (cond ((getf response-data :has-ok) (cond ((getf response-data :is-ok) ;; Evaluate updates on successful poll ...
[ -0.0245361328125, 0.0301513671875, 0.01507568359375, -0.006622314453125, -0.0024871826171875, 0.038330078125, 0.009521484375, -0.0020294189453125, 0.01251220703125, 0.03466796875, 0.00750732421875, 0.01226806640625, 0.01708984375, -0.033203125, 0.00799560546875, 0.0113525390625, 0.00...
[ 32149, 15, 112, 16498, 12301, 9, 117008, 7, 134719, 13, 254, 6562, 44, 31345, 23, 277, 4989, 160, 1181, 57553, 12, 12765, 100, 35604, 2481, 64, 188800, 172337, 95307, 22631, 1974, 60494, 10135, 78292, 131702, 3794, 420, 10557, 685, 164, ...
[ 0.201904296875, 0.07086181640625, 0.1600341796875, 0.2001953125, 0.2296142578125, 0.039398193359375, 0.2301025390625, 0.09979248046875, 0.193115234375, 0.0849609375, 0.087646484375, 0.23046875, 0.0290679931640625, 0.2188720703125, 0.03033447265625, 0.1004638671875, 0.129150390625, ...
embed
42720270_c0
42720270
lisp
0
Title: Is it possible to limit the number of calls to the cons function in the duplicate() function? Problem title: Is it possible to limit the number of calls to the cons function in the duplicate() function? Tags: duplicates, lisp, common-lisp, cons, list Problem: Is it possible to limit the number of calls to the co...
Is it possible to limit the number of calls to the cons function in the duplicate() function? Is it possible to limit the number of calls to the cons function in the duplicate() function? duplicates lisp common-lisp cons list CONS Break Trace NIL Is it possible to limit the number of calls to the cons function in the d...
[ -0.01055908203125, 0.016845703125, 0.01129150390625, -0.01141357421875, 0.0162353515625, 0.00994873046875, -0.023193359375, 0.00653076171875, -0.00634765625, -0.039306640625, -0.00186920166015625, -0.002593994140625, 0.00189208984375, 0.000637054443359375, 0.01141357421875, 0.014160156...
[ 7722, 17475, 14012, 11782, 7, 47, 158, 32354, 171763, 67, 132, 1636, 400, 7008, 39210, 4086, 254, 5303, 109022, 131904, 4937, 541, 16444, 111, 41929, 55769, 6626, 12638, 35735, 1632, 117 ]
[ 0.1248779296875, 0.1876220703125, 0.0885009765625, 0.2022705078125, 0.137939453125, 0.053955078125, 0.2003173828125, 0.176025390625, 0.21630859375, 0.1669921875, 0.06951904296875, 0.0294647216796875, 0.049957275390625, 0.1324462890625, 0.060516357421875, 0.0362548828125, 0.1028442382...
embed
66641707_c0
66641707
lisp
0
Title: Functional style with conditional returns in python Problem title: Functional style with conditional returns in python Tags: lisp, python, functional-programming Problem: Functional style with conditional returns in python Suppose we have a function with the following structure: def f(): # ... # some computation...
Functional style with conditional returns in python Functional style with conditional returns in python lisp python functional-programming Functional something_is_wrong_with_previous_computations None something_is_wrong_with_previous_computations2 some_variable Maybe Functional style with conditional returns in python ...
[ 0.00135040283203125, 0.005584716796875, -0.000743865966796875, 0.0247802734375, 0.00007534027099609375, 0.014892578125, 0.00543212890625, -0.003143310546875, -0.00750732421875, 0.0067138671875, 0.0091552734375, 0.01495361328125, -0.0093994140625, 0.00775146484375, 0.034912109375, -0.00...
[ 28670, 10763, 20623, 678, 35431, 289, 30646, 7, 17198, 50828, 400, 7008, 123309, 28966, 9844, 164, 434, 35133, 76228, 4692, 10023, 7077, 304, 3060, 21690, 83425, 23, 32354, 25632, 45646, 1957, 17368, 63805, 86991, 111, 83, 959, 756, 6493, ...
[ 0.0986328125, 0.0694580078125, 0.228515625, 0.0694580078125, 0.2203369140625, 0.14794921875, 0.2646484375, 0.012176513671875, 0.107421875, 0.171630859375, 0.06829833984375, 0.149169921875, 0.182861328125, 0.0799560546875, 0.0997314453125, 0.0540771484375, 0.034698486328125, 0.16882...
embed
20021522_c0
20021522
lisp
0
Title: Lisp union function Problem title: Lisp union function Tags: common-lisp, lisp Problem: Lisp union function I don't mind admitting that this is a homework task that has me stumped. Any push in the right direction would be useful. I'm required to write a function that returns the union of the two given lists. I b...
Lisp union function Lisp union function common-lisp lisp Lisp union2 Badly Lisp union function I don't mind admitting that this is a homework task that has me stumped. Any push in the right direction would be useful. I'm required to write a function that returns the union of the two given lists. I believe my logic is s...
[ -0.005401611328125, 0.04150390625, 0.01611328125, -0.01043701171875, -0.020263671875, 0.0250244140625, -0.007537841796875, 0.0128173828125, 0.0015716552734375, -0.0234375, 0.0189208984375, 0.00133514404296875, -0.0052490234375, 0.006591796875, -0.004180908203125, 0.026123046875, 0.00...
[ 1261, 7008, 69941, 32354, 39210, 4086, 254, 400, 304, 12745, 538, 18244, 66211, 25944, 56065, 33022, 30646, 111, 6626, 34475, 5303, 18822, 62775, 45730, 6002, 86531, 132442, 58982, 29806, 2060, 3034, 201505, 17932, 10750, 11907, 35735, 32786, ...
[ 0.1629638671875, 0.2066650390625, 0.2646484375, 0.1796875, 0.07159423828125, 0.0919189453125, 0.1314697265625, 0.10418701171875, 0.177734375, 0.08740234375, 0.08782958984375, 0.08203125, 0.05523681640625, 0.0277252197265625, 0.065673828125, 0.0823974609375, 0.11962890625, 0.0462646...
embed
6954347_c0
6954347
lisp
0
Title: How to implement the Observer Design Pattern in a pure functional way? Problem title: How to implement the Observer Design Pattern in a pure functional way? Tags: scheme, clojure, observer-pattern, functional-programming, lisp Problem: How to implement the Observer Design Pattern in a pure functional way? Let's ...
How to implement the Observer Design Pattern in a pure functional way? How to implement the Observer Design Pattern in a pure functional way? scheme clojure observer-pattern functional-programming lisp How Observer Design Pattern EventBus listeners.add listeners.remove listener.on How to implement the Observer Design P...
[ 0.0211181640625, 0.050537109375, -0.00799560546875, -0.00124359130859375, -0.01495361328125, -0.00555419921875, -0.0108642578125, 0.00157928466796875, -0.007720947265625, -0.0390625, 0.0025634765625, -0.00787353515625, -0.01312255859375, 0.00457763671875, 0, 0.0003223419189453125, -0...
[ 11249, 29479, 3545, 39642, 11724, 9876, 22766, 34166, 123309, 3917, 23, 150370, 20450, 461, 107, 160073, 4453, 28966, 400, 7008, 36943, 7235, 7, 44632, 1314, 4028, 26973, 56, 191, 3444, 19732, 5324, 17368, 30563, 56037, 449, 46876, 5809, 45...
[ 0.0870361328125, 0.20068359375, 0.16455078125, 0.25537109375, 0.2335205078125, 0.181396484375, 0.1558837890625, 0.09814453125, 0.2091064453125, 0.0416259765625, 0.00732421875, 0.1251220703125, 0.07080078125, 0.06640625, 0.08544921875, 0.277099609375, 0.15087890625, 0.0977783203125,...
embed
56438808_c0
56438808
lisp
0
Title: How this backquote &quot;syntax&quot; works in lisp? Problem title: How this backquote &quot;syntax&quot; works in lisp? Tags: common-lisp, lisp-macros, lisp, macros Problem: How this backquote "syntax" works in lisp? Here is simplified example from book On Lisp by Paul Graham (scheme like syntax). (define-macro...
How this backquote &quot;syntax&quot; works in lisp? How this backquote &quot;syntax&quot; works in lisp? common-lisp lisp-macros lisp macros How How this backquote "syntax" works in lisp? Here is simplified example from book On Lisp by Paul Graham (scheme like syntax). I know how ,,@y should work but not sure exactly ...
[ 0.01397705078125, 0.036376953125, 0.00714111328125, 0.006256103515625, -0.011962890625, 0.00909423828125, 0.007598876953125, 0.00762939453125, 0.004302978515625, -0.008056640625, -0.007171630859375, -0.006866455078125, 0.0167236328125, -0.0174560546875, -0.013427734375, -0.012573242187...
[ 11249, 903, 4420, 68726, 12654, 86531, 43240, 23, 400, 7008, 39210, 4086, 254, 35572, 3666, 111789, 112892, 27781, 12877, 2161, 1261, 10208, 147756, 7560, 6002, 3714, 3642, 4, 981, 53, 5608, 4488, 9077, 25, 169, 151575, 5117, 12989, 47, 2...
[ 0.102294921875, 0.09197998046875, 0.22119140625, 0.273681640625, 0.1199951171875, 0.1864013671875, 0.16455078125, 0.08642578125, 0.132080078125, 0.2095947265625, 0.04718017578125, 0.0943603515625, 0.1512451171875, 0.000579833984375, 0.0309600830078125, 0.1767578125, 0.02984619140625,...
embed
32708492_c0
32708492
lisp
0
Title: Clojure NullPointerException on for loop Problem title: Clojure NullPointerException on for loop Tags: idioms, lisp, clojure Problem: Clojure NullPointerException on for loop I'm about to pull out my hair on this one. For some context, I'm implementing a simple algorithm in Clojure. assume the following data str...
Clojure NullPointerException on for loop Clojure NullPointerException on for loop idioms lisp clojure NullPointerException Clojure Double POSITIVE_INFINITY Clojure NullPointerException on for loop I'm about to pull out my hair on this one. For some context, I'm implementing a simple algorithm in Clojure. assume the fol...
[ 0.016845703125, -0.00494384765625, 0.00830078125, 0.000690460205078125, -0.005615234375, -0.00531005859375, 0.02783203125, 0.0020751953125, -0.00677490234375, -0.0057373046875, 0.005340576171875, 0.018310546875, 0.00909423828125, -0.027587890625, -0.0079345703125, 0.010498046875, 0.0...
[ 51053, 461, 107, 1429, 1181, 147534, 56, 19279, 63928, 98, 100, 40956, 13373, 28016, 400, 7008, 20450, 107172, 54602, 568, 169813, 129525, 1672, 50065, 24887, 43701, 29479, 8781, 234873, 41591, 2053, 45646, 25632, 18151, 1221, 150631, 7103, 5...
[ 0.153076171875, 0.186767578125, 0.14306640625, 0.1409912109375, 0.0814208984375, 0.20361328125, 0.06610107421875, 0.0528564453125, 0.16015625, 0.016204833984375, 0.0787353515625, 0.173583984375, 0.09814453125, 0.00152587890625, 0.04833984375, 0.1634521484375, 0.1231689453125, 0.067...
embed
26705739_c0
26705739
lisp
0
Title: which Lisp dialect should I use and *how* should I get started for SICP? I use Dr. Racket &amp; know a little Racket Problem title: which Lisp dialect should I use and *how* should I get started for SICP? I use Dr. Racket &amp; know a little Racket Tags: emacs, lisp, sicp, racket Problem: which Lisp dialect shou...
which Lisp dialect should I use and *how* should I get started for SICP? I use Dr. Racket &amp; know a little Racket which Lisp dialect should I use and *how* should I get started for SICP? I use Dr. Racket &amp; know a little Racket emacs lisp sicp racket Lisp SICP Racket which Lisp dialect should I use and *how* shou...
[ 0.009765625, 0.019287109375, -0.006317138671875, 0.0262451171875, -0.00518798828125, -0.00014495849609375, 0.003204345703125, 0.0018310546875, -0.006256103515625, -0.022705078125, 0.009033203125, -0.0213623046875, -0.018798828125, 0.00148773193359375, -0.00110626220703125, -0.006683349...
[ 1261, 7008, 220734, 5608, 4527, 2046, 26859, 159, 198993, 1773, 2552, 27853, 3714, 10176, 100, 2263, 7, 400, 26536, 254, 673, 47251, 20697, 678, 172895, 83658, 29065, 219, 17955, 72134, 30698, 46876, 16454, 100244, 59619, 21930, 78999, 180, ...
[ 0.15576171875, 0.231201171875, 0.228271484375, 0.05584716796875, 0.107421875, 0.04193115234375, 0.1197509765625, 0.057952880859375, 0.20751953125, 0.09375, 0.1094970703125, 0.195556640625, 0.033294677734375, 0.048187255859375, 0.0252227783203125, 0.054779052734375, 0.0165863037109375...
embed
48243667_c0
48243667
lisp
0
Title: Is it mandatory to evaluate a LISP variable before using it? Problem title: Is it mandatory to evaluate a LISP variable before using it? Tags: elisp, eval, lisp, variables Problem: Is it mandatory to evaluate a LISP variable before using it? I'm new to ELISP and LISP in general. Here's some example code: (setq n...
Is it mandatory to evaluate a LISP variable before using it? Is it mandatory to evaluate a LISP variable before using it? elisp eval lisp variables it LISP Debugger Is it mandatory to evaluate a LISP variable before using it? I'm new to ELISP and LISP in general. Here's some example code: In lisp interaction mode, I ca...
[ 0.00151824951171875, 0.00787353515625, -0.01165771484375, 0.007568359375, -0.0027618408203125, 0.01708984375, -0.00177001953125, 0.00009107589721679688, -0.013916015625, -0.0322265625, -0.00701904296875, 0.0091552734375, -0.0201416015625, -0.0084228515625, 0.00311279296875, -0.00418090...
[ 2071, 442, 81678, 1294, 151575, 13, 16970, 9434, 77336, 8108, 17368, 15296, 7008, 28, 1405, 400, 262, 978, 21407, 47, 3525, 53692, 27781, 18151, 182809, 13736, 4527, 22799, 162515, 6226, 1328, 170, 3564, 13315, 23, 2256, 17932, 116, 14012, ...
[ 0.0294952392578125, 0.04888916015625, 0.1934814453125, 0.175537109375, 0.230712890625, 0.1337890625, 0.163330078125, 0.218505859375, 0.25048828125, 0.10009765625, 0.08843994140625, 0.0748291015625, 0.2197265625, 0.05926513671875, 0.1988525390625, 0.130615234375, 0.05645751953125, 0...
embed
9463899_c0
9463899
lisp
0
Title: How to import maxima into sbcl Problem title: How to import maxima into sbcl Tags: common-lisp, lisp, maxima, sbcl, slime Problem: How to import maxima into sbcl As we know, Maxima is based on common lisp. I'm writing a lisp program working in Maxima; using Maxima procedures. I press argument "maxima -p foo.lisp...
How to import maxima into sbcl How to import maxima into sbcl common-lisp lisp maxima sbcl slime maxima How Error CONDITIONS::CLCS-LOAD LOAD-TRUENAME How to import maxima into sbcl As we know, Maxima is based on common lisp. I'm writing a lisp program working in Maxima; using Maxima procedures. I press argument "maxima...
[ 0.00360107421875, 0.013427734375, 0.00154876708984375, 0.039306640625, -0.005950927734375, 0.01275634765625, 0.0113525390625, 0.00537109375, 0.0009002685546875, -0.048828125, 0.0030975341796875, -0.00011920928955078125, -0.009033203125, -0.0145263671875, 0.01458740234375, -0.0136108398...
[ 11249, 24927, 122200, 3934, 91, 275, 34937, 39210, 4086, 254, 400, 7008, 34264, 13, 212059, 217361, 37486, 19283, 17014, 22215, 182512, 46540, 11, 35509, 32562, 1528, 50491, 24234, 10750, 24084, 1352, 5775, 31, 72367, 11435, 43240, 70425, 560...
[ 0.03253173828125, 0.23876953125, 0.275634765625, 0.1708984375, 0.0660400390625, 0.10565185546875, 0.181884765625, 0.115478515625, 0.0850830078125, 0.156005859375, 0.09429931640625, 0.1763916015625, 0.1600341796875, 0.12646484375, 0.176513671875, 0.07080078125, 0.0709228515625, 0.12...
embed
32495145_c0
32495145
lisp
0
Title: Segment Lisp source code by top level S-expression by emacs Lisp? Problem title: Segment Lisp source code by top level S-expression by emacs Lisp? Tags: lisp, regex, emacs Problem: Segment Lisp source code by top level S-expression by emacs Lisp? I'd like to segment Lisp source code into a list of code segments....
Segment Lisp source code by top level S-expression by emacs Lisp? Segment Lisp source code by top level S-expression by emacs Lisp? lisp regex emacs Segment Lisp S-expression Segment Lisp source code by top level S-expression by emacs Lisp? I'd like to segment Lisp source code into a list of code segments. Each segment...
[ 0.00970458984375, 0.0211181640625, 0.001983642578125, 0.0001583099365234375, -0.02734375, 0.01708984375, -0.0172119140625, 0.03857421875, 0.0045166015625, -0.0242919921875, 0.0032196044921875, 0.021484375, -0.0186767578125, 0.01031494140625, 0.0159912109375, -0.01312255859375, -0.023...
[ 38462, 674, 1261, 7008, 31344, 18151, 390, 2663, 17366, 159, 204629, 352, 2263, 7, 400, 6835, 3355, 1884, 33180, 3934, 5303, 98423, 89778, 7986, 17721, 20324, 125195, 103510, 14858, 34831, 49129, 160291, 4488, 83613, 125663, 32354, 10336, 449...
[ 0.18505859375, 0.1397705078125, 0.1697998046875, 0.25, 0.1912841796875, 0.2052001953125, 0.0142669677734375, 0.08819580078125, 0.150390625, 0.16162109375, 0.2078857421875, 0.072021484375, 0.1539306640625, 0.07257080078125, 0.120361328125, 0.0858154296875, 0.1416015625, 0.0539855957...
embed
31730760_c0
31730760
lisp
0
Title: Inconsistent box-and-pointer diagrams in SICP Problem title: Inconsistent box-and-pointer diagrams in SICP Tags: sicp, scheme, lisp Problem: Inconsistent box-and-pointer diagrams in SICP Structure and Interpretation of Computer Programs (SICP)'s box-and-pointer diagrams in Figures 3.16 and 3.17 don't appear equi...
Inconsistent box-and-pointer diagrams in SICP Inconsistent box-and-pointer diagrams in SICP sicp scheme lisp Inconsistent SICP Inconsistent box-and-pointer diagrams in SICP Structure and Interpretation of Computer Programs (SICP)'s box-and-pointer diagrams in Figures 3.16 and 3.17 don't appear equivalent (purely with r...
[ -0.00182342529296875, 0.025390625, -0.0142822265625, 0.0267333984375, -0.025634765625, 0.015625, -0.005889892578125, 0.005828857421875, -0.0025787353515625, 0.0390625, 0.02734375, 0.0186767578125, 0.0128173828125, -0.01513671875, 0.031494140625, -0.004913330078125, 0.01226806640625, ...
[ 360, 25553, 6892, 16530, 2940, 38496, 56, 117233, 159, 198993, 26536, 254, 150370, 400, 7008, 159838, 7663, 294, 55412, 1031, 2485, 136, 2489, 18, 108975, 183234, 34292, 98323, 621, 17569, 5303, 97, 418, 304, 15044, 33636, 5701, 876, 71716,...
[ 0.038604736328125, 0.127685546875, 0.2041015625, 0.2120361328125, 0.16357421875, 0.1597900390625, 0.060089111328125, 0.2205810546875, 0.0625, 0.186767578125, 0.0426025390625, 0.110107421875, 0.107666015625, 0.0214080810546875, 0.112548828125, 0.0164642333984375, 0.038726806640625, ...
embed
40492750_c0
40492750
lisp
0
Title: Ormap version in &quot;Realm Of Racket&quot; Problem title: Ormap version in &quot;Realm Of Racket&quot; Tags: unit-testing, racket, lisp Problem: Ormap version in "Realm Of Racket" In "Realm of Racket", the authors build a built-in function for educational purposes. Their implementation of ormap is: (define (my...
Ormap version in &quot;Realm Of Racket&quot; Ormap version in &quot;Realm Of Racket&quot; unit-testing racket lisp rackunit Ormap Realm Racket add1 Ormap version in "Realm Of Racket" In "Realm of Racket", the authors build a built-in function for educational purposes. Their implementation of ormap is: This code seems t...
[ -0.017822265625, 0.00653076171875, -0.010009765625, -0.000957489013671875, -0.030029296875, 0.0164794921875, 0.0001373291015625, 0.01300048828125, -0.004241943359375, -0.043212890625, 0.0115966796875, -0.01409912109375, -0.0072021484375, -0.000904083251953125, 0.013427734375, -0.003143...
[ 3347, 62346, 11389, 68996, 39, 6619, 2552, 27853, 25072, 6954, 673, 400, 7008, 28779, 217, 5120, 15190, 418, 111, 42179, 45367, 88303, 73, 32354, 162807, 60042, 208124, 707, 18151, 37202, 4488, 5885, 5941, 41566, 2773, 209806, 3126, 43240, ...
[ 0.2010498046875, 0.28662109375, 0.181396484375, 0.1263427734375, 0.1217041015625, 0.1787109375, 0.0845947265625, 0.1859130859375, 0.149658203125, 0.1619873046875, 0.06134033203125, 0.03167724609375, 0.1280517578125, 0.027587890625, 0.109375, 0.1292724609375, 0.090087890625, 0.03814...
embed
68838371_c0
68838371
lisp
0
Title: Can this permutations-listing Racket function be made tail-recursive? Problem title: Can this permutations-listing Racket function be made tail-recursive? Tags: tail-recursion, scheme, recursion, racket, lisp Problem: Can this permutations-listing Racket function be made tail-recursive? I wrote a function that r...
Can this permutations-listing Racket function be made tail-recursive? Can this permutations-listing Racket function be made tail-recursive? tail-recursion scheme recursion racket lisp a Can Racket Can this permutations-listing Racket function be made tail-recursive? I wrote a function that receives a list and returns a...
[ -0.006134033203125, 0.0341796875, 0.03076171875, 0.005035400390625, 0.01068115234375, 0.0037841796875, -0.0274658203125, -0.0164794921875, -0.00701904296875, -0.035400390625, -0.00244140625, -0.00775146484375, 0.018310546875, 0.0181884765625, -0.00433349609375, 0.01416015625, 0.00958...
[ 4171, 903, 117, 14311, 21094, 6562, 214, 2552, 27853, 32354, 7228, 46741, 107, 48650, 5844, 1830, 150370, 195625, 673, 400, 7008, 186, 9, 54397, 53299, 5303, 30646, 756, 43240, 1884, 1632, 62766, 83, 68034, 653, 12638, 12830, 134629, 184750...
[ 0.117919921875, 0.07928466796875, 0.0989990234375, 0.2208251953125, 0.0849609375, 0.1812744140625, 0.0340576171875, 0.1427001953125, 0.248779296875, 0.1822509765625, 0.084716796875, 0.25732421875, 0.0753173828125, 0.1907958984375, 0.1265869140625, 0.0196990966796875, 0.1297607421875,...
embed
29442098_c0
29442098
lisp
0
Title: Calling function from macro inside Quicklisp package Problem title: Calling function from macro inside Quicklisp package Tags: quicklisp, macros, lisp, common-lisp Problem: Calling function from macro inside Quicklisp package I put failing.asd (in-package :asdf-user) (defsystem "failing" :description "some code ...
Calling function from macro inside Quicklisp package Calling function from macro inside Quicklisp package quicklisp macros lisp common-lisp macro Calling Quicklisp ql:quickload Load ASDF Loading Error Undefined FOO While BAR Type POP Retry NIL Calling function from macro inside Quicklisp package I put failing.asd and p...
[ 0.0040283203125, -0.00885009765625, -0.00537109375, -0.00848388671875, -0.0030975341796875, -0.000621795654296875, 0.0123291015625, -0.0036163330078125, -0.001922607421875, -0.0299072265625, -0.01483154296875, 0.0048828125, -0.0037841796875, -0.027587890625, 0.0140380859375, -0.0327148...
[ 26265, 32354, 1295, 111789, 46132, 89038, 4086, 254, 98169, 63773, 400, 7008, 39210, 99247, 3181, 2594, 63033, 2091, 6483, 38997, 228006, 212059, 5983, 30563, 37437, 60457, 84029, 15123, 541, 16444, 35782, 214, 162, 71, 5, 3934, 98908, 95322,...
[ 0.1474609375, 0.220458984375, 0.11181640625, 0.245361328125, 0.148193359375, 0.1558837890625, 0.230712890625, 0.20703125, 0.2103271484375, 0.0791015625, 0.080322265625, 0.181640625, 0.0726318359375, 0.09747314453125, 0.06719970703125, 0.0755615234375, 0.1473388671875, 0.01849365234...
embed
49908937_c0
49908937
lisp
0
Title: Data Structures in Scheme Problem title: Data Structures in Scheme Tags: scheme, chicken-scheme, data-structures, functional-programming, lisp Problem: Data Structures in Scheme I am learning Scheme, coming from a background of Haskell, and I've run into a pretty surprising issue - scheme doesn't seem to have cu...
Data Structures in Scheme Data Structures in Scheme scheme chicken-scheme data-structures functional-programming lisp Data Structures Scheme Add Delete Modify Data Structures in Scheme I am learning Scheme, coming from a background of Haskell, and I've run into a pretty surprising issue - scheme doesn't seem to have cu...
[ 0.00921630859375, 0.0184326171875, -0.008544921875, 0.01519775390625, -0.015625, 0.0133056640625, 0.002960205078125, -0.0205078125, 0, -0.02587890625, 0.00830078125, -0.007568359375, -0.002838134765625, -0.002288818359375, -0.0031585693359375, -0.00555419921875, -0.009765625, -0.00...
[ 11809, 63667, 238, 54889, 23, 34702, 282, 150370, 143896, 7560, 2053, 137656, 123309, 28966, 400, 7008, 29117, 262, 46485, 16269, 52080, 38162, 76615, 20625, 142508, 11675, 212615, 31089, 22027, 18, 48903, 765, 114122, 52895, 7273, 36746, 36716...
[ 0.136962890625, 0.239501953125, 0.15283203125, 0.06463623046875, 0.07073974609375, 0.198974609375, 0.1795654296875, 0.2467041015625, 0.1676025390625, 0.187255859375, 0.1585693359375, 0.2039794921875, 0.09173583984375, 0.09442138671875, 0.0292816162109375, 0.114501953125, 0.0336914062...
embed
19407209_c0
19407209
lisp
0
Title: How are function parameters stored in lisp? Problem title: How are function parameters stored in lisp? Tags: function, common-lisp, parameters, lisp Problem: How are function parameters stored in lisp? I assumed that values passed into a lisp function are assigned to a quote matching the name of the parameter. H...
How are function parameters stored in lisp? How are function parameters stored in lisp? function common-lisp parameters lisp How Body How are function parameters stored in lisp? I assumed that values passed into a lisp function are assigned to a quote matching the name of the parameter. However, I was surprised that th...
[ 0.00567626953125, 0.0203857421875, -0.0025482177734375, -0.00156402587890625, -0.01953125, 0.0201416015625, 0.0145263671875, 0.00518798828125, -0.0087890625, -0.0022125244140625, 0.01214599609375, -0.005126953125, -0.0057373046875, -0.0111083984375, 0.0084228515625, 0.003753662109375, ...
[ 11249, 32354, 171859, 7, 4343, 71, 23, 400, 7008, 39210, 4086, 254, 43960, 621, 142424, 115081, 3934, 95486, 66747, 14858, 9351, 144285, 22027, 18, 4488, 77336, 1022, 83, 51, 99091, 237, 26582, 15744, 27781, 17203, 43701, 8560, 8305, 22759,...
[ 0.08984375, 0.2279052734375, 0.27392578125, 0.099365234375, 0.1923828125, 0.10736083984375, 0.09661865234375, 0.16162109375, 0.23828125, 0.05926513671875, 0.1292724609375, 0.18896484375, 0.15478515625, 0.042388916015625, 0.1180419921875, 0.047943115234375, 0.015655517578125, 0.0775...
embed
7798561_c0
7798561
lisp
0
Title: Generating multiple statement code using lisp macro Problem title: Generating multiple statement code using lisp macro Tags: macros, lisp Problem: Generating multiple statement code using lisp macro As per my understanding one of the usage of macro in LISP is to generate desired code. I have following main body ...
Generating multiple statement code using lisp macro Generating multiple statement code using lisp macro macros lisp lisp Generating addSW1 addSW100 SW1 SW100 myMac1 myMac2 addSW2 Generating multiple statement code using lisp macro As per my understanding one of the usage of macro in LISP is to generate desired code. I ...
[ 0.00677490234375, -0.004241943359375, -0.01116943359375, 0.00482177734375, -0.0162353515625, 0.0096435546875, 0.00927734375, -0.0186767578125, 0.006866455078125, -0.0166015625, -0.0167236328125, -0.0162353515625, 0.0123291015625, -0.0228271484375, -0.000919342041015625, -0.007690429687...
[ 155370, 48716, 63805, 18151, 17368, 400, 7008, 111789, 15190, 89023, 418, 3559, 61595, 55450, 304, 100094, 127689, 23, 16970, 9434, 139392, 104851, 25632, 5201, 14361, 31577, 33022, 47, 13319, 805, 124519, 75935, 271, 79786, 1176, 4028, 11001, ...
[ 0.1734619140625, 0.2080078125, 0.222412109375, 0.20947265625, 0.03778076171875, 0.130126953125, 0.2186279296875, 0.2227783203125, 0.1328125, 0.1131591796875, 0.0662841796875, 0.18798828125, 0.07928466796875, 0.09149169921875, 0.1014404296875, 0.015869140625, 0.1123046875, 0.0310363...
embed
21024333_c0
21024333
lisp
0
Title: CCL Save-Application, Clisp Saveinitmem, Issues Problem title: CCL Save-Application, Clisp Saveinitmem, Issues Tags: lisp, ccl, clisp, common-lisp, executable Problem: CCL Save-Application, Clisp Saveinitmem, Issues On ccl on mac os x 10.9 i am having a problem cretaing executables. (save-application "/full/path...
CCL Save-Application, Clisp Saveinitmem, Issues CCL Save-Application, Clisp Saveinitmem, Issues lisp ccl clisp common-lisp executable CCL Save-Application Clisp Saveinitmem Issues CCL Save-Application, Clisp Saveinitmem, Issues On ccl on mac os x 10.9 i am having a problem cretaing executables. (save-application "/full...
[ 0.032958984375, 0.0181884765625, 0.0093994140625, 0.0245361328125, -0.0169677734375, -0.0028076171875, 0.00640869140625, 0.0032196044921875, 0.0011749267578125, -0.021240234375, 0.0107421875, 0.000850677490234375, -0.0020599365234375, 0.025146484375, 0.0247802734375, -0.005279541015625...
[ 313, 37486, 64944, 47677, 182867, 4086, 254, 217, 37138, 223317, 400, 7008, 501, 34937, 95701, 39210, 71924, 2886, 98, 19138, 362, 1022, 4068, 1126, 19441, 2967, 7359, 102, 214, 98927, 13566, 108999, 101687, 25724, 128405, 188, 433, 4126, 9...
[ 0.0889892578125, 0.240234375, 0.2376708984375, 0.13134765625, 0.1422119140625, 0.1934814453125, 0.199462890625, 0.061004638671875, 0.1358642578125, 0.146240234375, 0.0821533203125, 0.1865234375, 0.07257080078125, 0.25048828125, 0.12939453125, 0.1142578125, 0.1556396484375, 0.119750...
embed
33158468_c0
33158468
lisp
0
Title: Read a file into a list of pairs in elisp Problem title: Read a file into a list of pairs in elisp Tags: list, lisp, emacs, elisp Problem: Read a file into a list of pairs in elisp I am trying to write an elisp function to read each word in a file into a pair. I want the first item of the pair to be the string s...
Read a file into a list of pairs in elisp Read a file into a list of pairs in elisp list lisp emacs elisp Read test.txt Debugger eval-last-sexp-1 Read a file into a list of pairs in elisp I am trying to write an elisp function to read each word in a file into a pair. I want the first item of the pair to be the string s...
[ 0.01043701171875, -0.0123291015625, 0.0027313232421875, -0.0172119140625, -0.007568359375, 0.026611328125, -0.005645751953125, -0.0126953125, -0.009033203125, -0.002349853515625, 0.01141357421875, 0.03515625, -0.02685546875, -0.0234375, -0.004119873046875, -0.00058746337890625, -0.02...
[ 4764, 11435, 3934, 5303, 111, 80836, 7, 15296, 7008, 400, 352, 2263, 3034, 124326, 262, 978, 21407, 1405, 19777, 83613, 5759, 31577, 33022, 32354, 12301, 12638, 2565, 3444, 5117, 35735, 79315, 17497, 71, 95, 73140, 48461, 17932, 51, 185188,...
[ 0.1917724609375, 0.1705322265625, 0.167724609375, 0.16064453125, 0.005401611328125, 0.2283935546875, 0.0823974609375, 0.10675048828125, 0.21484375, 0.08648681640625, 0.025299072265625, 0.059326171875, 0.1644287109375, 0.16162109375, 0.0743408203125, 0.156005859375, 0.1287841796875, ...
embed
24094927_c1
24094927
lisp
1
3) is run, but when I try this manually in the REPL, I get an error telling me that: NIL is a constant, may not be used as a variable (And this absolutely makes sense!) So, finally I have two questions: What happens in my sample, and what does this not cause an error, and why doesn't it do anything? How could I solve t...
3) is run, but when I try this manually in the REPL, I get an error telling me that: NIL is a constant, may not be used as a variable (And this absolutely makes sense!) So, finally I have two questions: What happens in my sample, and what does this not cause an error, and why doesn't it do anything? How could I solve t...
[ -0.01171875, 0.0179443359375, 0.013671875, -0.00921630859375, 0.00775146484375, -0.01068115234375, -0.004241943359375, 0.0184326171875, 0.0235595703125, 0.00946044921875, -0.00048828125, 0.03173828125, 0.0126953125, -0.029052734375, -0.00116729736328125, -0.01611328125, -0.0056457519...
[ 8439, 83, 11675, 9790, 23009, 9069, 21130, 18499, 541, 16444, 10, 53697, 1543, 959, 11814, 237, 77336, 115839, 30482, 10422, 17582, 96276, 121413, 15400, 22027, 18, 23937, 86869, 5423, 37620, 32354, 4488, 6528, 4527, 5675, 3678, 8, 2875, 71...
[ 0.1578369140625, 0.0738525390625, 0.1947021484375, 0.0877685546875, 0.14208984375, 0.06011962890625, 0.192626953125, 0.18408203125, 0.14404296875, 0.257568359375, 0.0141754150390625, 0.218017578125, 0.09149169921875, 0.0826416015625, 0.0919189453125, 0.0252838134765625, 0.25366210937...
embed
2239923_c0
2239923
lisp
0
Title: Change an editable-text value in Allegro CL Problem title: Change an editable-text value in Allegro CL Tags: lisp, allegro-cl, clos, common-lisp Problem: Change an editable-text value in Allegro CL I'm trying to change the value of an Editable-Text control in Allegro CL (version 8.0.1) by clicking a Default-Butt...
Change an editable-text value in Allegro CL Change an editable-text value in Allegro CL lisp allegro-cl clos common-lisp Change Allegro form1-default-button-2-on-click TEXT Segoe Default default-button-2 form1-default-button-2-on-change Change an editable-text value in Allegro CL I'm trying to change the value of an Ed...
[ 0.0108642578125, -0.00836181640625, 0.00848388671875, 0.01080322265625, 0.01202392578125, -0.003387451171875, -0.0067138671875, 0.00567626953125, 0.02001953125, 0.01068115234375, -0.01318359375, 0.0069580078125, -0.00555419921875, 0.0186767578125, 0.0164794921875, -0.010009765625, 0....
[ 87377, 27211, 2886, 22829, 34292, 4344, 8407, 46323, 400, 7008, 747, 34937, 20450, 39210, 254, 3173, 214810, 8789, 1507, 5428, 191, 123278, 13018, 70981, 519, 262, 1021, 114977, 152028, 23, 31577, 15549, 42079, 174379, 6226, 3217, 102014, 181...
[ 0.1925048828125, 0.153564453125, 0.165283203125, 0.2236328125, 0.2127685546875, 0.1220703125, 0.24853515625, 0.176025390625, 0.001861572265625, 0.089599609375, 0.06097412109375, 0.1097412109375, 0.080078125, 0.0537109375, 0.08197021484375, 0.138916015625, 0.18115234375, 0.091369628...
embed
60356211_c0
60356211
lisp
0
Title: &quot;Heap exhausted, game over&quot; message in wxMaxima - Does ccl will work for me? Problem title: &quot;Heap exhausted, game over&quot; message in wxMaxima - Does ccl will work for me? Tags: ccl, common-lisp, lisp, maxima, wxmaxima Problem: "Heap exhausted, game over" message in wxMaxima - Does ccl will work...
&quot;Heap exhausted, game over&quot; message in wxMaxima - Does ccl will work for me? &quot;Heap exhausted, game over&quot; message in wxMaxima - Does ccl will work for me? ccl common-lisp lisp maxima wxmaxima maxima Heap Does Message Gen Boxed Unboxed LgBox LgUnbox Pin Alloc Waste Trig GCs Mem-age Total Dynamic-space...
[ -0.01251220703125, 0.0074462890625, -0.00144195556640625, -0.0001583099365234375, 0.006103515625, -0.0194091796875, 0.00433349609375, 0.01092529296875, 0.00927734375, -0.025634765625, -0.008056640625, 0.0038909912109375, -0.006805419921875, -0.001617431640625, 0.0274658203125, -0.01202...
[ 13025, 2631, 146353, 297, 6712, 645, 26008, 148, 425, 71346, 1352, 501, 34937, 1221, 4488, 100, 163, 39210, 254, 7008, 122200, 24084, 1529, 48205, 15937, 27271, 992, 11728, 72295, 12264, 6652, 5282, 4699, 69657, 4588, 65421, 21159, 65441, 7...
[ 0.139892578125, 0.14697265625, 0.231689453125, 0.130859375, 0.1280517578125, 0.1959228515625, 0.101318359375, 0.07275390625, 0.087646484375, 0.1102294921875, 0.183837890625, 0.007476806640625, 0.1929931640625, 0.052734375, 0.08544921875, 0.044219970703125, 0.0184478759765625, 0.052...
embed
4462393_c0
4462393
lisp
0
Title: How do I configure emacs for editing HTML files that contain Javascript? Problem title: How do I configure emacs for editing HTML files that contain Javascript? Tags: emacs, html, javascript, lisp Problem: How do I configure emacs for editing HTML files that contain Javascript? I have started the painful first s...
How do I configure emacs for editing HTML files that contain Javascript? How do I configure emacs for editing HTML files that contain Javascript? emacs html javascript lisp How HTML Javascript How do I configure emacs for editing HTML files that contain Javascript? I have started the painful first steps of using emacs ...
[ 0.00860595703125, -0.00021266937255859375, -0.0020294189453125, -0.033203125, 0.006622314453125, 0.0201416015625, -0.0004425048828125, 0.0272216796875, 0.007080078125, -0.0262451171875, -0.0050048828125, 0.001922607421875, -0.0277099609375, 0.00183868408203125, 0.00762939453125, -0.022...
[ 11249, 54, 222495, 352, 2263, 7, 100, 27211, 214, 19097, 102158, 70541, 74181, 87, 7693, 136951, 400, 7008, 26859, 24503, 7844, 5117, 98441, 17368, 11435, 69141, 10941, 20600, 653, 425, 37842, 5423, 24105, 6144, 61170, 959, 459, 6496, 12682...
[ 0.0826416015625, 0.0032958984375, 0.252685546875, 0.1258544921875, 0.2021484375, 0.177734375, 0.076171875, 0.1885986328125, 0.03228759765625, 0.216552734375, 0.1614990234375, 0.130126953125, 0.26611328125, 0.004150390625, 0.222900390625, 0.2359619140625, 0.059112548828125, 0.144042...
embed
26628297_c0
26628297
lisp
0
Title: Count sublists on each level in LISP Problem title: Count sublists on each level in LISP Tags: common-lisp, lisp, list, sbcl Problem: Count sublists on each level in LISP I need to write a program which counts sublists on each level and prints it like ((1 2) (2 1) (3 1)) ( (<level> <count>) (<level> <count> ... ...
Count sublists on each level in LISP Count sublists on each level in LISP common-lisp lisp list sbcl Count LISP TYPE-ERROR THREAD RUNNING LIST Count sublists on each level in LISP I need to write a program which counts sublists on each level and prints it like ((1 2) (2 1) (3 1)) ( (<level> <count>) (<level> <count> .....
[ 0.0068359375, 0.01324462890625, 0.0010528564453125, 0.016845703125, 0.000392913818359375, 0.0267333984375, -0.01177978515625, -0.00286865234375, 0.01025390625, -0.031982421875, -0.00107574462890625, -0.01507568359375, 0.033935546875, 0.025146484375, 0.0203857421875, 0.007354736328125, ...
[ 108210, 1614, 6562, 7, 98, 12638, 17366, 16970, 9434, 23, 39210, 4086, 254, 400, 7008, 5303, 275, 34937, 95267, 21907, 12501, 14255, 41519, 130747, 25795, 195977, 3871, 33022, 1528, 54529, 28412, 4958, 4879, 6896, 67919, 71013, 100, 391, 18...
[ 0.1864013671875, 0.231689453125, 0.275634765625, 0.05999755859375, 0.02301025390625, 0.1043701171875, 0.228759765625, 0.1341552734375, 0.2095947265625, 0.001739501953125, 0.07177734375, 0.0755615234375, 0.1224365234375, 0.08929443359375, 0.134521484375, 0.1689453125, 0.02947998046875...
embed
77389828_c0
77389828
lisp
0
Title: Caveman2 How to serve a file dynamically? Problem title: Caveman2 How to serve a file dynamically? Tags: lisp, common-lisp, caveman2 Problem: Caveman2 How to serve a file dynamically? I would like to be able to serve a file with Caveman2. The reason I want a way to return it from a controller and not make a stat...
Caveman2 How to serve a file dynamically? Caveman2 How to serve a file dynamically? lisp common-lisp caveman2 Caveman2 How Caveman2 How to serve a file dynamically? I would like to be able to serve a file with Caveman2. The reason I want a way to return it from a controller and not make a static route available to anyo...
[ 0.00179290771484375, -0.01007080078125, 0.01446533203125, 0.01031494140625, -0.01336669921875, 0.0126953125, -0.00665283203125, -0.01165771484375, -0.01031494140625, -0.044189453125, -0.0064697265625, -0.01556396484375, -0.0068359375, 0.0098876953125, -0.0003185272216796875, 0.01159667...
[ 2041, 272, 669, 304, 11249, 47, 21265, 11435, 84079, 25958, 10, 400, 7008, 39210, 4086, 254, 143383, 1884, 19048, 678, 5442, 31635, 3444, 3917, 30646, 1295, 185373, 201939, 36439, 19882, 35672, 4734, 195734, 72095, 168081, 17366, 56065, 68546...
[ 0.11767578125, 0.14599609375, 0.175537109375, 0.201171875, 0.068359375, 0.041290283203125, 0.26220703125, 0.2369384765625, 0.251708984375, 0.17041015625, 0.030029296875, 0.0673828125, 0.1787109375, 0.079833984375, 0.09814453125, 0.1282958984375, 0.1497802734375, 0.0400390625, 0.0...
embed
21660584_c1
21660584
lisp
1
-- -------------- | car | cdr | | car | cdr | | car | cdr | | a | o------->| b | o------->| c | nil | | | | -->| | | | | | -------------- | -------------- -------------- | x2: | -------------- | | car | cdr | | | A | o---- | | | -------------- This is something reminiscent of C pointers, in that the cdr of x2 is not a ...
-- -------------- | car | cdr | | car | cdr | | car | cdr | | a | o------->| b | o------->| c | nil | | | | -->| | | | | | -------------- | -------------- -------------- | x2: | -------------- | | car | cdr | | | A | o---- | | | -------------- This is something reminiscent of C pointers, in that the cdr of x2 is not a ...
[ 0.005950927734375, 0.031982421875, 0.000255584716796875, 0.0179443359375, -0.000286102294921875, 0.0218505859375, 0.0218505859375, 0.0078125, 0.01373291015625, -0.00738525390625, -0.0146484375, 0.004608154296875, -0.016357421875, 0.0152587890625, 0.00836181640625, 0.0038909912109375, ...
[ 4210, 112111, 195626, 58745, 2258, 56329, 42, 10, 36, 110405, 876, 501, 17324, 129908, 1022, 304, 12, 62, 106115, 6, 3293, 65015, 16797, 313, 6275, 1314, 83, 959, 43658, 38496, 47, 418, 86120, 32195, 16648, 138155, 58944, 3642, 831, 87, ...
[ 0.012969970703125, 0.007659912109375, 0.0819091796875, 0.0565185546875, 0.254638671875, 0.1204833984375, 0.205810546875, 0.11669921875, 0.1571044921875, 0.0287322998046875, 0.109375, 0.096923828125, 0.149169921875, 0.00689697265625, 0.134033203125, 0.21435546875, 0.08282470703125, ...
embed
61621684_c0
61621684
lisp
0
Title: AutoLisp trying to move all polyline RECTANGLE to a specific point. Any thoughts? Problem title: AutoLisp trying to move all polyline RECTANGLE to a specific point. Any thoughts? Tags: autocad, autocad-plugin, autolisp, lisp Problem: AutoLisp trying to move all polyline RECTANGLE to a specific point. Any thought...
AutoLisp trying to move all polyline RECTANGLE to a specific point. Any thoughts? AutoLisp trying to move all polyline RECTANGLE to a specific point. Any thoughts? autocad autocad-plugin autolisp lisp AutoLisp RECTANGLE Any LWPOLYLINE Selecteaza Polyline-urile Select Parcurge AutoLisp trying to move all polyline RECTAN...
[ -0.0185546875, 0.01361083984375, 0.00433349609375, 0.0166015625, -0.017822265625, 0.0162353515625, -0.005645751953125, 0.0174560546875, 0.01708984375, -0.010498046875, -0.00145721435546875, -0.017333984375, 0.00909423828125, -0.0244140625, -0.0152587890625, -0.00115203857421875, 0.02...
[ 4396, 9506, 7008, 31577, 25813, 756, 35874, 2256, 98166, 139851, 15300, 47, 29458, 6275, 38514, 1809, 25426, 145301, 4086, 254, 400, 1456, 9698, 19917, 57339, 51620, 7757, 63306, 5194, 474, 765, 903, 18151, 4734, 1407, 25737, 107767, 2499, ...
[ 0.197509765625, 0.1939697265625, 0.2213134765625, 0.108154296875, 0.146240234375, 0.09375, 0.159912109375, 0.2008056640625, 0.0765380859375, 0.169921875, 0.1395263671875, 0.053466796875, 0.124755859375, 0.134521484375, 0.073974609375, 0.11328125, 0.1168212890625, 0.0823974609375, ...
embed
22363179_c0
22363179
lisp
0
Title: Recursively splitting a list into two using LISP Problem title: Recursively splitting a list into two using LISP Tags: lisp, elisp, recursion, sequence Problem: Recursively splitting a list into two using LISP Using LISP, i need to create a function that splits a list into two lists. The first list consists of 1...
Recursively splitting a list into two using LISP Recursively splitting a list into two using LISP lisp elisp recursion sequence LISP Recursively SPLIT-LIST NIL Recursively splitting a list into two using LISP Using LISP, i need to create a function that splits a list into two lists. The first list consists of 1st, 3rd,...
[ -0.00872802734375, 0.0361328125, -0.0123291015625, -0.00011157989501953125, -0.0101318359375, 0.0272216796875, -0.0034027099609375, 0.0208740234375, -0.0025634765625, 0.0172119140625, 0.006591796875, -0.0013275146484375, -0.0184326171875, 0.00958251953125, 0.01385498046875, 0.014709472...
[ 853, 48650, 5844, 65450, 1916, 5303, 3934, 6626, 17368, 16970, 9434, 400, 7008, 15296, 195625, 1830, 40, 944, 538, 12047, 107287, 195977, 541, 16444, 3871, 28282, 32354, 7, 5117, 58055, 106, 271, 138, 4216, 190, 361, 80854, 17932, 116, 22...
[ 0.0662841796875, 0.1815185546875, 0.1575927734375, 0.2071533203125, 0.051239013671875, 0.226318359375, 0.13427734375, 0.1658935546875, 0.04266357421875, 0.1505126953125, 0.22216796875, 0.1142578125, 0.1844482421875, 0.059844970703125, 0.19873046875, 0.057037353515625, 0.0248870849609...
embed
53574843_c0
53574843
lisp
0
Title: How to use a &quot;taken&quot; word as a CLOS generic Problem title: How to use a &quot;taken&quot; word as a CLOS generic Tags: clos, common-lisp, generic-function, lisp Problem: How to use a "taken" word as a CLOS generic Generics seem to offer a nice facility for pulling out a common word and letting it act o...
How to use a &quot;taken&quot; word as a CLOS generic How to use a &quot;taken&quot; word as a CLOS generic clos common-lisp generic-function lisp How CLOS How to use a "taken" word as a CLOS generic Generics seem to offer a nice facility for pulling out a common word and letting it act on things according to the types...
[ 0.006317138671875, 0.01458740234375, 0.01092529296875, 0.0098876953125, -0.0036468505859375, -0.0022735595703125, 0.004791259765625, -0.0037689208984375, -0.0005950927734375, -0.047607421875, 0.0029296875, 0.01202392578125, -0.0028076171875, -0.0069580078125, -0.00482177734375, -0.0168...
[ 11249, 4527, 1865, 33, 2565, 237, 10, 313, 92933, 189534, 20450, 7, 39210, 4086, 254, 137175, 400, 7008, 88342, 28021, 18645, 26267, 178290, 50065, 1810, 27992, 52895, 27875, 114700, 34153, 21771, 39958, 18, 61924, 83852, 125901, 18499, 90944...
[ 0.0806884765625, 0.162109375, 0.2012939453125, 0.234619140625, 0.197509765625, 0.0927734375, 0.07720947265625, 0.06561279296875, 0.24755859375, 0.257080078125, 0.199462890625, 0.095947265625, 0.123046875, 0.0350341796875, 0.1014404296875, 0.1390380859375, 0.06640625, 0.102233886718...
embed
31232843_c1
31232843
lisp
1
ar' "foo1" "foo2" My requirements are: Straightforward use of stdio with minimal boilerplate, since that's where my programs read/write their data Easily callable from shell scripts or provide a very compelling alternative to bash's process invocation and pipelining Streaming I/O if possible; ie. I'd rather work with o...
ar' "foo1" "foo2" My requirements are: Straightforward use of stdio with minimal boilerplate, since that's where my programs read/write their data Easily callable from shell scripts or provide a very compelling alternative to bash's process invocation and pipelining Streaming I/O if possible; ie. I'd rather work with o...
[ -0.00023555755615234375, 0.02001953125, -0.020263671875, 0.019775390625, -0.01263427734375, 0.01190185546875, 0.0062255859375, 0.00421142578125, -0.009765625, -0.00909423828125, 0.00970458984375, 0.010498046875, -0.01806640625, 0.01519775390625, 0.013427734375, -0.005218505859375, 0....
[ 187, 25, 3584, 31, 418, 304, 2646, 96679, 621, 7832, 22553, 2472, 19364, 4527, 6138, 5670, 678, 20187, 34759, 92558, 103391, 12301, 18781, 2053, 1544, 11782, 2886, 1295, 128019, 26499, 22691, 4552, 9969, 30700, 87109, 9433, 202010, 137158, ...
[ 0.217529296875, 0.103515625, 0.15185546875, 0.1083984375, 0.122314453125, 0.1419677734375, 0.045562744140625, 0.197021484375, 0.0599365234375, 0.045257568359375, 0.0188751220703125, 0.08123779296875, 0.03057861328125, 0.0780029296875, 0.181396484375, 0.258544921875, 0.025054931640625...
embed
30789161_c1
30789161
lisp
1
lisp/setup.lisp") (ql:quickload :drakma) (ql:quickload "cl-html-parse") (ql:quickload "split-sequence") (defun flatten (x) "Paul Graham's utility function from On Lisp." (labels ((rec (x acc) (cond ((null x) acc) ((atom x) (cons x acc)) (t (rec (car x) (rec (cdr x) acc)))))) (rec x nil))) (defun parse-page-source (url)...
lisp/setup.lisp") (ql:quickload :drakma) (ql:quickload "cl-html-parse") (ql:quickload "split-sequence") (defun flatten (x) "Paul Graham's utility function from On Lisp." (labels ((rec (x acc) (cond ((null x) acc) ((atom x) (cons x acc)) (t (rec (car x) (rec (cdr x) acc)))))) (rec x nil))) (defun parse-page-source (url)...
[ 0.0062255859375, 0.03125, 0.00173187255859375, -0.0164794921875, 0.00604248046875, 0.0211181640625, 0.0078125, -0.0162353515625, 0.00173187255859375, -0.04296875, -0.02490234375, -0.05029296875, 0.00848388671875, -0.001983642578125, 0.01300048828125, 0.01031494140625, -0.023315429687...
[ 400, 7008, 3509, 2037, 4086, 254, 99247, 3181, 2594, 63033, 3366, 192, 16, 34937, 7693, 2500, 184, 18939, 4353, 944, 3956, 112, 16498, 49878, 510, 425, 115043, 147756, 19537, 939, 32354, 2161, 1261, 1242, 15, 152526, 7, 31688, 50015, 2271...
[ 0.15185546875, 0.27587890625, 0.152099609375, 0.1201171875, 0.1383056640625, 0.21435546875, 0.12353515625, 0.028961181640625, 0.0279388427734375, 0.1595458984375, 0.07232666015625, 0.1888427734375, 0.00762939453125, 0.1180419921875, 0.185546875, 0.131103515625, 0.0867919921875, 0.0...
embed
67792794_c1
67792794
lisp
1
, ("attic", [(Lloc "living-room" "east" "door")]) , ("garden", [(Lloc "living-room" "east" "door")])] describePath :: Lloc -> String describePath e = "There is " ++ llocPas e ++ " going " ++ llocDireccio e ++ " from here." At first, it seems that works well. For example: *TextGame> describePath (Lloc "living-room" "ea...
, ("attic", [(Lloc "living-room" "east" "door")]) , ("garden", [(Lloc "living-room" "east" "door")])] describePath :: Lloc -> String describePath e = "There is " ++ llocPas e ++ " going " ++ llocDireccio e ++ " from here." At first, it seems that works well. For example: *TextGame> describePath (Lloc "living-room" "ea...
[ -0.001556396484375, -0.00616455078125, -0.008056640625, -0.0191650390625, 0.0123291015625, 0.00933837890625, -0.000843048095703125, 0.0035858154296875, 0.0034332275390625, -0.0228271484375, 0.0074462890625, 0.004119873046875, -0.0162353515625, 0.004669189453125, 0.005218505859375, -0.0...
[ 257, 9523, 55043, 150, 6496, 28905, 4438, 24401, 1970, 555, 98363, 683, 10519, 1984, 202509, 23351, 28, 2203, 116959, 37223, 17216, 65619, 7730, 2149, 28984, 3688, 5117, 37202, 43240, 5299, 174379, 107576, 866, 83, 1911, 1295, 9790, 59911, ...
[ 0.087646484375, 0.2047119140625, 0.1650390625, 0.02099609375, 0.04705810546875, 0.1324462890625, 0.123046875, 0.1317138671875, 0.1375732421875, 0.1627197265625, 0.264892578125, 0.1312255859375, 0.204833984375, 0.01751708984375, 0.296630859375, 0.099365234375, 0.1212158203125, 0.042...
embed
27074151_c0
27074151
lisp
0
Title: Diamond inheritance and the Common Lisp Object System Problem title: Diamond inheritance and the Common Lisp Object System Tags: inheritance, common-lisp, clos, diamond-problem, lisp Problem: Diamond inheritance and the Common Lisp Object System I am trying to find a solution to typical diamond inheritance probl...
Diamond inheritance and the Common Lisp Object System Diamond inheritance and the Common Lisp Object System inheritance common-lisp clos diamond-problem lisp Diamond Common Lisp Object System C1.0 C2.1 C2.2 C3.0 Here C1_0 C2_1 C2_2 C3_0 C2_2.m1 Diamond inheritance and the Common Lisp Object System I am trying to find a...
[ 0.00469970703125, 0.0123291015625, -0.000804901123046875, 0.01409912109375, 0.00183868408203125, -0.00982666015625, 0.006866455078125, 0.02099609375, -0.003753662109375, -0.03759765625, 0.00096893310546875, 0.00543212890625, -0.01123046875, -0.0020904541015625, -0.00099945068359375, -0...
[ 69124, 23, 3334, 217, 7154, 136, 151301, 1261, 7008, 134549, 12353, 39210, 4086, 254, 20450, 7, 879, 15882, 38953, 400, 313, 102107, 68107, 70147, 132265, 418, 2389, 304, 115187, 363, 5442, 39, 7413, 29806, 47, 222201, 2967, 92933, 18151, ...
[ 0.2376708984375, 0.09222412109375, 0.193359375, 0.1368408203125, 0.073486328125, 0.040557861328125, 0.1861572265625, 0.183349609375, 0.1669921875, 0.1971435546875, 0.1627197265625, 0.1124267578125, 0.1090087890625, 0.1248779296875, 0.1690673828125, 0.07855224609375, 0.13525390625, ...
embed
44422133_c1
44422133
lisp
1
Y-621|', u'|PWY-822|', u'|SUCROSEUTIL2-PWY|', u'|PWY-6525|', u'|PWY-6524|', u'|PWY-5337|', u'|PWY-5384|'] However if I switch this metabolite name to a common amino acid name, such as 'valine': import sys import pythoncyc #this creates PGDB object associated with meta(MetaCyc) meta = pythoncyc.select_organism('meta') #...
Y-621|', u'|PWY-822|', u'|SUCROSEUTIL2-PWY|', u'|PWY-6525|', u'|PWY-6524|', u'|PWY-5337|', u'|PWY-5384|'] However if I switch this metabolite name to a common amino acid name, such as 'valine': import sys import pythoncyc #this creates PGDB object associated with meta(MetaCyc) meta = pythoncyc.select_organism('meta') #...
[ 0.00133514404296875, -0.0036773681640625, 0.01458740234375, 0.022705078125, 0.0299072265625, 0.002685546875, 0.0005035400390625, -0.0072021484375, -0.01080322265625, -0.01165771484375, 0.0230712890625, -0.006195068359375, -0.0208740234375, -0.01318359375, 0.0040283203125, 0.00549316406...
[ 990, 13545, 3117, 75, 102815, 17376, 4015, 16395, 441, 49877, 20214, 89944, 18504, 683, 12424, 2588, 2357, 129176, 117180, 33306, 2174, 101089, 903, 93447, 1486, 9351, 39210, 72657, 43840, 7013, 86, 24927, 954, 7, 17198, 50828, 2408, 238, 2...
[ 0.1754150390625, 0.171875, 0.22314453125, 0.0246734619140625, 0.158935546875, 0.1097412109375, 0.138671875, 0.0799560546875, 0.0587158203125, 0.1014404296875, 0.0771484375, 0.1944580078125, 0.0826416015625, 0.0157470703125, 0.09478759765625, 0.16552734375, 0.06195068359375, 0.07641...
embed
2413454_c0
2413454
lisp
0
Title: Getting reference to the JavaScript Function object behind an operator Problem title: Getting reference to the JavaScript Function object behind an operator Tags: scheme, lisp, javascript, functional-programming Problem: Getting reference to the JavaScript Function object behind an operator Here is a lisp proced...
Getting reference to the JavaScript Function object behind an operator Getting reference to the JavaScript Function object behind an operator scheme lisp javascript functional-programming Getting JavaScript Math.abs Getting reference to the JavaScript Function object behind an operator Here is a lisp procedure that sim...
[ 0.01123046875, 0.004302978515625, 0.0277099609375, 0.008056640625, -0.0020294189453125, 0.00860595703125, 0.0159912109375, 0.028564453125, -0.003509521484375, -0.033203125, 0.0033721923828125, 0.01287841796875, -0.0223388671875, 0.0128173828125, 0.009033203125, -0.00958251953125, -0....
[ 210732, 91067, 47, 17925, 28670, 10763, 36746, 50155, 39933, 150370, 400, 7008, 136951, 123309, 28966, 78804, 2055, 50491, 42856, 15190, 11, 89931, 34292, 275, 5351, 34923, 2965, 32562, 18151, 959, 5201, 2967, 53418, 4527, 997, 136, 20, 26582...
[ 0.1033935546875, 0.25244140625, 0.115966796875, 0.2479248046875, 0.15380859375, 0.0665283203125, 0.19140625, 0.209228515625, 0.2437744140625, 0.1693115234375, 0.13623046875, 0.1876220703125, 0.19970703125, 0.135986328125, 0.07550048828125, 0.1585693359375, 0.1468505859375, 0.142578...
embed
27207664_c0
27207664
lisp
0
Title: Find the mode of a list (in common LISP) Problem title: Find the mode of a list (in common LISP) Tags: common-lisp, lisp, filter Problem: Find the mode of a list (in common LISP) I need to have a recursive function that uses a custom filter function to return the mode of a list. If there is more than 1 mode, it ...
Find the mode of a list (in common LISP) Find the mode of a list (in common LISP) common-lisp lisp filter Find LISP NAME occr2 DESCRIPTION NOTES NIL Find the mode of a list (in common LISP) I need to have a recursive function that uses a custom filter function to return the mode of a list. If there is more than 1 mode,...
[ -0.01373291015625, 0.0191650390625, 0.004119873046875, -0.01275634765625, 0.01214599609375, 0.0247802734375, -0.01611328125, 0.00933837890625, 0.006378173828125, -0.05224609375, 0.00836181640625, -0.01361083984375, 0.0113525390625, -0.01397705078125, 0.020263671875, -0.0008087158203125...
[ 26040, 70, 13736, 111, 5303, 39210, 16970, 9434, 10, 4086, 254, 400, 7008, 46312, 182512, 95699, 42, 304, 132824, 212963, 16444, 3871, 195625, 5844, 32354, 4527, 7, 114122, 30646, 83, 1286, 3501, 106, 4, 15044, 1326, 339, 2203, 138, 190, ...
[ 0.140380859375, 0.0266571044921875, 0.26708984375, 0.081298828125, 0.250244140625, 0.136962890625, 0.120849609375, 0.206298828125, 0.0233917236328125, 0.07470703125, 0.1165771484375, 0.076904296875, 0.139404296875, 0.2156982421875, 0.033111572265625, 0.042633056640625, 0.106872558593...
embed
4354681_c0
4354681
lisp
0
Title: How to define structures in Lisp using parameters in the definition Problem title: How to define structures in Lisp using parameters in the definition Tags: structure, lisp, common-lisp, clisp Problem: How to define structures in Lisp using parameters in the definition I want to write some Lisp code like this (d...
How to define structures in Lisp using parameters in the definition How to define structures in Lisp using parameters in the definition structure lisp common-lisp clisp parameters How Lisp How to define structures in Lisp using parameters in the definition I want to write some Lisp code like this in order to define a s...
[ 0.0059814453125, 0.01483154296875, 0.00384521484375, -0.01104736328125, 0.0125732421875, -0.00457763671875, 0.020751953125, 0.0016326904296875, 0.00506591796875, -0.0033721923828125, -0.010498046875, -0.0030517578125, 0.006561279296875, -0.01171875, 0.013671875, 0.00445556640625, -0....
[ 11249, 61924, 45646, 7, 23, 1261, 7008, 17368, 171859, 80934, 400, 39210, 4086, 254, 95701, 33022, 18151, 33636, 6712, 45443, 3444, 28282, 3525, 3249, 24351, 50944, 425, 98, 12403, 91403, 62539, 1022, 13267, 11782, 32354, 72367, 29481, 18499,...
[ 0.00555419921875, 0.2052001953125, 0.2454833984375, 0.0689697265625, 0.045501708984375, 0.150390625, 0.213623046875, 0.03900146484375, 0.230224609375, 0.213623046875, 0.10211181640625, 0.040771484375, 0.08203125, 0.12841796875, 0.082763671875, 0.044464111328125, 0.1197509765625, 0....
embed
40876988_c0
40876988
lisp
0
Title: Calculating Grade Point Average and Class Average in Lisp Problem title: Calculating Grade Point Average and Class Average in Lisp Tags: lisp, common-lisp, average Problem: Calculating Grade Point Average and Class Average in Lisp I am working on a problem that calls for me to compute the grade point average for...
Calculating Grade Point Average and Class Average in Lisp Calculating Grade Point Average and Class Average in Lisp lisp common-lisp average Calculating Grade Point Average Lisp Seymore Ichahbod Zackery Tukerville Simonsays Snicker Glass Calculating Grade Point Average and Class Average in Lisp I am working on a proble...
[ 0.0067138671875, 0.005859375, 0.01171875, -0.01214599609375, -0.0169677734375, 0.01239013671875, 0.002471923828125, -0.0186767578125, -0.0052490234375, 0.0033416748046875, -0.01202392578125, 0.006195068359375, -0.000598907470703125, -0.00775146484375, -0.01214599609375, -0.003158569335...
[ 212467, 26518, 22453, 13, 41097, 40168, 29838, 136, 35014, 23, 1261, 7008, 400, 39210, 4086, 254, 83080, 74583, 17678, 2484, 1366, 19290, 825, 11050, 53, 1371, 1728, 10745, 26328, 20347, 93, 95384, 20697, 2967, 9969, 6743, 44000, 6275, 1263...
[ 0.16259765625, 0.04241943359375, 0.1407470703125, 0.032958984375, 0.1910400390625, 0.16552734375, 0.1048583984375, 0.101806640625, 0.197021484375, 0.0765380859375, 0.1700439453125, 0.240478515625, 0.12890625, 0.1007080078125, 0.1337890625, 0.1683349609375, 0.2230224609375, 0.083984...
embed
6935857_c0
6935857
lisp
0
Title: common lisp let binding Problem title: common lisp let binding Tags: binding, common-lisp, lisp Problem: common lisp let binding I have a function calculate binomial expansion with optional parameters to specify the beginning and ending term: (defun comb-index (s k) (let ((combinations nil)) (labels ((rec (s k o...
common lisp let binding common lisp let binding binding common-lisp lisp 1 Unhandled x18 Condition SB-SYS:MEMORY-FAULT-ERROR common lisp let binding I have a function calculate binomial expansion with optional parameters to specify the beginning and ending term: When I compile and run this code, it will yield the follo...
[ -0.0126953125, 0.028564453125, -0.005889892578125, 0.0003604888916015625, -0.01165771484375, 0.022216796875, -0.01080322265625, 0.0172119140625, -0.0032501220703125, -0.00836181640625, 0.005645751953125, 0.007232666015625, 0.02880859375, 0.0235595703125, 0.0118408203125, -0.00503540039...
[ 39210, 400, 7008, 2633, 128239, 4086, 254, 106, 992, 79628, 1022, 1819, 46347, 90944, 26947, 10611, 78633, 14676, 82643, 12501, 14255, 32354, 74481, 333, 1687, 15403, 14700, 66, 6889, 35829, 171859, 40140, 18929, 86595, 136, 86658, 13579, 996...
[ 0.1622314453125, 0.1221923828125, 0.16650390625, 0.22607421875, 0.222900390625, 0.08184814453125, 0.139404296875, 0.02508544921875, 0.02587890625, 0.1260986328125, 0.0047607421875, 0.1844482421875, 0.150146484375, 0.0694580078125, 0.1231689453125, 0.054229736328125, 0.1185302734375, ...
embed
6474777_c1
6474777
lisp
1
1)) (CADDR #:G1121)) ; ; caught ERROR: ; illegal function call ; (LET ((#:G1121 '(< 1 2))) ; (LAMBDA (ROW) ((CAR #:G1121) (SVREF ROW (CADR #:G1121)) (CADDR #:G1121)))) ; ; caught STYLE-WARNING: ; The variable #:G1121 is defined but never used. ; ; compilation unit finished ; caught 1 ERROR condition ; caught 2 STYLE-WA...
1)) (CADDR #:G1121)) ; ; caught ERROR: ; illegal function call ; (LET ((#:G1121 '(< 1 2))) ; (LAMBDA (ROW) ((CAR #:G1121) (SVREF ROW (CADR #:G1121)) (CADDR #:G1121)))) ; ; caught STYLE-WARNING: ; The variable #:G1121 is defined but never used. ; ; compilation unit finished ; caught 1 ERROR condition ; caught 2 STYLE-WA...
[ 0.003143310546875, 0.0228271484375, 0.00567626953125, -0.004302978515625, 0.015869140625, 0.006622314453125, 0.00799560546875, -0.00970458984375, 0.003082275390625, -0.0242919921875, -0.01251220703125, -0.00848388671875, -0.011962890625, -0.009033203125, -0.004119873046875, -0.02294921...
[ 4879, 85427, 23498, 468, 724, 1662, 69072, 156892, 151206, 24638, 85325, 32354, 11782, 27089, 3117, 16093, 116, 94202, 571, 6538, 14255, 1456, 80076, 35930, 28482, 19452, 1052, 224170, 60873, 77336, 61924, 1284, 8306, 11814, 98352, 25072, 12279...
[ 0.04266357421875, 0.0897216796875, 0.177734375, 0.009307861328125, 0.0145416259765625, 0.080078125, 0.1588134765625, 0.153564453125, 0.1070556640625, 0.091064453125, 0.221923828125, 0.15087890625, 0.1680908203125, 0.1429443359375, 0.1680908203125, 0.0782470703125, 0.02850341796875, ...
embed
64510705_c0
64510705
lisp
0
Title: Scheme Lisp - Using eval for arbitrary arithmetic expressions Problem title: Scheme Lisp - Using eval for arbitrary arithmetic expressions Tags: racket, eval, lisp, scheme Problem: Scheme Lisp - Using eval for arbitrary arithmetic expressions I'm trying to evaluate arbitrary and nested arithmetic expressions in ...
Scheme Lisp - Using eval for arbitrary arithmetic expressions Scheme Lisp - Using eval for arbitrary arithmetic expressions racket eval lisp scheme Scheme Lisp Using Scheme Lisp - Using eval for arbitrary arithmetic expressions I'm trying to evaluate arbitrary and nested arithmetic expressions in scheme with eval. The ...
[ -0.008056640625, 0.0238037109375, -0.00390625, 0.00023174285888671875, -0.0091552734375, 0.00653076171875, 0.003814697265625, 0.00008821487426757812, -0.006195068359375, -0.02587890625, -0.00823974609375, -0.02099609375, 0.00579833984375, 0.007476806640625, 0.000904083251953125, -0.007...
[ 34702, 282, 1261, 7008, 345, 6953, 28, 1405, 100, 61799, 1294, 8962, 125195, 673, 27853, 400, 150370, 31577, 151575, 8512, 45367, 1257, 1295, 101935, 39933, 53697, 128239, 49129, 13, 22183, 106, 4879, 707, 75402, 4958, 8439, 2967, 5809, 173...
[ 0.1875, 0.1094970703125, 0.1395263671875, 0.1973876953125, 0.0667724609375, 0.025360107421875, 0.0650634765625, 0.264404296875, 0.005523681640625, 0.156494140625, 0.08197021484375, 0.1256103515625, 0.252685546875, 0.037506103515625, 0.161865234375, 0.0906982421875, 0.2039794921875, ...
embed
7171705_c1
7171705
lisp
1
) (newline) (cond ((primitive-procedure? procedure) (apply-primitive-procedure procedure arguments)) ((compound-procedure? procedure) (eval-sequence (procedure-body procedure) (extend-environment (procedure-parameters procedure) arguments (procedure-environment procedure)))) (else (error "Unknown procedure type -- " pr...
) (newline) (cond ((primitive-procedure? procedure) (apply-primitive-procedure procedure arguments)) ((compound-procedure? procedure) (eval-sequence (procedure-body procedure) (extend-environment (procedure-parameters procedure) arguments (procedure-environment procedure)))) (else (error "Unknown procedure type -- " pr...
[ -0.01190185546875, 0.0067138671875, 0.004302978515625, 0.030029296875, 0.000682830810546875, 0.005767822265625, 0.0174560546875, 0.0018463134765625, -0.00113677978515625, -0.00311279296875, -0.0050048828125, 0.001312255859375, -0.0107421875, 0.0019378662109375, -0.00750732421875, 0.002...
[ 1388, 54936, 2256, 2271, 71, 60494, 58460, 4935, 232578, 32, 50491, 9007, 538, 10750, 7, 771, 7030, 1405, 944, 3956, 37873, 510, 153210, 80126, 5557, 188800, 14256, 69723, 10644, 4210, 2819, 74, 104921, 64552, 101687, 14700, 109637, 206469, ...
[ 0.05950927734375, 0.0860595703125, 0.18017578125, 0.1343994140625, 0.1468505859375, 0.0247955322265625, 0.1402587890625, 0.1007080078125, 0.18310546875, 0.060333251953125, 0.2042236328125, 0.086181640625, 0.1171875, 0.2005615234375, 0.04461669921875, 0.077392578125, 0.07379150390625,...
embed
2946988_c0
2946988
lisp
0
Title: Is there such a thing as an &quot;elisp bundle&quot; for TextMate? Problem title: Is there such a thing as an &quot;elisp bundle&quot; for TextMate? Tags: lisp, elisp, bundle, syntax-highlighting, textmatebundles Problem: Is there such a thing as an "elisp bundle" for TextMate? I started using Code Collector Pro...
Is there such a thing as an &quot;elisp bundle&quot; for TextMate? Is there such a thing as an &quot;elisp bundle&quot; for TextMate? lisp elisp bundle syntax-highlighting textmatebundles TextMate Is there such a thing as an "elisp bundle" for TextMate? I started using Code Collector Pro to organise and save my Emacs c...
[ 0.011962890625, 0.0018463134765625, -0.01361083984375, 0.0084228515625, -0.008544921875, 0.02294921875, 0.0159912109375, -0.005523681640625, -0.00726318359375, 0.00927734375, 0.0027008056640625, 0.0235595703125, -0.03173828125, -0.0086669921875, 0.0023956298828125, 0.0031280517578125, ...
[ 6044, 13580, 28967, 254, 57134, 133, 100, 24129, 118244, 400, 7008, 15296, 6002, 86531, 84396, 177476, 7986, 15829, 28025, 2685, 142, 28864, 138521, 748, 1250, 131168, 30098, 85269, 4439, 18151, 10975, 144570, 1577, 127308, 214, 1957, 5351, 4...
[ 0.0870361328125, 0.1156005859375, 0.12548828125, 0.2127685546875, 0.211181640625, 0.1826171875, 0.052764892578125, 0.1953125, 0.2646484375, 0.1121826171875, 0.21044921875, 0.100830078125, 0.1060791015625, 0.1885986328125, 0.06884765625, 0.1260986328125, 0.1390380859375, 0.232788085...
embed
3927917_c0
3927917
lisp
0
Title: Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? Problem title: Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? Tags: sicp, scheme, lisp Problem: Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? I'm reading the following section of SI...
Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? sicp scheme lisp Question SICP How Question about SICP chpt 4.1 : How does (analyze expr) help speed up eval? I'm reading the following section of SICP http://mitpress.mi...
[ 0.00775146484375, 0.0103759765625, 0.017822265625, 0.0150146484375, -0.00433349609375, 0.00872802734375, -0.0157470703125, -0.00188446044921875, -0.00677490234375, -0.03466796875, -0.0003604888916015625, 0.0113525390625, -0.0250244140625, -0.01312255859375, -0.0003108978271484375, 0.01...
[ 68185, 159, 198993, 3863, 6328, 61391, 11249, 1500, 538, 731, 14700, 42, 4358, 38352, 1257, 28, 1405, 26536, 254, 150370, 400, 7008, 14602, 16454, 4007, 11856, 27744, 22829, 14137, 841, 51372, 133760, 25632, 167201, 1221, 52295, 64600, 23718,...
[ 0.1387939453125, 0.0908203125, 0.206298828125, 0.070068359375, 0.11279296875, 0.2177734375, 0.07806396484375, 0.1279296875, 0.19091796875, 0.174072265625, 0.1732177734375, 0.17529296875, 0.1619873046875, 0.19384765625, 0.1351318359375, 0.115234375, 0.26123046875, 0.08544921875, 0...
embed
40079083_c0
40079083
lisp
0
Title: Why are there separate comparison functions/operators for strings and numbers? Problem title: Why are there separate comparison functions/operators for strings and numbers? Tags: scheme, operators, lisp, generics, polymorphism Problem: Why are there separate comparison functions/operators for strings and numbers...
Why are there separate comparison functions/operators for strings and numbers? Why are there separate comparison functions/operators for strings and numbers? scheme operators lisp generics polymorphism Why Why are there separate comparison functions/operators for strings and numbers? I'm slowly learning Scheme and revi...
[ 0.00482177734375, 0.0052490234375, 0.01348876953125, 0.0145263671875, 0.0028076171875, -0.00092315673828125, 0.00897216796875, -0.0235595703125, 0.007568359375, 0.03759765625, -0.0068359375, -0.039794921875, 0.007537841796875, -0.00872802734375, -0.0218505859375, -0.0076904296875, -0...
[ 44084, 621, 2685, 84797, 225490, 32354, 7, 206469, 100, 79315, 136, 101935, 150370, 39933, 400, 7008, 189534, 35874, 178851, 8780, 64, 191975, 52080, 34702, 282, 15226, 20625, 142508, 57143, 18781, 39379, 23, 4572, 133250, 9014, 17582, 12921, ...
[ 0.1448974609375, 0.022674560546875, 0.07000732421875, 0.2161865234375, 0.278076171875, 0.191162109375, 0.07843017578125, 0.21533203125, 0.062744140625, 0.2213134765625, 0.1182861328125, 0.180908203125, 0.14794921875, 0.23046875, 0.049163818359375, 0.153564453125, 0.1793212890625, 0...
embed
42570398_c0
42570398
lisp
0
Title: Why aren&#x27;t the function values being passed to the lambda function and evaluating? Problem title: Why aren&#x27;t the function values being passed to the lambda function and evaluating? Tags: lisp, lambda Problem: Why aren't the function values being passed to the lambda function and evaluating? So I'm tryi...
Why aren&#x27;t the function values being passed to the lambda function and evaluating? Why aren&#x27;t the function values being passed to the lambda function and evaluating? lisp lambda Why func_body Why aren't the function values being passed to the lambda function and evaluating? So I'm trying to construct an inter...
[ 0.0203857421875, 0.00811767578125, -0.0020599365234375, -0.007476806640625, -0.0037078857421875, 0.01507568359375, 0.028076171875, -0.0015411376953125, 0.00089263916015625, -0.0130615234375, -0.013427734375, -0.018798828125, -0.0203857421875, -0.012939453125, 0.017578125, -0.0027008056...
[ 44084, 125381, 18, 32354, 142424, 115081, 21, 6492, 85, 151575, 47, 400, 7008, 7477, 37873, 214, 31577, 64549, 29481, 56, 38937, 61924, 77336, 10750, 28864, 33342, 16750, 27798, 15490, 108047, 1193, 11675, 64209, 36917, 37842, 7464, 959, 7103...
[ 0.0819091796875, 0.047332763671875, 0.110107421875, 0.20068359375, 0.1812744140625, 0.094482421875, 0.045806884765625, 0.16748046875, 0.1055908203125, 0.18212890625, 0.005859375, 0.07513427734375, 0.1671142578125, 0.10009765625, 0.205078125, 0.03363037109375, 0.008758544921875, 0.0...
embed
49178457_c0
49178457
lisp
0
Title: Emacs won&#x27;t start slime: MAKE-AUTO-FLUSH-THREAD is undefined Problem title: Emacs won&#x27;t start slime: MAKE-AUTO-FLUSH-THREAD is undefined Tags: lisp, common-lisp, slime Problem: Emacs won't start slime: MAKE-AUTO-FLUSH-THREAD is undefined After loading emacs25 -nw (or just emacs , doesn't matter) and te...
Emacs won&#x27;t start slime: MAKE-AUTO-FLUSH-THREAD is undefined Emacs won&#x27;t start slime: MAKE-AUTO-FLUSH-THREAD is undefined lisp common-lisp slime Emacs MAKE-AUTO-FLUSH-THREAD emacs25 SWANK BACKEND::MAKE-AUTO-FLUSH-THREAD Condition UNDEFINED-FUNCTION Restarts CONTINUE Retry USE-VALUE Call RETURN-VALUE RETURN-NO...
[ 0.00970458984375, 0.02099609375, -0.0135498046875, -0.021484375, -0.03466796875, 0.0220947265625, 0.0174560546875, 0.0089111328125, -0.00408935546875, -0.01953125, -0.00133514404296875, 0.00341796875, -0.004547119140625, 0.007232666015625, 0.0113525390625, -0.02294921875, 0.015625, ...
[ 85269, 4439, 23742, 3768, 18, 4034, 34264, 13, 43711, 117772, 670, 102340, 841, 41519, 9232, 5983, 400, 7008, 39210, 4086, 254, 352, 2263, 2588, 53912, 605, 8678, 20572, 39015, 119960, 46347, 211210, 129525, 175560, 49756, 67987, 54390, 15123...
[ 0.17529296875, 0.188232421875, 0.07275390625, 0.058807373046875, 0.0294952392578125, 0.1534423828125, 0.19140625, 0.171142578125, 0.0635986328125, 0.1483154296875, 0.045562744140625, 0.1387939453125, 0.059173583984375, 0.1119384765625, 0.06494140625, 0.158447265625, 0.05810546875, ...
embed
44372415_c0
44372415
lisp
0
Title: How to read file and save data On LISP programming language Problem title: How to read file and save data On LISP programming language Tags: common-lisp, file-read, lisp Problem: How to read file and save data On LISP programming language I have a question about LISP Programming language What I have to do is rea...
How to read file and save data On LISP programming language How to read file and save data On LISP programming language common-lisp file-read lisp How LISP sample.txt name2 name3 How to read file and save data On LISP programming language I have a question about LISP Programming language What I have to do is read a fil...
[ 0.0106201171875, 0.001007080078125, -0.001220703125, 0.0126953125, -0.00136566162109375, -0.0048828125, 0.0177001953125, 0.01263427734375, 0.00173187255859375, -0.015869140625, -0.00153350830078125, -0.00191497802734375, -0.0135498046875, -0.0306396484375, 0.004730224609375, -0.0024719...
[ 11249, 47, 12301, 11435, 136, 30098, 2053, 2161, 16970, 9434, 56037, 46876, 39210, 4086, 254, 39116, 400, 7008, 121413, 124326, 9351, 304, 363, 9655, 27958, 23, 14037, 32354, 1884, 903, 71924, 28412, 309, 99091, 77336, 44084, 18499, 73659, ...
[ 0.090087890625, 0.038238525390625, 0.239501953125, 0.212890625, 0.1334228515625, 0.2149658203125, 0.1827392578125, 0.1103515625, 0.1630859375, 0.2388916015625, 0.0926513671875, 0.1434326171875, 0.097412109375, 0.120849609375, 0.177001953125, 0.197021484375, 0.1361083984375, 0.19665...
embed
15250514_c0
15250514
lisp
0
Title: What is the difference between defining a function inline or not? Problem title: What is the difference between defining a function inline or not? Tags: scheme, lisp, binding Problem: What is the difference between defining a function inline or not? I'm working through the book Structure and implementation of co...
What is the difference between defining a function inline or not? What is the difference between defining a function inline or not? scheme lisp binding What What is the difference between defining a function inline or not? I'm working through the book Structure and implementation of computer programs and in one of the ...
[ 0.0128173828125, -0.00799560546875, -0.00439453125, 0.00439453125, 0.006683349609375, 0.0057373046875, 0.015380859375, -0.001556396484375, -0.00396728515625, -0.01458740234375, 0.000431060791015625, -0.010498046875, -0.0159912109375, -0.01202392578125, 0.0162353515625, 0.016845703125, ...
[ 4865, 70, 60212, 17721, 13204, 449, 32354, 23, 2256, 707, 959, 150370, 400, 7008, 128239, 12877, 63667, 103391, 18151, 74481, 31461, 15403, 14012, 61924, 17932, 51515, 15824, 16840, 81522, 96276, 11675, 11389, 4000, 26582, 3525, 75935, 1528, ...
[ 0.0028076171875, 0.0284423828125, 0.2181396484375, 0.1114501953125, 0.2646484375, 0.0853271484375, 0.25390625, 0.158203125, 0.2861328125, 0.0301666259765625, 0.1529541015625, 0.154296875, 0.08062744140625, 0.1776123046875, 0.1927490234375, 0.03570556640625, 0.00732421875, 0.0359191...
embed
12800789_c0
12800789
lisp
0
Title: Count of atoms on the each level, Scheme Problem title: Count of atoms on the each level, Scheme Tags: scheme, lisp Problem: Count of atoms on the each level, Scheme Please, help me with one simple exercise on the Scheme. Write function, that return count of atoms on the each level in the list. For example: (a (...
Count of atoms on the each level, Scheme Count of atoms on the each level, Scheme scheme lisp Count Scheme Count of atoms on the each level, Scheme Please, help me with one simple exercise on the Scheme. My Solution: It's work fine, but give not correctly answer for this list: is: But we assume that 'f' and 'k' on the ...
[ 0.00274658203125, 0.0181884765625, -0.01190185546875, 0.01275634765625, 0.005950927734375, 0.007232666015625, -0.0179443359375, -0.009521484375, 0.00408935546875, -0.0233154296875, 0.007080078125, -0.006500244140625, 0.0269775390625, 0.00762939453125, 0.0157470703125, 0.006011962890625...
[ 108210, 111, 34627, 7, 98, 12638, 17366, 34702, 282, 150370, 400, 7008, 4358, 1632, 8781, 81979, 187895, 4488, 5885, 8337, 959, 26785, 35166, 5303, 83, 4966, 41591, 420, 136, 92, 8110, 27211, 18151, 7108, 29806 ]
[ 0.165771484375, 0.044647216796875, 0.212158203125, 0.067138671875, 0.07061767578125, 0.1036376953125, 0.2366943359375, 0.1846923828125, 0.1220703125, 0.15771484375, 0.04302978515625, 0.1431884765625, 0.0411376953125, 0.0712890625, 0.0552978515625, 0.1162109375, 0.062744140625, 0.04...
embed
68355120_c0
68355120
lisp
0
Title: scheme wrong-type-argument in attempted solution to Euler Project problem 7 Problem title: scheme wrong-type-argument in attempted solution to Euler Project problem 7 Tags: primes, scheme, lisp Problem: scheme wrong-type-argument in attempted solution to Euler Project problem 7 I've been trying to solve the seve...
scheme wrong-type-argument in attempted solution to Euler Project problem 7 scheme wrong-type-argument in attempted solution to Euler Project problem 7 primes scheme lisp Euler Project Wrong scheme wrong-type-argument in attempted solution to Euler Project problem 7 I've been trying to solve the seventh Euler Project p...
[ -0.021484375, 0.043701171875, -0.006866455078125, 0.01171875, -0.003326416015625, 0.00909423828125, -0.0179443359375, -0.0177001953125, -0.01153564453125, -0.0267333984375, 0.007080078125, -0.02734375, -0.0244140625, 0.0028839111328125, -0.00799560546875, -0.00726318359375, -0.009521...
[ 150370, 44691, 50986, 155937, 23, 81887, 297, 29806, 5177, 603, 27331, 2967, 361, 9, 20809, 400, 7008, 35133, 31577, 86869, 59671, 927, 1528, 33342, 1884, 903, 140992, 87, 39, 4552, 55681, 68034, 15190, 114654, 50491, 43240, 26785, 3229, 70...
[ 0.26611328125, 0.1982421875, 0.20703125, 0.256103515625, 0.01031494140625, 0.1431884765625, 0.0249481201171875, 0.133056640625, 0.125, 0.1572265625, 0.151611328125, 0.1490478515625, 0.1500244140625, 0.001556396484375, 0.1944580078125, 0.022369384765625, 0.1126708984375, 0.150024414...
embed
69469918_c0
69469918
lisp
0
Title: Bad magic value in font header: #x0A3B3B3B (expected #x00010000 or #x74727565 or #x74746366) in clisp Problem title: Bad magic value in font header: #x0A3B3B3B (expected #x00010000 or #x74727565 or #x74746366) in clisp Tags: common-lisp, fonts, clisp, vector, lisp Problem: Bad magic value in font header: #x0A3B3...
Bad magic value in font header: #x0A3B3B3B (expected #x00010000 or #x74727565 or #x74746366) in clisp Bad magic value in font header: #x0A3B3B3B (expected #x00010000 or #x74727565 or #x74746366) in clisp common-lisp fonts clisp vector lisp Bad x0A3B3B3B x00010000 x74727565 x74746366 times.ttf x3BB Bad magic value in fo...
[ -0.00136566162109375, 0.006439208984375, -0.0115966796875, 0.01019287109375, -0.000644683837890625, -0.01275634765625, 0.017578125, 0.0086669921875, 0.01202392578125, -0.01080322265625, 0.006866455078125, -0.0003795623779296875, -0.0047607421875, -0.0028228759765625, 0.005615234375, -0...
[ 12745, 49846, 34292, 12401, 10336, 56, 363, 571, 83613, 9508, 191281, 425, 139091, 3768, 162689, 174333, 84308, 95701, 7008, 468, 2389, 39210, 4086, 254, 173, 18770, 400, 110144, 20028, 3062, 420, 22312, 3525, 31577, 33022, 22834, 188, 32354,...
[ 0.1834716796875, 0.2176513671875, 0.231201171875, 0.2259521484375, 0.186767578125, 0.1290283203125, 0.07177734375, 0.1126708984375, 0.1427001953125, 0.1126708984375, 0.1920166015625, 0.023284912109375, 0.1529541015625, 0.08935546875, 0.2037353515625, 0.128173828125, 0.1614990234375, ...
embed
74849565_c1
74849565
lisp
1
cause of both the problem I found and the minimal example above is the same though): Control stack guard page temporarily disabled: proceed with caution While I get the warning if I define things interactively, in practice I moved a bunch of code into a quickproject:make-project 'd and ql:quickload -ed it, which I thi...
cause of both the problem I found and the minimal example above is the same though): Control stack guard page temporarily disabled: proceed with caution While I get the warning if I define things interactively, in practice I moved a bunch of code into a quickproject:make-project 'd and ql:quickload -ed it, which I thi...
[ 0.0093994140625, 0.002716064453125, 0.024658203125, 0.010009765625, -0.0159912109375, 0.004302978515625, -0.0208740234375, 0.014404296875, -0.003814697265625, 0.000965118408203125, 0.0012664794921875, -0.01214599609375, 0.016845703125, -0.0106201171875, -0.0021209716796875, 0.006652832...
[ 22304, 15044, 2967, 20187, 27781, 27131, 177261, 56050, 9191, 142458, 238335, 172337, 30843, 1631, 592, 61924, 212398, 41361, 109133, 147306, 18151, 63773, 95322, 55898, 71, 99247, 3181, 2594, 63033, 156568, 11343, 72367, 46622, 34739, 221, 4989,...
[ 0.069580078125, 0.08251953125, 0.1114501953125, 0.0556640625, 0.0267181396484375, 0.176025390625, 0.146484375, 0.20751953125, 0.1142578125, 0.1143798828125, 0.12939453125, 0.07159423828125, 0.0679931640625, 0.1552734375, 0.0628662109375, 0.2210693359375, 0.1539306640625, 0.07470703...
embed