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
77391857_c1
77391857
lisp
1
NOP ; 4D: 0F1F00 NOP ; 50: L1: 48895DF8 MOV [RBP-8], RBX ; 54: 4C8975F0 MOV [RBP-16], R14 ; 58: 4C895DE8 MOV [RBP-24], R11 ; 5C: 488BFB MOV RDI, RBX ; 5F: 48F7DF NEG RDI ; 62: 498B3CBE MOV RDI, [R14+RDI*4] ; 66: 488BD6 MOV RDX, RSI ; 69: E8C24FF8FF CALL #x52A00B30 ; GENERIC-+ ; 6E: 488BF2 MOV RSI, RDX ; 71: 4C8B5DE8 M...
NOP ; 4D: 0F1F00 NOP ; 50: L1: 48895DF8 MOV [RBP-8], RBX ; 54: 4C8975F0 MOV [RBP-16], R14 ; 58: 4C895DE8 MOV [RBP-24], R11 ; 5C: 488BFB MOV RDI, RBX ; 5F: 48F7DF NEG RDI ; 62: 498B3CBE MOV RDI, [R14+RDI*4] ; 66: 488BD6 MOV RDX, RSI ; 69: E8C24FF8FF CALL #x52A00B30 ; GENERIC-+ ; 6E: 488BF2 MOV RSI, RDX ; 71: 4C8B5DE8 M...
[ -0.005462646484375, 0.004730224609375, -0.017578125, 0.01904296875, 0.0016937255859375, 0.034912109375, 0.01611328125, 0.01904296875, 0.01904296875, -0.0223388671875, 0.00188446044921875, -0.004791259765625, -0.00179290771484375, -0.01470947265625, 0.02587890625, 0.00592041015625, -0...
[ 9520, 683, 2819, 201, 397, 12, 757, 919, 7049, 836, 339, 82825, 4572, 198467, 38997, 1019, 276, 31719, 45176, 17376, 1542, 8983, 18949, 6873, 13528, 627, 2592, 9318, 8399, 33503, 1662, 190, 441, 161414, 82350, 176847, 9960, 10031, 165611, ...
[ 0.188232421875, 0.1558837890625, 0.002197265625, 0.12890625, 0.081787109375, 0.019805908203125, 0.0611572265625, 0.0294189453125, 0.1004638671875, 0.169677734375, 0.08917236328125, 0.052490234375, 0.15380859375, 0.1795654296875, 0.069580078125, 0.08837890625, 0.0660400390625, 0.185...
embed
20157247_c0
20157247
lisp
0
Title: Mutual Recursion in Common Lisp Problem title: Mutual Recursion in Common Lisp Tags: common-lisp, lisp, mutual-recursion, sml Problem: Mutual Recursion in Common Lisp This is the Common Lisp code: (defun take (L) (if (null L) nil (cons (car L) (skip (cdr L))))) (defun skip (L) (if (null L) nil (cons (car L) (tak...
Mutual Recursion in Common Lisp Mutual Recursion in Common Lisp common-lisp lisp mutual-recursion sml Mutual Recursion Common Lisp Mutual Recursion in Common Lisp This is the Common Lisp code: The idea here is that, "take" will give all the odd sequence elements in the input list and "skip" will give all the even seque...
[ 0.00091552734375, 0.0269775390625, 0.0157470703125, -0.007171630859375, -0.01165771484375, 0.02099609375, -0.01513671875, 0.006622314453125, 0.019775390625, -0.0301513671875, 0.00885009765625, 0.0042724609375, 0.004730224609375, 0.0184326171875, 0.0155029296875, 0.017578125, 0.001747...
[ 174948, 289, 165428, 42, 6889, 151301, 1261, 7008, 23, 39210, 4086, 254, 400, 199849, 107, 48650, 1830, 91, 7237, 18151, 6528, 3688, 78219, 1221, 8337, 756, 70270, 40, 944, 80854, 107730, 5303, 136, 44024, 3853, 33306, 15044, 50218, 64194, ...
[ 0.1546630859375, 0.07611083984375, 0.1357421875, 0.131103515625, 0.109130859375, 0.1824951171875, 0.1444091796875, 0.212158203125, 0.0267791748046875, 0.1302490234375, 0.1019287109375, 0.1273193359375, 0.094970703125, 0.1883544921875, 0.0182037353515625, 0.1748046875, 0.0134887695312...
embed
35424772_c0
35424772
lisp
0
Title: Sort list based on character matching in Lisp Problem title: Sort list based on character matching in Lisp Tags: common-lisp, lisp Problem: Sort list based on character matching in Lisp Calculates and returns a list of candidate based on their common characters in spelling. For Example, If list was : (TEAM TEEN ...
Sort list based on character matching in Lisp Sort list based on character matching in Lisp common-lisp lisp Sort Lisp correctSX_SIM Sort list based on character matching in Lisp Calculates and returns a list of candidate based on their common characters in spelling. For Example, If list was : (TEAM TEEN THAN THEM THEN...
[ 0.00244140625, 0.00064849853515625, -0.0079345703125, -0.0072021484375, -0.01092529296875, -0.0198974609375, 0.0135498046875, 0.005615234375, 0.01153564453125, -0.0032958984375, 0.0238037109375, 0.0240478515625, 0.01019287109375, 0.0050048828125, -0.0159912109375, -0.00384521484375, ...
[ 53666, 5303, 35509, 62816, 14858, 214, 1261, 7008, 23, 39210, 4086, 254, 400, 26785, 120844, 73434, 212467, 63614, 30646, 25469, 13, 124850, 10010, 2069, 89536, 202540, 182066, 173640, 594, 23373, 110500, 9926, 108049, 22691, 10750, 32354, 4450...
[ 0.239990234375, 0.2342529296875, 0.102294921875, 0.1990966796875, 0.2183837890625, 0.0972900390625, 0.1806640625, 0.2437744140625, 0.03436279296875, 0.1435546875, 0.1165771484375, 0.17041015625, 0.12060546875, 0.092041015625, 0.132080078125, 0.1827392578125, 0.1513671875, 0.0105590...
embed
45796732_c0
45796732
lisp
0
Title: Common Lisp: avoid evaluation of a symbol in a function Problem title: Common Lisp: avoid evaluation of a symbol in a function Tags: common-lisp, lisp Problem: Common Lisp: avoid evaluation of a symbol in a function I have a trivial problem in Common Lisp. I need to write a function that takes a symbol as a para...
Common Lisp: avoid evaluation of a symbol in a function Common Lisp: avoid evaluation of a symbol in a function common-lisp lisp Common Lisp REPL Common Lisp: avoid evaluation of a symbol in a function I have a trivial problem in Common Lisp. I need to write a function that takes a symbol as a parameter (i.e. a name of...
[ -0.01153564453125, 0.00138092041015625, 0.00958251953125, -0.009033203125, -0.0286865234375, 0.00592041015625, -0.003814697265625, -0.00457763671875, -0.0093994140625, -0.0235595703125, 0.0045166015625, -0.011962890625, 0.005767822265625, 0.0167236328125, -0.004180908203125, 0.01916503...
[ 151301, 1261, 7008, 71864, 219836, 111, 26582, 23, 32354, 39210, 4086, 254, 400, 9069, 21130, 686, 2967, 3871, 33022, 51776, 10, 171859, 9351, 77336, 54, 8966, 28412, 15490, 151575, 442, 109216, 18, 4488, 61924, 285, 892, 1505, 138, 678, ...
[ 0.191650390625, 0.1732177734375, 0.205810546875, 0.2047119140625, 0.2110595703125, 0.010711669921875, 0.256591796875, 0.025421142578125, 0.209716796875, 0.10357666015625, 0.083740234375, 0.0833740234375, 0.08319091796875, 0.123046875, 0.2413330078125, 0.00323486328125, 0.113159179687...
embed
14531685_c0
14531685
lisp
0
Title: Summing vectors with common lisp 'loop' macro Problem title: Summing vectors with common lisp 'loop' macro Tags: common-lisp, loops, lisp Problem: Summing vectors with common lisp 'loop' macro I need to implement something like this: (loop for i from 1 to N sum (f i)) except that accumulated ...
Summing vectors with common lisp 'loop' macro Summing vectors with common lisp 'loop' macro common-lisp loops lisp 1 Summing Summing vectors with common lisp 'loop' macro I need to implement something like this: except that accumulated values are represent lists of numbers like (1 2 3) and they are ...
[ -0.00150299072265625, 0.004638671875, -0.006744384765625, 0.0264892578125, -0.0096435546875, 0.0022125244140625, 0.00115966796875, 0.00848388671875, 0.0142822265625, -0.0517578125, 0.002227783203125, 0.00433349609375, -0.0059814453125, -0.0054931640625, 0.003814697265625, -0.0198974609...
[ 1832, 58838, 22834, 22230, 678, 39210, 400, 7008, 3768, 28354, 111789, 4086, 254, 40956, 106, 3871, 29479, 1884, 903, 40494, 183278, 3674, 142424, 33636, 5303, 101935, 116, 8439, 49814, 12830, 90825, 61475, 20650, 29334, 1363, 4383, 515, 541,...
[ 0.2076416015625, 0.1766357421875, 0.1934814453125, 0.140625, 0.0682373046875, 0.1488037109375, 0.1214599609375, 0.1492919921875, 0.033538818359375, 0.25439453125, 0.2276611328125, 0.0694580078125, 0.0933837890625, 0.225341796875, 0.0233154296875, 0.10052490234375, 0.1739501953125, ...
embed
17429729_c0
17429729
lisp
0
Title: How can I avoid the nil printed in the end? Problem title: How can I avoid the nil printed in the end? Tags: format, lisp, arrays, null, read-eval-print-loop Problem: How can I avoid the nil printed in the end? I have coded this function that prints-out the state of the board, but in the end, due to the fact tha...
How can I avoid the nil printed in the end? How can I avoid the nil printed in the end? format lisp arrays null read-eval-print-loop How number2 NIL How can I avoid the nil printed in the end? I have coded this function that prints-out the state of the board, but in the end, due to the fact that there isnt no return th...
[ -0.01397705078125, -0.002716064453125, 0.023193359375, -0.00225830078125, -0.00628662109375, 0.0130615234375, 0.0189208984375, 0.00537109375, -0.0142822265625, 0.01287841796875, -0.0022735595703125, 0.00531005859375, -0.007171630859375, -0.0196533203125, -0.00994873046875, -0.001358032...
[ 11249, 831, 71864, 17324, 28412, 297, 3564, 23, 9384, 400, 7008, 10298, 4778, 56574, 12301, 13, 1405, 35662, 28354, 14012, 304, 541, 16444, 70, 18151, 32354, 6056, 11341, 45443, 110, 30646, 142, 28670, 83, 382, 425, 1019, 53, 38, 11782, ...
[ 0.0736083984375, 0.0621337890625, 0.219970703125, 0.2265625, 0.1829833984375, 0.0556640625, 0.1500244140625, 0.04302978515625, 0.1290283203125, 0.0765380859375, 0.1607666015625, 0.1165771484375, 0.099853515625, 0.19580078125, 0.14013671875, 0.024627685546875, 0.196044921875, 0.1489...
embed
4028860_c0
4028860
lisp
0
Title: How viable is emacs LISP aside from editing emacs? Problem title: How viable is emacs LISP aside from editing emacs? Tags: emacs, elisp, lisp Problem: How viable is emacs LISP aside from editing emacs? I'm in my second year of my CS major, and I've only had courses in C (first course and then a polymorphic data ...
How viable is emacs LISP aside from editing emacs? How viable is emacs LISP aside from editing emacs? emacs elisp lisp editing How LISP How viable is emacs LISP aside from editing emacs? I'm in my second year of my CS major, and I've only had courses in C (first course and then a polymorphic data structures course), C+...
[ 0.00537109375, 0.01409912109375, -0.0184326171875, -0.01220703125, 0.01177978515625, 0.013427734375, -0.012939453125, 0.01019287109375, 0.0126953125, -0.033447265625, 0.006622314453125, 0.00177764892578125, -0.0177001953125, 0.00201416015625, -0.00653076171875, -0.0023956298828125, -...
[ 11249, 279, 2886, 83, 352, 2263, 7, 16970, 9434, 8752, 27211, 214, 32, 1295, 15296, 7008, 400, 759, 17932, 6602, 25841, 13036, 4734, 132073, 313, 15411, 35874, 178851, 2053, 45646, 37223, 20880, 32153, 13763, 9059, 89845, 9969, 79786, 17686...
[ 0.0836181640625, 0.1751708984375, 0.1973876953125, 0.045989990234375, 0.1123046875, 0.1927490234375, 0.1129150390625, 0.1639404296875, 0.248291015625, 0.145263671875, 0.1707763671875, 0.047760009765625, 0.01226806640625, 0.0355224609375, 0.09954833984375, 0.201904296875, 0.15234375, ...
embed
4606304_c0
4606304
lisp
0
Title: sorting lists according to some elements Problem title: sorting lists according to some elements Tags: lisp, list, common-lisp, sorting Problem: sorting lists according to some elements I am a newbie in Lisp and I want to learn Lisp programming. I want to sort some lists read from a text file, like in the follow...
sorting lists according to some elements sorting lists according to some elements lisp list common-lisp sorting sorting lists according to some elements I am a newbie in Lisp and I want to learn Lisp programming. I want to sort some lists read from a text file, like in the following form: What is the best way to sort t...
[ 0.00106048583984375, 0.0084228515625, -0.000942230224609375, -0.0020294189453125, -0.0244140625, 0.01275634765625, 0.0201416015625, -0.0086669921875, -0.0001163482666015625, -0.00494384765625, -0.01373291015625, 0.0247802734375, -0.00787353515625, -0.020751953125, -0.0012664794921875, ...
[ 12096, 214, 5303, 7, 59499, 47, 3060, 80854, 400, 7008, 39210, 4086, 254, 9014, 1261, 30698, 56037, 449, 3444, 12301, 1295, 7986, 11435, 3173, 2965, 3917, 5117, 892, 1505, 12830, 17932, 50960, 6528, 756, 8560, 116419, 69101, 142424, 25632, ...
[ 0.2467041015625, 0.0777587890625, 0.22998046875, 0.0762939453125, 0.1527099609375, 0.047882080078125, 0.06512451171875, 0.2049560546875, 0.1160888671875, 0.204833984375, 0.101318359375, 0.1119384765625, 0.1573486328125, 0.0704345703125, 0.1197509765625, 0.033721923828125, 0.082763671...
embed
9320863_c0
9320863
lisp
0
Title: Is there a way of finding out which file a form came from? Problem title: Is there a way of finding out which file a form came from? Tags: common-lisp, lisp Problem: Is there a way of finding out which file a form came from? Lets say that I have the following in a file called example.lisp . (in-package :example)...
Is there a way of finding out which file a form came from? Is there a way of finding out which file a form came from? common-lisp lisp example.lisp Is there a way of finding out which file a form came from? Lets say that I have the following in a file called example.lisp . Is there a function that will do something lik...
[ 0.03271484375, 0.015869140625, -0.0155029296875, 0.008544921875, -0.035400390625, -0.00341796875, 0.0174560546875, 0.00799560546875, -0.011962890625, -0.06689453125, 0.005584716796875, -0.0059814453125, -0.01434326171875, -0.0004787445068359375, 0.01171875, 0.00177001953125, 0.001144...
[ 2685, 10, 3917, 90791, 1810, 3129, 11435, 3173, 21449, 1295, 39210, 4086, 254, 400, 7008, 27781, 111, 25632, 32354, 183037, 16487, 100, 111789, 42135, 66820, 75101, 27774, 1528, 3714, 7440, 3789, 4785, 12663, 209806, 139392, 102158, 23009, 59...
[ 0.00506591796875, 0.00830078125, 0.1072998046875, 0.1380615234375, 0.1337890625, 0.111572265625, 0.2205810546875, 0.253173828125, 0.14794921875, 0.1759033203125, 0.0771484375, 0.1036376953125, 0.198974609375, 0.0714111328125, 0.16943359375, 0.23681640625, 0.00567626953125, 0.040069...
embed
15258055_c0
15258055
lisp
0
Title: in org-mode, how to fold/hide footnotes? Problem title: in org-mode, how to fold/hide footnotes? Tags: org-mode, lisp, footnotes, emacs, elisp Problem: in org-mode, how to fold/hide footnotes? In Emacs org-mode, is there a way to get inline footnote definitions to appear as collapsed? So that for instance, a lin...
in org-mode, how to fold/hide footnotes? in org-mode, how to fold/hide footnotes? org-mode lisp footnotes emacs elisp Newman Mark Albert- Duncan Watts Structure Dynamics Networks Princeton University Press in org-mode, how to fold/hide footnotes? In Emacs org-mode, is there a way to get inline footnote definitions to a...
[ 0.0038299560546875, -0.0262451171875, -0.0045166015625, -0.0101318359375, 0.0027618408203125, 0.013916015625, -0.004638671875, -0.002105712890625, -0.00970458984375, -0.000255584716796875, -0.01025390625, 0.0008087158203125, -0.0184326171875, 0.017822265625, -0.01806640625, -0.03112792...
[ 23, 30910, 61170, 3642, 42822, 64, 979, 112, 57616, 157, 1636, 400, 7008, 352, 2263, 669, 7880, 24748, 4398, 130402, 193592, 28997, 54041, 12535, 21072, 9, 360, 85269, 4439, 3917, 2256, 48345, 80934, 108975, 237, 3365, 127966, 71, 13315, ...
[ 0.036376953125, 0.2271728515625, 0.154052734375, 0.049957275390625, 0.21044921875, 0.07269287109375, 0.1754150390625, 0.16845703125, 0.1812744140625, 0.1959228515625, 0.119140625, 0.008087158203125, 0.1031494140625, 0.020233154296875, 0.03778076171875, 0.03253173828125, 0.00256347656...
embed
67084722_c0
67084722
lisp
0
Title: Check to see if an item in Racket is in a list without using member Problem title: Check to see if an item in Racket is in a list without using member Tags: lisp, racket, scheme Problem: Check to see if an item in Racket is in a list without using member I'm trying to see if a certain element is in a list, for e...
Check to see if an item in Racket is in a list without using member Check to see if an item in Racket is in a list without using member lisp racket scheme member Check Racket Check to see if an item in Racket is in a list without using member I'm trying to see if a certain element is in a list, for example (in-list? '+...
[ -0.0296630859375, 0.0269775390625, -0.007080078125, 0.01483154296875, -0.0030975341796875, 0.013427734375, -0.0096435546875, -0.0089111328125, -0.0169677734375, -0.017578125, 0.03076171875, -0.03125, -0.0000762939453125, 0.015625, 0.00787353515625, 0.016845703125, 0.010986328125, -...
[ 38679, 1957, 2174, 35735, 23, 2552, 27853, 83, 5303, 15490, 17368, 32786, 400, 7008, 673, 150370, 31577, 12830, 73, 6562, 1328, 997, 248, 661, 30646, 18, 420, 18151, 12765, 9, 29568, 27781, 18499, 55681, 15400, 123087, 28219 ]
[ 0.17236328125, 0.0963134765625, 0.07061767578125, 0.1529541015625, 0.1337890625, 0.1273193359375, 0.2393798828125, 0.06878662109375, 0.1802978515625, 0.1158447265625, 0.0992431640625, 0.1990966796875, 0.03228759765625, 0.099365234375, 0.090087890625, 0.114013671875, 0.007843017578125...
embed
2162601_c0
2162601
lisp
0
Title: Lisp chaining functions macro Problem title: Lisp chaining functions macro Tags: piping, macros, chaining, common-lisp, lisp Problem: Lisp chaining functions macro Is there a ready made lisp macro that allows chaining (piping) of functions? I couldn't find one. I'll try to explain what I mean with this example. ...
Lisp chaining functions macro Lisp chaining functions macro piping macros chaining common-lisp lisp Lisp var1 var2 var3 Lisp chaining functions macro Is there a ready made lisp macro that allows chaining (piping) of functions? I couldn't find one. I'll try to explain what I mean with this example. Instead of using let*...
[ -0.007415771484375, 0.01220703125, -0.0101318359375, 0.004852294921875, -0.01708984375, 0.0098876953125, -0.006500244140625, 0.0093994140625, 0.00787353515625, -0.03369140625, -0.0107421875, -0.00848388671875, 0.0179443359375, 0.00732421875, 0.0040283203125, -0.0247802734375, -0.0148...
[ 1261, 7008, 1608, 14653, 32354, 111789, 2147, 10366, 39210, 4086, 254, 400, 285, 363, 43542, 7228, 114864, 1434, 111, 7, 73342, 29459, 27781, 175399, 17368, 2633, 1639, 71358, 33740, 81814, 77336, 2806, 1884, 59121, 903, 7440, 171259, 101, ...
[ 0.1708984375, 0.20654296875, 0.194580078125, 0.1790771484375, 0.218505859375, 0.231689453125, 0.123779296875, 0.173583984375, 0.035614013671875, 0.1151123046875, 0.13037109375, 0.1627197265625, 0.1077880859375, 0.01806640625, 0.1114501953125, 0.1221923828125, 0.12841796875, 0.16552...
embed
44528168_c0
44528168
lisp
0
Title: Regarding the quote (') in Scheme Problem title: Regarding the quote (') in Scheme Tags: chicken-scheme, lisp, scheme Problem: Regarding the quote (') in Scheme My understanding is that the single quote ' in Scheme is used to tell Scheme that what follows is a symbol and not a variable. Hence, it shoul...
Regarding the quote (') in Scheme Regarding the quote (') in Scheme chicken-scheme lisp scheme Regarding Scheme CHICKEN Team Felix Winkelmann Version linux-unix-gnu-x86-64 buildvm-13.phx2.fedoraproject.org Regarding the quote (') in Scheme My understanding is that the single quote ' in Scheme is used to tell ...
[ 0.00823974609375, 0.022216796875, 0.0167236328125, -0.0034027099609375, -0.0205078125, -0.00469970703125, -0.005645751953125, -0.028076171875, 0.004974365234375, -0.01904296875, -0.0245361328125, -0.01324462890625, -0.020263671875, -0.014404296875, -0.018310546875, 0.021484375, -0.01...
[ 180358, 66747, 3768, 23, 34702, 282, 143896, 7560, 400, 7008, 150370, 62455, 441, 47884, 11399, 123765, 17686, 2590, 5761, 40647, 11508, 6077, 309, 4084, 104155, 15276, 13307, 45367, 22820, 2242, 11606, 95322, 25, 100094, 11001, 242, 11814, 1...
[ 0.049774169921875, 0.27099609375, 0.0828857421875, 0.0965576171875, 0.2169189453125, 0.2034912109375, 0.23681640625, 0.19384765625, 0.06939697265625, 0.1678466796875, 0.21240234375, 0.1220703125, 0.09967041015625, 0.1820068359375, 0.13720703125, 0.123291015625, 0.021392822265625, 0...
embed
61435649_c0
61435649
lisp
0
Title: Common Lisp HyperSpec: unbound symbol handling in conforming implementations Problem title: Common Lisp HyperSpec: unbound symbol handling in conforming implementations Tags: lisp, hyperspec, common-lisp Problem: Common Lisp HyperSpec: unbound symbol handling in conforming implementations This is a pretty techni...
Common Lisp HyperSpec: unbound symbol handling in conforming implementations Common Lisp HyperSpec: unbound symbol handling in conforming implementations lisp hyperspec common-lisp Common Lisp HyperSpec Common Lisp HyperSpec: unbound symbol handling in conforming implementations This is a pretty technical question abou...
[ 0.0216064453125, 0.0022735595703125, 0.01263427734375, 0.0145263671875, -0.032470703125, 0.003936767578125, 0.01300048828125, 0.0020294189453125, -0.01025390625, 0.006317138671875, 0.00811767578125, -0.0013885498046875, 0.007415771484375, 0.0084228515625, -0.0022125244140625, 0.0167236...
[ 151301, 1261, 7008, 92179, 294, 47107, 51, 99091, 26582, 45064, 19911, 214, 208124, 400, 59058, 16711, 39210, 4086, 254, 121392, 9655, 14368, 9902, 48502, 140978, 172508, 47, 1098, 12301, 237, 959, 19882, 43581, 98169, 1940, 2822, 3525, 45151...
[ 0.1282958984375, 0.1697998046875, 0.1920166015625, 0.1300048828125, 0.0144500732421875, 0.18017578125, 0.113525390625, 0.23193359375, 0.2333984375, 0.1326904296875, 0.2578125, 0.0782470703125, 0.1748046875, 0.10308837890625, 0.1202392578125, 0.142333984375, 0.07623291015625, 0.0532...
embed
41204487_c1
41204487
lisp
1
the strings to be used (cn-p and wn-p) are in the middle of the body, and I had to split the body into 2 parts: part-bdy and &body bdy. But the problem is part-bdy , which is first part of LET block (before createwindowex ), has many parentheses, whose counter parts are only in the send part (&body bdy) . Which means ...
the strings to be used (cn-p and wn-p) are in the middle of the body, and I had to split the body into 2 parts: part-bdy and &body bdy. But the problem is part-bdy , which is first part of LET block (before createwindowex ), has many parentheses, whose counter parts are only in the send part (&body bdy) . Which means ...
[ 0.019775390625, 0.020751953125, -0.0216064453125, 0.015869140625, -0.0159912109375, 0.025390625, 0.030029296875, 0.005859375, 0.0145263671875, -0.019775390625, 0.001739501953125, -0.004425048828125, 0.0194091796875, 0.0016937255859375, 0.009521484375, -0.0167236328125, 0.000307083129...
[ 79315, 7, 11814, 27765, 9, 254, 148, 23, 86991, 14361, 65450, 3934, 116, 63920, 2831, 275, 1459, 619, 37873, 876, 2967, 5117, 27089, 46389, 89700, 28282, 50777, 2600, 425, 1556, 5941, 49129, 35412, 105416, 25379, 1230, 90, 959, 9803, 2230...
[ 0.2464599609375, 0.06195068359375, 0.08837890625, 0.030242919921875, 0.052703857421875, 0.06719970703125, 0.0167694091796875, 0.003753662109375, 0.1273193359375, 0.1951904296875, 0.1495361328125, 0.040313720703125, 0.041015625, 0.1298828125, 0.1536865234375, 0.0682373046875, 0.199584...
embed
64765271_c0
64765271
lisp
0
Title: How do i multiply an integer with a function in scheme? Problem title: How do i multiply an integer with a function in scheme? Tags: towers-of-hanoi, scheme, lisp, functional-programming Problem: How do i multiply an integer with a function in scheme? Hey guys i am trying to create a function that Takes one para...
How do i multiply an integer with a function in scheme? How do i multiply an integer with a function in scheme? towers-of-hanoi scheme lisp functional-programming How How do i multiply an integer with a function in scheme? Hey guys i am trying to create a function that Takes one parameter:n and then returns the value o...
[ -0.0201416015625, 0.015380859375, 0.0035400390625, 0.00836181640625, -0.01123046875, 0.0078125, -0.00665283203125, -0.0027923583984375, -0.000514984130859375, -0.06591796875, -0.01348876953125, -0.0267333984375, -0.0203857421875, 0.00250244140625, -0.011474609375, -0.00604248046875, ...
[ 11249, 54, 17, 6024, 62479, 892, 1505, 678, 10, 32354, 23, 150370, 142, 47, 42844, 4390, 1121, 5380, 400, 7008, 123309, 28966, 51484, 31577, 28282, 2561, 1632, 171859, 19, 30646, 34292, 14012, 25813, 56065, 12302, 653, 28338, 1295, 280, 1...
[ 0.090576171875, 0.056793212890625, 0.08941650390625, 0.2005615234375, 0.2347412109375, 0.181884765625, 0.197265625, 0.2059326171875, 0.0506591796875, 0.2432861328125, 0.0997314453125, 0.263671875, 0.05914306640625, 0.08514404296875, 0.11279296875, 0.147216796875, 0.093017578125, 0....
embed
26007496_c0
26007496
lisp
0
Title: Lisp - Finding the max depth in a list of nested lists Problem title: Lisp - Finding the max depth in a list of nested lists Tags: list, common-lisp, lisp Problem: Lisp - Finding the max depth in a list of nested lists So I am writing a grammar in Lisp and want to find the maximum depth of the tree for the gramm...
Lisp - Finding the max depth in a list of nested lists Lisp - Finding the max depth in a list of nested lists list common-lisp lisp Lisp Finding SENTENCE NOUN-PHRASE DETERMINER NOUNPLURAL MEN VERB-PHRASE-PAST VERBPAST SAW DOGS Lisp - Finding the max depth in a list of nested lists So I am writing a grammar in Lisp and ...
[ -0.005523681640625, 0.033935546875, -0.00063323974609375, 0.0234375, -0.00579833984375, 0.029296875, -0.005340576171875, 0.0098876953125, 0.000762939453125, -0.041748046875, 0.01190185546875, -0.0299072265625, 0.00787353515625, 0.007415771484375, 0.014404296875, -0.00555419921875, 0....
[ 1261, 7008, 26040, 70, 18389, 168867, 5303, 8512, 71, 23, 39210, 4086, 254, 400, 159, 20157, 139016, 14006, 29129, 1514, 14755, 180248, 175222, 22335, 28141, 34237, 683, 48963, 77743, 6197, 32562, 122092, 147, 3444, 7413, 38132, 111, 53201, ...
[ 0.1676025390625, 0.2322998046875, 0.11572265625, 0.08203125, 0.20654296875, 0.283447265625, 0.2349853515625, 0.19677734375, 0.126953125, 0.0267791748046875, 0.0982666015625, 0.1163330078125, 0.146728515625, 0.1090087890625, 0.034454345703125, 0.0989990234375, 0.036865234375, 0.0620...
embed
27018489_c0
27018489
lisp
0
Title: Creating a keyword symbol Problem title: Creating a keyword symbol Tags: symbols, lisp, common-lisp Problem: Creating a keyword symbol I'm trying to create a macro that takes some keyword parameters and, only if the parameter is defined, add entries to a list. Splitting this up the following code should illustra...
Creating a keyword symbol Creating a keyword symbol symbols lisp common-lisp Creating Creating a keyword symbol I'm trying to create a macro that takes some keyword parameters and, only if the parameter is defined, add entries to a list. Splitting this up the following code should illustrate what I need. The three aste...
[ 0.01031494140625, 0.006622314453125, -0.0011444091796875, -0.021728515625, -0.0218505859375, 0.0213623046875, 0.000667572021484375, -0.00173187255859375, -0.007080078125, 0.0234375, -0.006072998046875, -0.0306396484375, 0.005645751953125, 0.0159912109375, -0.0208740234375, -0.000900268...
[ 56781, 166117, 26582, 10, 400, 7008, 39210, 4086, 254, 1916, 31577, 28282, 111789, 51776, 171859, 4734, 2174, 61924, 15190, 112820, 5303, 46474, 18151, 58755, 3871, 17262, 1515, 6581, 7639, 2831, 26366, 1810, 9351, 15504, 18811, 146984, 96760, ...
[ 0.1802978515625, 0.258544921875, 0.290771484375, 0.0091552734375, 0.0908203125, 0.1710205078125, 0.1168212890625, 0.07568359375, 0.1558837890625, 0.005889892578125, 0.0516357421875, 0.1339111328125, 0.2218017578125, 0.032867431640625, 0.212646484375, 0.0250396728515625, 0.01098632812...
embed
27973235_c0
27973235
lisp
0
Title: Common Lisp Special Shortcut Characters Problem title: Common Lisp Special Shortcut Characters Tags: syntactic-sugar, lisp, common-lisp Problem: Common Lisp Special Shortcut Characters In Common Lisp, there are obviously some special characters that act as shortcuts for certain forms. 'x means (quote x) . #'f me...
Common Lisp Special Shortcut Characters Common Lisp Special Shortcut Characters syntactic-sugar lisp common-lisp Common Lisp Special Shortcut Characters Common Lisp Special Shortcut Characters In Common Lisp, there are obviously some special characters that act as shortcuts for certain forms. 'x means (quote x) . #'f m...
[ 0.0030670166015625, 0.02490234375, 0.0084228515625, -0.015625, -0.0147705078125, 0.00372314453125, -0.00921630859375, 0.00186920166015625, -0.003082275390625, 0.031005859375, -0.0216064453125, -0.0037841796875, 0.00250244140625, -0.00689697265625, 0.000850677490234375, 0.0167236328125,...
[ 151301, 1261, 7008, 25132, 82990, 19774, 21656, 2263, 6002, 102, 1159, 1970, 400, 39210, 4086, 254, 171259, 5361, 124850, 27992, 237, 16610, 24233, 3173, 242, 425, 26950, 68726, 1022, 468, 25, 420, 137175, 1238, 4420, 118, 2594, 132, 198371...
[ 0.188720703125, 0.1531982421875, 0.1751708984375, 0.1429443359375, 0.1304931640625, 0.2275390625, 0.055206298828125, 0.1131591796875, 0.00787353515625, 0.06353759765625, 0.0457763671875, 0.0799560546875, 0.1072998046875, 0.0858154296875, 0.1107177734375, 0.0523681640625, 0.0103454589...
embed
58048752_c1
58048752
lisp
1
[ABORT] abort thread (#<THREAD "worker" RUNNING {1005B6EB73}>) If I choose [*ABORT] , emacs gives me error in process filter: No catch for tag: slime-result-2-212, (error "Synchronous Lisp Evaluation aborted") (in the minibuffer), with no SLIME REPL. Choosing [ABORT] also gives the almost same error in process filter:...
[ABORT] abort thread (#<THREAD "worker" RUNNING {1005B6EB73}>) If I choose [*ABORT] , emacs gives me error in process filter: No catch for tag: slime-result-2-212, (error "Synchronous Lisp Evaluation aborted") (in the minibuffer), with no SLIME REPL. Choosing [ABORT] also gives the almost same error in process filter:...
[ -0.00054931640625, 0.0096435546875, -0.00665283203125, -0.02099609375, -0.0380859375, 0.007568359375, 0.0225830078125, 0.024658203125, -0.020751953125, -0.01226806640625, -0.004119873046875, -0.00830078125, -0.0233154296875, -0.00634765625, 0.00946044921875, -0.005706787109375, 0.021...
[ 11040, 105259, 64853, 86997, 41519, 18244, 56, 130747, 25795, 13574, 55076, 352, 2263, 7, 18499, 9433, 46312, 438, 105556, 7909, 34264, 13, 2109, 7136, 5428, 24589, 304, 188800, 217835, 48362, 1261, 7008, 151228, 297, 7665, 123759, 42135, 668...
[ 0.1353759765625, 0.2266845703125, 0.289794921875, 0.2265625, 0.083251953125, 0.08343505859375, 0.020904541015625, 0.0853271484375, 0.053802490234375, 0.00543212890625, 0.1038818359375, 0.0704345703125, 0.139404296875, 0.10430908203125, 0.1556396484375, 0.10791015625, 0.1907958984375,...
embed
74752501_c0
74752501
lisp
0
Title: How to intercalate 2 lists in lisp and print a statement when the list lengths don&#x27;t match Problem title: How to intercalate 2 lists in lisp and print a statement when the list lengths don&#x27;t match Tags: lisp, common-lisp Problem: How to intercalate 2 lists in lisp and print a statement when the list le...
How to intercalate 2 lists in lisp and print a statement when the list lengths don&#x27;t match How to intercalate 2 lists in lisp and print a statement when the list lengths don&#x27;t match lisp common-lisp How list1 list2 How to intercalate 2 lists in lisp and print a statement when the list lengths don't match How ...
[ 0.017333984375, 0.004669189453125, 0.00075531005859375, 0.0218505859375, 0.004302978515625, 0.0296630859375, -0.00274658203125, 0.0111083984375, -0.004791259765625, 0.0267333984375, 0.00885009765625, -0.0196533203125, 0.0177001953125, -0.0020751953125, 0.00714111328125, -0.019775390625...
[ 11249, 1940, 62309, 67, 116, 5303, 7, 23, 400, 7008, 28412, 63805, 3229, 140909, 2301, 18, 14858, 39210, 4086, 254, 304, 6626, 12765, 214, 21342, 24209, 56574, 3642, 18499, 1810, 64557, 30646, 138, 21162, 154663, 8110 ]
[ 0.025421142578125, 0.1453857421875, 0.19482421875, 0.08935546875, 0.1318359375, 0.2330322265625, 0.07330322265625, 0.02862548828125, 0.11669921875, 0.192138671875, 0.1480712890625, 0.1712646484375, 0.035919189453125, 0.1573486328125, 0.100830078125, 0.134765625, 0.1968994140625, 0....
embed
3560142_c0
3560142
lisp
0
Title: lisp package differences between repl and compile file Problem title: lisp package differences between repl and compile file Tags: read-eval-print-loop, package, lisp Problem: lisp package differences between repl and compile file I'm currently playing with lispbuilder-sdl on SBCL under Windows. My source code i...
lisp package differences between repl and compile file lisp package differences between repl and compile file read-eval-print-loop package lisp asdf:operate asdf:load-op sdl-examples:squashed lisp package differences between repl and compile file I'm currently playing with lispbuilder-sdl on SBCL under Windows. My sour...
[ 0.0301513671875, -0.01318359375, -0.00537109375, 0.0115966796875, -0.0244140625, 0.01019287109375, 0.00439453125, -0.0030975341796875, -0.01129150390625, 0.009521484375, -0.0152587890625, -0.00726318359375, 0.0033111572265625, -0.00811767578125, 0.004180908203125, 0.0047607421875, 0....
[ 400, 7008, 98169, 60212, 17721, 456, 2424, 9969, 1340, 11435, 136, 12301, 1405, 35662, 28354, 420, 21473, 63033, 2146, 20469, 3355, 302, 99726, 13722, 67175, 75169, 177149, 56, 90944, 37486, 3773, 31344, 18151, 18499, 294, 27502, 26939, 81218...
[ 0.1434326171875, 0.2083740234375, 0.2412109375, 0.1754150390625, 0.029876708984375, 0.1182861328125, 0.2200927734375, 0.1492919921875, 0.17578125, 0.1602783203125, 0.000579833984375, 0.081787109375, 0.1588134765625, 0.096923828125, 0.141845703125, 0.0936279296875, 0.0819091796875, ...
embed
33709680_c0
33709680
lisp
0
Title: clojure replace operator with its answer Problem title: clojure replace operator with its answer Tags: lisp, clojure Problem: clojure replace operator with its answer I am trying to produce a function which takes the expression 'tree' as its argument and returns the tree with the relevant calculated values in pl...
clojure replace operator with its answer clojure replace operator with its answer lisp clojure clojure replace operator with its answer I am trying to produce a function which takes the expression 'tree' as its argument and returns the tree with the relevant calculated values in place of the operators. An example of wh...
[ 0.0030059814453125, 0.007110595703125, 0.006103515625, 0.00146484375, 0.02294921875, 0.00933837890625, -0.011474609375, -0.0037994384765625, 0.0010528564453125, -0.033203125, -0.02001953125, -0.00005888938903808594, 0.0022125244140625, -0.0152587890625, 0.0146484375, -0.0087890625, -...
[ 20450, 461, 107, 91995, 39933, 678, 6863, 35166, 400, 7008, 31577, 27489, 32354, 125195, 62600, 10750, 30646, 53201, 29191, 74481, 142424, 3687, 27781, 5809, 6713, 1884, 5608, 4263, 35672, 22691, 163, 29806, 6626, 73342, 1836, 4488, 48225, 67...
[ 0.143798828125, 0.157958984375, 0.0845947265625, 0.2003173828125, 0.239990234375, 0.0692138671875, 0.0738525390625, 0.2098388671875, 0.057159423828125, 0.14013671875, 0.0293731689453125, 0.07403564453125, 0.1566162109375, 0.1337890625, 0.2137451171875, 0.144287109375, 0.148193359375,...
embed
43176101_c0
43176101
lisp
0
Title: How do I work with nested list in LISP Problem title: How do I work with nested list in LISP Tags: lisp, nested Problem: How do I work with nested list in LISP I am working on a homework assignment, and the first functions had me doing things like deleting a given element of a list, or displaying a given element...
How do I work with nested list in LISP How do I work with nested list in LISP lisp nested How LISP How do I work with nested list in LISP I am working on a homework assignment, and the first functions had me doing things like deleting a given element of a list, or displaying a given element of a list. The next function...
[ -0.0235595703125, 0.029296875, 0.001922607421875, 0.0002307891845703125, 0.00092315673828125, 0.020263671875, 0.01202392578125, -0.01116943359375, 0.0130615234375, -0.009765625, 0.017333984375, -0.00885009765625, -0.003509521484375, 0.015380859375, -0.00445556640625, 0.007293701171875,...
[ 11249, 4488, 678, 8512, 71, 5303, 23, 16970, 9434, 400, 7008, 20697, 5368, 18244, 95486, 5117, 32354, 24674, 12830, 44116, 11737, 154109, 4537, 6305, 28987, 21373, 27781, 2060, 2271, 20623, 32562 ]
[ 0.07110595703125, 0.1248779296875, 0.1312255859375, 0.236572265625, 0.1298828125, 0.1968994140625, 0.042938232421875, 0.1265869140625, 0.20947265625, 0.10009765625, 0.177734375, 0.089111328125, 0.011016845703125, 0.0633544921875, 0.063232421875, 0.0223236083984375, 0.154052734375, ...
embed
60460322_c1
60460322
lisp
1
possibly with a different lexical environment, the function is executed with its non-local variables referring to the ones captured by the closure, not the current environment. Based on the above lisp code, in creating the lambda, we create a closure whose count variable must be bound to the lambda, thereby creating a...
possibly with a different lexical environment, the function is executed with its non-local variables referring to the ones captured by the closure, not the current environment. Based on the above lisp code, in creating the lambda, we create a closure whose count variable must be bound to the lambda, thereby creating a...
[ 0.0169677734375, 0.00616455078125, -0.0120849609375, 0.0238037109375, -0.0011444091796875, 0.0026397705078125, 0.007171630859375, 0.0006561279296875, 0.0120849609375, -0.010009765625, -0.005126953125, -0.01153564453125, -0.00738525390625, 0.0279541015625, 0.029541015625, -0.00823974609...
[ 144681, 12921, 75675, 21533, 65998, 32354, 71924, 678, 351, 98908, 77336, 15005, 141621, 170224, 959, 43581, 400, 7008, 18151, 105233, 21, 6492, 85, 28282, 54529, 8110, 99091, 54241, 44778, 25667, 39379, 239879, 2967, 96704, 199849, 48650, 8093...
[ 0.0416259765625, 0.0384521484375, 0.0770263671875, 0.037689208984375, 0.1612548828125, 0.1612548828125, 0.1573486328125, 0.0052490234375, 0.06005859375, 0.0811767578125, 0.1724853515625, 0.0946044921875, 0.084716796875, 0.209716796875, 0.047088623046875, 0.0992431640625, 0.0710449218...
embed
22038972_c0
22038972
lisp
0
Title: How do I jump out of a function in Lisp? Problem title: How do I jump out of a function in Lisp? Tags: lisp, common-lisp, trampolines, return, tail-call-optimization Problem: How do I jump out of a function in Lisp? Is it possible in (Common) Lisp to jump to another function instead of call another? I mean, that...
How do I jump out of a function in Lisp? How do I jump out of a function in Lisp? lisp common-lisp trampolines return tail-call-optimization How Lisp How do I jump out of a function in Lisp? Is it possible in (Common) Lisp to jump to another function instead of call another? I mean, that the current function is broken ...
[ -0.00457763671875, 0.0208740234375, -0.0036163330078125, 0.006622314453125, -0.00909423828125, 0.00011348724365234375, 0.005584716796875, -0.01214599609375, -0.0018157958984375, -0.0272216796875, -0.0052490234375, -0.009765625, -0.023193359375, -0.01153564453125, 0.02685546875, -0.0056...
[ 11249, 88203, 1810, 111, 32354, 23, 1261, 7008, 54, 400, 39210, 4086, 254, 240477, 90, 30646, 46741, 85763, 100433, 87, 10, 7722, 10770, 3796, 47, 15700, 64457, 11782, 43581, 148431, 35839, 4420, 137107, 28288, 35978, 87235, 65395, 19, 1610...
[ 0.0777587890625, 0.26171875, 0.2342529296875, 0.18505859375, 0.2249755859375, 0.072509765625, 0.19140625, 0.251708984375, 0.0239410400390625, 0.1279296875, 0.09814453125, 0.1326904296875, 0.1663818359375, 0.187744140625, 0.0228424072265625, 0.18359375, 0.1826171875, 0.1470947265625...
embed
40677325_c1
40677325
lisp
1
-digit (pascal-item x (/ x 2))))) (pascal 10) When I ran the command :!mit-scheme --load "pascal.scm" , a pascal triangle is printed on the screen, so there I can't spot any bug in my program. However, when I executed ,d and tried to run this program in slimv's REPL buffer, I got: (user)> (pascal 10) ; Evaluation abort...
-digit (pascal-item x (/ x 2))))) (pascal 10) When I ran the command :!mit-scheme --load "pascal.scm" , a pascal triangle is printed on the screen, so there I can't spot any bug in my program. However, when I executed ,d and tried to run this program in slimv's REPL buffer, I got: (user)> (pascal 10) ; Evaluation abort...
[ 0.0005340576171875, 0.00836181640625, 0.0089111328125, -0.00110626220703125, -0.006011962890625, 0.0107421875, 0.000762939453125, 0.00872802734375, -0.003204345703125, -0.029296875, 0.006195068359375, -0.0002689361572265625, -0.0157470703125, -0.0198974609375, 0.004852294921875, -0.017...
[ 4803, 217, 3166, 6827, 195, 1022, 64, 4958, 80126, 209, 13028, 75101, 38, 4007, 7560, 282, 63033, 5, 7, 3931, 452, 1927, 109217, 28412, 49119, 13162, 54608, 1528, 71924, 71, 37842, 11675, 34264, 334, 9069, 21130, 373, 18234, 65918, 151228...
[ 0.14794921875, 0.13427734375, 0.130859375, 0.199462890625, 0.1180419921875, 0.1090087890625, 0.070556640625, 0.1207275390625, 0.05419921875, 0.2095947265625, 0.04931640625, 0.19677734375, 0.06536865234375, 0.2244873046875, 0.1793212890625, 0.1497802734375, 0.1767578125, 0.011322021...
embed
39542217_c0
39542217
lisp
0
Title: Need help to understand LISP Problem title: Need help to understand LISP Tags: lisp Problem: Need help to understand LISP I am trying to write my own maximum function (with 2 elements in list at present) but getting error while executing simple function as: (defun max_for_vararg (list) (if (null list) (nil)) (if...
Need help to understand LISP Need help to understand LISP lisp Need LISP max_for_vararg Error REAL While CCL Type POP Need help to understand LISP I am trying to write my own maximum function (with 2 elements in list at present) but getting error while executing simple function as: Error as: I appreciate if someone can...
[ 0.0106201171875, 0.003662109375, 0.001708984375, 0.0157470703125, -0.004730224609375, 0.0291748046875, 0.002349853515625, 0.003692626953125, 0.006439208984375, -0.0184326171875, 0.0198974609375, -0.021728515625, 0.00151824951171875, -0.016357421875, 0.01422119140625, -0.01220703125, ...
[ 52889, 4358, 28219, 16970, 9434, 400, 7008, 18389, 2472, 7113, 10566, 212059, 88491, 51404, 37486, 60457, 84029, 31577, 33022, 10002, 38132, 32354, 116, 80854, 5303, 13379, 18499, 12960, 71924, 8781, 237, 77947, 55681, 21373, 35064, 51042, 5885...
[ 0.07940673828125, 0.11151123046875, 0.1463623046875, 0.12371826171875, 0.2376708984375, 0.122314453125, 0.1805419921875, 0.1898193359375, 0.07257080078125, 0.0904541015625, 0.1680908203125, 0.1748046875, 0.1800537109375, 0.026580810546875, 0.16162109375, 0.1728515625, 0.2166748046875...
embed
17020119_c0
17020119
lisp
0
Title: Org-mode: org-agenda-files defvar directory &quot;evaluation&quot;? Problem title: Org-mode: org-agenda-files defvar directory &quot;evaluation&quot;? Tags: elisp, lisp, org-mode Problem: Org-mode: org-agenda-files defvar directory "evaluation"? I have the following setup in my .emacs ... (defvar org-dir "/home/...
Org-mode: org-agenda-files defvar directory &quot;evaluation&quot;? Org-mode: org-agenda-files defvar directory &quot;evaluation&quot;? elisp lisp org-mode Org-mode mash.org Test test.org Org-mode: org-agenda-files defvar directory "evaluation"? I have the following setup in my .emacs ... And use it around such as ... ...
[ 0.0205078125, -0.0166015625, 0.003143310546875, 0.00127410888671875, -0.005218505859375, 0.0023193359375, -0.003753662109375, 0.0147705078125, -0.0002803802490234375, -0.006195068359375, -0.016845703125, 0.018798828125, -0.01092529296875, 0.003662109375, -0.007537841796875, 0.004577636...
[ 96101, 61170, 30910, 189539, 29822, 8, 420, 1961, 14364, 53, 159258, 1363, 15296, 7008, 400, 61131, 1478, 8647, 3034, 25632, 169581, 11883, 4439, 4527, 10932, 237, 28219, 831, 40140, 18929, 6044, 3642, 54, 903, 678, 77336, 25647, 141621, 11...
[ 0.2183837890625, 0.1708984375, 0.2080078125, 0.1893310546875, 0.1343994140625, 0.110107421875, 0.0797119140625, 0.185546875, 0.19384765625, 0.05523681640625, 0.2080078125, 0.0966796875, 0.030487060546875, 0.1168212890625, 0.0140228271484375, 0.09228515625, 0.1497802734375, 0.108642...
embed
11700093_c0
11700093
lisp
0
Title: Clojure: Is there a placeholder form/function? Problem title: Clojure: Is there a placeholder form/function? Tags: clojure, java, lisp Problem: Clojure: Is there a placeholder form/function? I was using condp form and noticed in its doc: If no default expression is provided and no clause matches, an IllegalArgum...
Clojure: Is there a placeholder form/function? Clojure: Is there a placeholder form/function? clojure java lisp Clojure Clojure: Is there a placeholder form/function? I was using condp form and noticed in its doc: I do not need to deal with non-match also don't want to surround condp with try form. I am thinking of put...
[ -0.003936767578125, 0.0166015625, -0.0023651123046875, -0.007171630859375, -0.00494384765625, 0.0157470703125, 0.03076171875, -0.007232666015625, 0.0029754638671875, 0.0018463134765625, -0.001251220703125, -0.019287109375, -0.0087890625, -0.0172119140625, 0.0030670166015625, -0.0037536...
[ 51053, 461, 107, 2071, 2685, 10, 3687, 31958, 3173, 137175, 64, 20450, 79, 330, 400, 7008, 158, 71, 254, 51584, 35142, 351, 98753, 67688, 9790, 47644, 4271, 525, 1544, 4527, 7225, 224833, 185553, 168861, 2053, 145951, 66211, 38415, 84079, ...
[ 0.1492919921875, 0.1710205078125, 0.1334228515625, 0.01251220703125, 0.0633544921875, 0.06170654296875, 0.1881103515625, 0.2412109375, 0.232421875, 0.2003173828125, 0.002685546875, 0.1353759765625, 0.069091796875, 0.1092529296875, 0.0655517578125, 0.145263671875, 0.10699462890625, ...
embed
66289141_c0
66289141
lisp
0
Title: Random errors appearing in Lisp Problem title: Random errors appearing in Lisp Tags: common-lisp, lisp, unbound, slime Problem: Random errors appearing in Lisp I'm learning Common Lisp with SLIME in Portacle. My problem is that different errors are appearing when I evaluate the same code. This code is trying to ...
Random errors appearing in Lisp Random errors appearing in Lisp common-lisp lisp unbound slime 0 Random Lisp Sum MUL PRIMES Random errors appearing in Lisp I'm learning Common Lisp with SLIME in Portacle. My problem is that different errors are appearing when I evaluate the same code. This code is trying to find the su...
[ 0.00775146484375, 0.017333984375, 0.01373291015625, 0.00830078125, -0.0052490234375, 0.0118408203125, 0.012451171875, -0.002227783203125, 0.00616455078125, -0.027587890625, 0.0028839111328125, -0.0037078857421875, 0.01513671875, -0.0107421875, 0.01312255859375, 0.0299072265625, 0.004...
[ 39643, 306, 18499, 108975, 1261, 7008, 39210, 4086, 254, 400, 51, 99091, 34264, 13, 757, 36335, 176851, 105029, 6706, 52080, 151301, 42135, 66820, 57979, 11030, 2967, 12921, 151575, 5701, 18151, 31577, 7413, 10554, 756, 20809, 1379, 116, 1970...
[ 0.1668701171875, 0.1107177734375, 0.2236328125, 0.09228515625, 0.1708984375, 0.2451171875, 0.09857177734375, 0.1368408203125, 0.136962890625, 0.13623046875, 0.03936767578125, 0.1959228515625, 0.171630859375, 0.1151123046875, 0.0633544921875, 0.1593017578125, 0.1953125, 0.1584472656...
embed
48100235_c0
48100235
lisp
0
Title: collect function of Lisp in Clojure Problem title: collect function of Lisp in Clojure Tags: lisp, clojure Problem: collect function of Lisp in Clojure I defined a function is-prime? in Clojure that returns if a number is prime or not, and I am trying to define a function prime-seq that returns all the prime num...
collect function of Lisp in Clojure collect function of Lisp in Clojure lisp clojure i Lisp Clojure collect function of Lisp in Clojure I defined a function is-prime? in Clojure that returns if a number is prime or not, and I am trying to define a function prime-seq that returns all the prime numbers between two number...
[ 0.0081787109375, 0.03857421875, 0.0147705078125, 0.02294921875, 0.0128173828125, 0.0177001953125, 0.00469970703125, -0.00347900390625, 0.0015106201171875, -0.00469970703125, 0.00170135498046875, 0.016845703125, -0.01251220703125, 0.0022430419921875, 0.004852294921875, 0.000705718994140...
[ 43799, 32354, 1261, 7008, 51053, 461, 107, 111, 23, 400, 20450, 17, 61924, 83, 114654, 32, 30646, 2174, 14012, 20809, 707, 959, 184, 864, 756, 101935, 17721, 6626, 653, 136, 347, 75935, 151301, 1286, 104577, 3900, 18151, 47, 53418, 91995,...
[ 0.26513671875, 0.1884765625, 0.17333984375, 0.2213134765625, 0.1265869140625, 0.1719970703125, 0.1290283203125, 0.0277862548828125, 0.059539794921875, 0.099365234375, 0.0621337890625, 0.009033203125, 0.125244140625, 0.1346435546875, 0.20068359375, 0.107177734375, 0.14892578125, 0.0...
embed
78472000_c0
78472000
lisp
0
Title: Understanding lisp in the law of demeter paper Problem title: Understanding lisp in the law of demeter paper Tags: flavors, law-of-demeter, lisp Problem: Understanding lisp in the law of demeter paper The law of Demeter paper contains snippets of some version of Lisp. Since I do not know Lisp I went ahead and tr...
Understanding lisp in the law of demeter paper Understanding lisp in the law of demeter paper flavors law-of-demeter lisp Understanding Understanding lisp in the law of demeter paper The law of Demeter paper contains snippets of some version of Lisp. Since I do not know Lisp I went ahead and tried to get an overview of...
[ 0.007232666015625, 0.0115966796875, -0.0157470703125, 0.0284423828125, -0.00093841552734375, 0.0228271484375, -0.01318359375, 0.00921630859375, 0.0225830078125, -0.031982421875, 0.0011444091796875, -0.0244140625, -0.004486083984375, 0.0220947265625, 0.0184326171875, -0.0223388671875, ...
[ 9626, 144057, 400, 7008, 27165, 111, 8, 29089, 15122, 23, 196634, 4390, 112, 262, 70541, 93, 58134, 11389, 1261, 3714, 22751, 6002, 86531, 114210, 63134, 100094, 201, 4358, 3900, 19309, 39210, 46876, 2541, 18, 10644, 32032, 79, 330, 190 ]
[ 0.0706787109375, 0.07586669921875, 0.134521484375, 0.22119140625, 0.1317138671875, 0.000885009765625, 0.151123046875, 0.21435546875, 0.17578125, 0.011932373046875, 0.1844482421875, 0.0784912109375, 0.14208984375, 0.1439208984375, 0.022857666015625, 0.03875732421875, 0.1156005859375, ...
embed
59142656_c0
59142656
lisp
0
Title: Add to a list that is in a Loop using LISP Problem title: Add to a list that is in a Loop using LISP Tags: lisp, list, loops, common-lisp Problem: Add to a list that is in a Loop using LISP I'm very new to Lisp and I'm having issues appending to a list in a loop. If my list is missionaries and I pass in a value ...
Add to a list that is in a Loop using LISP Add to a list that is in a Loop using LISP lisp list loops common-lisp LISP Add Loop Add to a list that is in a Loop using LISP I'm very new to Lisp and I'm having issues appending to a list in a loop. If my list is missionaries and I pass in a value of cnt (number of times to...
[ 0.01214599609375, 0.004425048828125, -0.006317138671875, 0.01904296875, -0.01263427734375, 0.0234375, 0.01611328125, 0.016845703125, 0.0211181640625, -0.03271484375, 0.020751953125, -0.0186767578125, -0.0089111328125, 0.003448486328125, 0.0068359375, -0.00128936767578125, -0.00708007...
[ 29117, 47, 5303, 83, 23, 199694, 17368, 16970, 9434, 10, 400, 7008, 40956, 39210, 4086, 254, 3525, 1261, 37348, 1747, 96819, 29752, 11, 10484, 27875, 34292, 660, 20028, 5646, 276, 1001, 43581, 158661, 33, 1290, 158, 36520, 15190, 6635, 20...
[ 0.1634521484375, 0.1470947265625, 0.22119140625, 0.0286712646484375, 0.11767578125, 0.237548828125, 0.045867919921875, 0.1304931640625, 0.196533203125, 0.0084228515625, 0.10333251953125, 0.1849365234375, 0.2197265625, 0.08795166015625, 0.09954833984375, 0.12890625, 0.014495849609375,...
embed
7452353_c0
7452353
lisp
0
Title: Specifying multiple options in a structure&#x27;s constructor? Problem title: Specifying multiple options in a structure&#x27;s constructor? Tags: syntax-error, lisp, common-lisp Problem: Specifying multiple options in a structure's constructor? I tried defining a structure with a custom print function and const...
Specifying multiple options in a structure&#x27;s constructor? Specifying multiple options in a structure&#x27;s constructor? syntax-error lisp common-lisp Specifying TEST-STRUCT Bad PRINT-FUNCTION PRINT-TEST CONSTRUCTOR CREATE-TEST KEY Condition CCL::SIMPLE-PROGRAM-ERROR Specifying multiple options in a structure's co...
[ 0.01904296875, 0.017333984375, -0.00011777877807617188, -0.000804901123046875, 0.005401611328125, -0.006317138671875, 0.0086669921875, -0.0299072265625, 0.0054931640625, 0.01312255859375, 0.003753662109375, -0.01409912109375, 0.039306640625, 0.00142669677734375, -0.002716064453125, 0.0...
[ 24990, 151138, 48716, 50717, 23, 45646, 3768, 64549, 748, 6002, 86531, 188800, 400, 7008, 39210, 4086, 254, 384, 21828, 94539, 49503, 12745, 10865, 59537, 175560, 618, 14452, 27010, 175151, 186104, 46347, 37486, 73434, 103084, 35812, 12501, 142...
[ 0.197265625, 0.1346435546875, 0.25, 0.250244140625, 0.04827880859375, 0.2091064453125, 0.04559326171875, 0.2049560546875, 0.1434326171875, 0.0185546875, 0.1368408203125, 0.1737060546875, 0.0650634765625, 0.1376953125, 0.0909423828125, 0.031463623046875, 0.105224609375, 0.0440368652...
embed
20899648_c0
20899648
lisp
0
Title: Confusion with sublists Problem title: Confusion with sublists Tags: lisp Problem: Confusion with sublists I ran over an example of a problem which should determine the list of all non-numeric atoms at any level in a non-linear list. (Defun Lis(L) (Cond ((Null L) Nil) ((Not (Numberp (Car L))) (Cons (Car L) (Lis ...
Confusion with sublists Confusion with sublists lisp Confusion Defun Lis Cond Nil Not Numberp Car Cons Cdr Atom Append Confusion with sublists I ran over an example of a problem which should determine the list of all non-numeric atoms at any level in a non-linear list. I took an example, (Lis '(1 A ((B) 6) (2 (C 3)) D ...
[ 0.00030517578125, 0.0152587890625, 0.0145263671875, 0.000152587890625, -0.015625, 0.02490234375, -0.0045166015625, 0.0052490234375, -0.0032958984375, -0.0059814453125, 0.008544921875, -0.008056640625, 0.01611328125, 0.011962890625, -0.0017852783203125, 0.023193359375, 0.0198974609375...
[ 1657, 92105, 678, 1614, 6562, 7, 400, 7008, 262, 16498, 1261, 71, 77175, 11205, 103332, 254, 3980, 39215, 7569, 69728, 27781, 2967, 5608, 83324, 5303, 756, 351, 2606, 56, 34627, 2499, 17366, 2256, 142, 9506, 242, 571, 35914, 4700, 8439, ...
[ 0.1136474609375, 0.2274169921875, 0.14501953125, 0.2093505859375, 0.2626953125, 0.11669921875, 0.0831298828125, 0.1138916015625, 0.06805419921875, 0.140380859375, 0.115234375, 0.0228729248046875, 0.1502685546875, 0.08447265625, 0.11376953125, 0.047515869140625, 0.141357421875, 0.14...
embed
34087756_c0
34087756
lisp
0
Title: Can creating a list in Lisp be called &#x27;change of state&#x27;? Problem title: Can creating a list in Lisp be called &#x27;change of state&#x27;? Tags: lisp Problem: Can creating a list in Lisp be called 'change of state'? For the sake of argument can we say that when we create lists in Lisp, it is a change o...
Can creating a list in Lisp be called &#x27;change of state&#x27;? Can creating a list in Lisp be called &#x27;change of state&#x27;? lisp Can Lisp Can creating a list in Lisp be called 'change of state'? For the sake of argument can we say that when we create lists in Lisp, it is a change of state? Now that can be usi...
[ 0.00021076202392578125, 0.0213623046875, -0.00445556640625, 0.017822265625, 0.00799560546875, 0.01025390625, -0.003570556640625, 0.0150146484375, 0.00750732421875, 0.006591796875, 0.00238037109375, 0.00592041015625, 0.00665283203125, 0.0031890869140625, 0.004119873046875, -0.0045471191...
[ 4171, 105233, 5303, 1261, 7008, 35839, 152028, 111, 11341, 3768, 23, 400, 10, 10750, 28282, 15549, 17368, 158, 166635, 32354, 46312, 70270, 14012, 13695, 3853, 195625, 1528, 29481, 80280, 137399, 36746, 10332, 36069, 141775, 3525, 7108, 121392 ...
[ 0.041046142578125, 0.177734375, 0.234130859375, 0.1651611328125, 0.2333984375, 0.081298828125, 0.2144775390625, 0.1748046875, 0.221923828125, 0.0290374755859375, 0.043731689453125, 0.1033935546875, 0.00506591796875, 0.055145263671875, 0.1461181640625, 0.1827392578125, 0.0058898925781...
embed
13213399_c0
13213399
lisp
0
Title: Editing a lisp file in emacs with SBCL Problem title: Editing a lisp file in emacs with SBCL Tags: sbcl, emacs, slime, lisp Problem: Editing a lisp file in emacs with SBCL Ok so i am trying to get started with lisp and slime and i am running into some problems. I have correctly installed emacs and slime and SBCL...
Editing a lisp file in emacs with SBCL Editing a lisp file in emacs with SBCL sbcl emacs slime lisp Editing SBCL myfile.lisp M-x Editing a lisp file in emacs with SBCL Ok so i am trying to get started with lisp and slime and i am running into some problems. I have correctly installed emacs and slime and SBCL but i run ...
[ 0.018798828125, 0.0159912109375, -0.01251220703125, -0.0020904541015625, -0.025634765625, 0.021484375, -0.001312255859375, 0.0220947265625, -0.0034027099609375, -0.0255126953125, 0.004638671875, 0.017578125, -0.019775390625, 0.0108642578125, 0.007415771484375, 0.004486083984375, -0.0...
[ 42079, 214, 400, 7008, 11435, 23, 352, 2263, 7, 678, 90944, 37486, 275, 34937, 34264, 13, 759, 29822, 4086, 254, 276, 425, 31577, 26859, 136, 51042, 44402, 26785, 20600, 11675, 3934, 27211, 102158, 756, 19138, 362, 45486, 60212, 110833, 5...
[ 0.2088623046875, 0.009002685546875, 0.14404296875, 0.247802734375, 0.1444091796875, 0.03814697265625, 0.09808349609375, 0.1539306640625, 0.117431640625, 0.07550048828125, 0.1365966796875, 0.2264404296875, 0.06463623046875, 0.146240234375, 0.1910400390625, 0.1846923828125, 0.077697753...
embed
55435596_c0
55435596
lisp
0
Title: How can I decompose geometry figure building in a lisp-like languages? Problem title: How can I decompose geometry figure building in a lisp-like languages? Tags: common-lisp, lisp, functional-programming, decomposition Problem: How can I decompose geometry figure building in a lisp-like languages? How can I dec...
How can I decompose geometry figure building in a lisp-like languages? How can I decompose geometry figure building in a lisp-like languages? common-lisp lisp functional-programming decomposition How How can I decompose geometry figure building in a lisp-like languages? How can I decompose this process in a lisp-like l...
[ -0.0064697265625, 0.013427734375, -0.0031890869140625, 0.00005650520324707031, -0.03076171875, 0.0005950927734375, 0.00787353515625, 0.00119781494140625, 0.005584716796875, -0.0238037109375, -0.0020904541015625, 0.005767822265625, 0.015869140625, 0.00106048583984375, -0.0135498046875, ...
[ 11249, 831, 87, 8, 277, 78381, 700, 87739, 53, 26366, 33976, 400, 7008, 5062, 46876, 23, 39210, 4086, 254, 123309, 28966, 40322, 9433, 13794, 84183, 6024, 62479, 40368, 71200, 5423, 132988, 3789, 62488, 2062, 22062, 12638, 36746, 215131, 19...
[ 0.0819091796875, 0.0667724609375, 0.03082275390625, 0.18212890625, 0.186279296875, 0.1710205078125, 0.091552734375, 0.1607666015625, 0.051666259765625, 0.224609375, 0.1763916015625, 0.1204833984375, 0.1805419921875, 0.1434326171875, 0.1739501953125, 0.0091552734375, 0.0797119140625, ...
embed
52546468_c0
52546468
lisp
0
Title: Getting error &quot;variable AREF has no value &quot; in CLISP while trying to print array elements one by one Problem title: Getting error &quot;variable AREF has no value &quot; in CLISP while trying to print array elements one by one Tags: clisp, lisp, common-lisp Problem: Getting error "variable AREF has no ...
Getting error &quot;variable AREF has no value &quot; in CLISP while trying to print array elements one by one Getting error &quot;variable AREF has no value &quot; in CLISP while trying to print array elements one by one clisp lisp common-lisp 0 Getting AREF CLISP PROGN USE-VALUE Input STORE-VALUE Getting error "varia...
[ -0.00909423828125, 0.006378173828125, 0.00494384765625, 0.0036773681640625, 0.00537109375, 0.0018157958984375, 0.017822265625, 0.0225830078125, 0.01025390625, 0.0186767578125, 0.00885009765625, 0.0145263671875, 0.006317138671875, -0.0137939453125, 0.00311279296875, -0.0137939453125, ...
[ 210732, 18499, 21690, 2886, 13685, 28482, 1556, 110, 34292, 41502, 313, 67616, 683, 31577, 28412, 10298, 53, 80854, 390, 1632, 95701, 7008, 400, 39210, 4086, 254, 757, 10514, 88858, 78441, 61152, 7077, 179376, 23, 32354, 20949 ]
[ 0.026092529296875, 0.1878662109375, 0.1512451171875, 0.138427734375, 0.1033935546875, 0.26318359375, 0.101318359375, 0.134765625, 0.23681640625, 0.0266876220703125, 0.0228118896484375, 0.147705078125, 0.2158203125, 0.0811767578125, 0.1510009765625, 0.101318359375, 0.060821533203125, ...
embed
12554474_c0
12554474
lisp
0
Title: Remove superfluous else from cond statement? Problem title: Remove superfluous else from cond statement? Tags: the-little-schemer, scheme, lisp, conditional-statements Problem: Remove superfluous else from cond statement? I'm currently reading the 4th edition of "The Little Schemer". One early exercise is to cre...
Remove superfluous else from cond statement? Remove superfluous else from cond statement? the-little-schemer scheme lisp conditional-statements cond Remove Remove superfluous else from cond statement? I'm currently reading the 4th edition of "The Little Schemer". One early exercise is to create a function insertR which...
[ -0.0203857421875, 0.01080322265625, 0.00994873046875, 0.0299072265625, 0.00921630859375, 0.005706787109375, 0.002838134765625, -0.01708984375, -0.007232666015625, -0.0166015625, 0.0135498046875, -0.024169921875, 0.001129150390625, -0.008544921875, -0.006866455078125, 0.00885009765625, ...
[ 181139, 1601, 18026, 10821, 37076, 1295, 158, 71, 63805, 150, 46401, 7560, 1991, 150370, 400, 7008, 35431, 289, 61340, 9035, 16454, 201, 79737, 3957, 59784, 34702, 39395, 81979, 28282, 32354, 183540, 1052, 34292, 7108, 5303, 12877, 80934, 100...
[ 0.17431640625, 0.1043701171875, 0.1949462890625, 0.13916015625, 0.228271484375, 0.08154296875, 0.15283203125, 0.17724609375, 0.2366943359375, 0.0386962890625, 0.0916748046875, 0.072021484375, 0.1666259765625, 0.1446533203125, 0.05816650390625, 0.149169921875, 0.1510009765625, 0.088...
embed
8441038_c0
8441038
lisp
0
Title: Change Speed Before Ctrl+C with Region Selected activates The Copy Command Instead of Allowing Other Commands On Region Problem title: Change Speed Before Ctrl+C with Region Selected activates The Copy Command Instead of Allowing Other Commands On Region Tags: emacs, cua, cua-mode, elisp, lisp Problem: Change Sp...
Change Speed Before Ctrl+C with Region Selected activates The Copy Command Instead of Allowing Other Commands On Region Change Speed Before Ctrl+C with Region Selected activates The Copy Command Instead of Allowing Other Commands On Region emacs cua cua-mode elisp lisp Change Speed Before Ctrl Region Selected Copy Comm...
[ -0.017822265625, 0.00396728515625, -0.00848388671875, 0.008056640625, 0.00433349609375, -0.0155029296875, 0.00335693359375, 0.01080322265625, 0.017333984375, 0.00311279296875, -0.0172119140625, 0.01055908203125, -0.00188446044921875, 0.019287109375, 0.00823974609375, 0.00732421875, -...
[ 87377, 63349, 117371, 68847, 1328, 441, 678, 16843, 51620, 34704, 146930, 123573, 175399, 41566, 64511, 352, 2263, 314, 11, 61170, 15296, 7008, 400, 2161, 3917, 47, 15549, 38352, 8108, 43658, 75101, 71924, 24234, 997, 313, 20004, 128239, 5423...
[ 0.189208984375, 0.242919921875, 0.177490234375, 0.1942138671875, 0.146240234375, 0.14892578125, 0.03143310546875, 0.1888427734375, 0.146728515625, 0.1275634765625, 0.1875, 0.1934814453125, 0.0740966796875, 0.111083984375, 0.054840087890625, 0.0279998779296875, 0.0311737060546875, 0...
embed
16195490_c1
16195490
lisp
1
already beyond k characters. I was able to write a version using loop and recur. But it is kind of unreadable. Is there a more natural way to do this using for? I am assuming for (:while ) should do the trick, but was not able to find a way. (defn nearest-quick [m k] (let [m1 (keys m) m2 (keys m)] (loop [inp m res [] ...
already beyond k characters. I was able to write a version using loop and recur. But it is kind of unreadable. Is there a more natural way to do this using for? I am assuming for (:while ) should do the trick, but was not able to find a way. (defn nearest-quick [m k] (let [m1 (keys m) m2 (keys m)] (loop [inp m res [] ...
[ -0.00445556640625, -0.0034027099609375, -0.003936767578125, -0.03564453125, 0.00494384765625, -0.006134033203125, 0.01318359375, -0.0128173828125, 0.01373291015625, 0.0019683837890625, 0.006378173828125, 0.004638671875, 0.002471923828125, -0.0018463134765625, 0.005218505859375, -0.0080...
[ 21771, 107314, 472, 124850, 19048, 33022, 11389, 17368, 40956, 136, 43852, 42, 8562, 51, 39116, 2886, 1286, 6083, 3917, 47, 54, 903, 100, 66596, 12, 204610, 5608, 88308, 959, 7413, 112, 14783, 43573, 525, 3181, 2594, 39, 1974, 418, 19770,...
[ 0.267822265625, 0.274658203125, 0.22607421875, 0.20751953125, 0.0914306640625, 0.1151123046875, 0.2271728515625, 0.0794677734375, 0.1783447265625, 0.0271759033203125, 0.1766357421875, 0.12841796875, 0.06170654296875, 0.03961181640625, 0.2003173828125, 0.169677734375, 0.077392578125, ...
embed
1042066_c0
1042066
lisp
0
Title: Looking for (c)lisp examples of mini-languages, that is, DSLs Problem title: Looking for (c)lisp examples of mini-languages, that is, DSLs Tags: common-lisp, lisp, open-source Problem: Looking for (c)lisp examples of mini-languages, that is, DSLs Reading well-written code seems to help me learn a language. (At l...
Looking for (c)lisp examples of mini-languages, that is, DSLs Looking for (c)lisp examples of mini-languages, that is, DSLs common-lisp lisp open-source Looking DSLs Looking for (c)lisp examples of mini-languages, that is, DSLs Reading well-written code seems to help me learn a language. (At least it worked with C.) [d...
[ 0.024658203125, 0.01409912109375, 0.0120849609375, 0.00482177734375, -0.0174560546875, 0.011474609375, 0.015625, 0.00020599365234375, 0.00067901611328125, -0.02978515625, 0.0091552734375, -0.0264892578125, -0.003143310546875, 0.00750732421875, -0.00311279296875, -0.00726318359375, -0...
[ 157268, 100, 4086, 254, 27781, 7, 7665, 9, 196651, 114479, 39210, 400, 7008, 9803, 60427, 104951, 5299, 5429, 18151, 37202, 4358, 163, 30698, 46876, 19713, 442, 79786, 678, 313, 60892, 216473, 14947, 105233, 29458, 2967, 1528, 46526, 19882, ...
[ 0.129150390625, 0.00421142578125, 0.1455078125, 0.2049560546875, 0.1925048828125, 0.0970458984375, 0.2034912109375, 0.02618408203125, 0.24267578125, 0.2020263671875, 0.1143798828125, 0.1312255859375, 0.2255859375, 0.0882568359375, 0.1392822265625, 0.1202392578125, 0.071533203125, 0...
embed
41321390_c0
41321390
lisp
0
Title: Package versus namespace versus module Problem title: Package versus namespace versus module Tags: module, scheme, lisp, common-lisp, clojure Problem: Package versus namespace versus module According to http://www.phyast.pitt.edu/~micheles/scheme/scheme29.html "It is worth mentioning that if you use a package sy...
Package versus namespace versus module Package versus namespace versus module module scheme lisp common-lisp clojure Package Package versus namespace versus module According to http://www.phyast.pitt.edu/~micheles/scheme/scheme29.html "It is worth mentioning that if you use a package system (like in Common Lisp) or a n...
[ 0.028076171875, 0.01043701171875, 0.0000438690185546875, 0.02734375, -0.01177978515625, 0.0240478515625, 0.031494140625, -0.00775146484375, 0.00640869140625, 0.0238037109375, 0.01171875, 0.000591278076171875, 0.00823974609375, -0.0108642578125, -0.001617431640625, 0.01171875, 0.00497...
[ 56607, 4588, 119475, 210716, 88996, 150370, 400, 7008, 39210, 4086, 254, 20450, 461, 107, 5, 4438, 1577, 7560, 282, 4235, 23389, 83, 41965, 41392, 214, 4527, 10, 98169, 5426, 15, 151301, 1261, 16, 707, 5062, 51053, 23, 41361, 77336, 14162...
[ 0.270263671875, 0.150146484375, 0.19775390625, 0.326904296875, 0.29150390625, 0.2047119140625, 0.1112060546875, 0.2044677734375, 0.1177978515625, 0.118408203125, 0.1524658203125, 0.09344482421875, 0.1385498046875, 0.1317138671875, 0.000396728515625, 0.0340576171875, 0.024215698242187...
embed
66709822_c0
66709822
lisp
0
Title: Trying to search a list of words for a signgular letter and then retun all words containing that letter in shceme Problem title: Trying to search a list of words for a signgular letter and then retun all words containing that letter in shceme Tags: list, functional-programming, scheme, racket, lisp Problem: Tryi...
Trying to search a list of words for a signgular letter and then retun all words containing that letter in shceme Trying to search a list of words for a signgular letter and then retun all words containing that letter in shceme list functional-programming scheme racket lisp Trying Trying to search a list of words for a...
[ -0.0155029296875, 0.01458740234375, -0.01300048828125, 0.00872802734375, 0.004730224609375, 0.016357421875, 0.01556396484375, 0.00112152099609375, -0.006683349609375, -0.019775390625, -0.0025787353515625, -0.0233154296875, -0.01226806640625, 0.0284423828125, -0.00118255615234375, 0.008...
[ 40858, 33938, 5303, 34153, 100, 1144, 10393, 320, 31330, 10267, 309, 70541, 7547, 329, 282, 756, 123309, 28966, 150370, 673, 27853, 400, 7008, 31577, 33022, 32354, 98102, 14653, 34475, 7522, 201505, 21441, 11180, 19388, 4734, 214, 81887, 1843...
[ 0.08465576171875, 0.1610107421875, 0.1444091796875, 0.2093505859375, 0.048797607421875, 0.0794677734375, 0.1160888671875, 0.112548828125, 0.1556396484375, 0.08441162109375, 0.1568603515625, 0.099853515625, 0.049530029296875, 0.0751953125, 0.13037109375, 0.0137939453125, 0.10766601562...
embed
67730054_c0
67730054
lisp
0
Title: Lisp - Utilisation of comma (`,`) in macro Problem title: Lisp - Utilisation of comma (`,`) in macro Tags: elisp, macros, lisp Problem: Lisp - Utilisation of comma (`,`) in macro I am practising writing macros in Elisp. The teacher suggested us to include the macro part of the program in "quasiquote". I would li...
Lisp - Utilisation of comma (`,`) in macro Lisp - Utilisation of comma (`,`) in macro elisp macros lisp Lisp Utilisation Expected Output Lisp - Utilisation of comma (`,`) in macro I am practising writing macros in Elisp. The teacher suggested us to include the macro part of the program in "quasiquote". I would like to ...
[ 0.00579833984375, 0.0220947265625, 0.004058837890625, 0.000789642333984375, -0.0155029296875, 0.05615234375, -0.0036773681640625, 0.0030364990234375, 0.005889892578125, -0.0233154296875, -0.0169677734375, -0.04931640625, 0.0096435546875, -0.00616455078125, -0.01446533203125, -0.0014801...
[ 1261, 7008, 73876, 7, 111, 96117, 1135, 4, 23, 111789, 15296, 400, 60075, 13, 13538, 17823, 32562, 25318, 117914, 42459, 26698, 2831, 1528, 13722, 172, 68726, 33022, 35662, 7569, 647, 934, 28412, 12638, 12830, 56329, 42, 5303, 72018, 74082,...
[ 0.1470947265625, 0.240234375, 0.1630859375, 0.07110595703125, 0.03717041015625, 0.2841796875, 0.132080078125, 0.13427734375, 0.0665283203125, 0.2291259765625, 0.07623291015625, 0.106689453125, 0.06451416015625, 0.072265625, 0.053131103515625, 0.0204620361328125, 0.0271148681640625, ...
embed
42083725_c0
42083725
lisp
0
Title: Lisp - if statements various actions Problem title: Lisp - if statements various actions Tags: lisp Problem: Lisp - if statements various actions This is my lisp code. (DEFUN F (A B) (SETF C (* 4 A)) (SETF D (* 2 (EXPT B 3))) (SETF RES (+ C D)) (IF (AND (TYPEP A 'INTEGER) (TYPEP B 'INTEGER)) (list 'Final 'value ...
Lisp - if statements various actions Lisp - if statements various actions lisp Lisp DEFUN SETF EXPT RES TYPEP INTEGER Final YOUR INPUTS NOT NUMBERS Lisp - if statements various actions This is my lisp code. For example, (f 5 9) works well. But (f 'w 'q) doesn't work with the following error message: I want to make if A...
[ -0.0174560546875, 0.004791259765625, -0.010498046875, 0.006378173828125, -0.00665283203125, 0.01495361328125, 0.000598907470703125, 0.0025177001953125, -0.011962890625, 0.0225830078125, -0.0014190673828125, -0.0203857421875, -0.00714111328125, 0.01495361328125, 0.005615234375, 0.013366...
[ 1261, 7008, 2174, 63805, 67842, 61972, 400, 202001, 14006, 159, 183300, 104165, 618, 61661, 94588, 21290, 102686, 56599, 27188, 213942, 5881, 124599, 86725, 18057, 12689, 7, 18151, 420, 190, 77816, 43240, 5299, 434, 864, 22027, 18, 4488, 1849...
[ 0.169677734375, 0.2344970703125, 0.23193359375, 0.245849609375, 0.170166015625, 0.2015380859375, 0.1171875, 0.1353759765625, 0.13037109375, 0.03924560546875, 0.159423828125, 0.06201171875, 0.05938720703125, 0.078369140625, 0.1353759765625, 0.100830078125, 0.09765625, 0.059020996093...
embed
45683364_c0
45683364
lisp
0
Title: hunchentoot session- v. thread-localized values (ccl) Problem title: hunchentoot session- v. thread-localized values (ccl) Tags: webserver, lisp Problem: hunchentoot session- v. thread-localized values (ccl) I'm using hunchentoot session values to make my server code re-entrant. Problem is that session values ar...
hunchentoot session- v. thread-localized values (ccl) hunchentoot session- v. thread-localized values (ccl) webserver lisp hunchentoot session- v. thread-localized values (ccl) I'm using hunchentoot session values to make my server code re-entrant. Problem is that session values are, by definition, retained during the ...
[ 0.005126953125, 0.0177001953125, 0.006591796875, -0.0169677734375, -0.01043701171875, 0.005859375, 0.0198974609375, 0.0040283203125, -0.0025787353515625, -0.04638671875, -0.00897216796875, 0.0291748046875, -0.00836181640625, -0.006683349609375, 0.0123291015625, -0.002197265625, -0.02...
[ 1926, 4834, 188, 818, 56002, 81, 86997, 98908, 29367, 142424, 141, 10060, 1467, 39642, 400, 7008, 17368, 3249, 10723, 18151, 456, 53139, 660, 15649, 80934, 10267, 122009, 20271, 1295, 1632, 11782, 5701, 31842, 11737, 6183, 16487, 100, 41170, ...
[ 0.135009765625, 0.151123046875, 0.129150390625, 0.18505859375, 0.2203369140625, 0.05999755859375, 0.1636962890625, 0.10595703125, 0.0472412109375, 0.22021484375, 0.098388671875, 0.03216552734375, 0.006134033203125, 0.1126708984375, 0.015045166015625, 0.11669921875, 0.02374267578125, ...
embed
70022068_c0
70022068
lisp
0
Title: Lisp nested list iteration Problem title: Lisp nested list iteration Tags: lisp, nested-lists, common-lisp Problem: Lisp nested list iteration I just started to learn Common Lisp and this is my first functional programming language. I am trying to learn about iterating through lists. I wrote these two functions:...
Lisp nested list iteration Lisp nested list iteration lisp nested-lists common-lisp 0 Lisp Lisp nested list iteration I just started to learn Common Lisp and this is my first functional programming language. I am trying to learn about iterating through lists. I wrote these two functions: Both work fine for a regular li...
[ -0.005889892578125, 0.01214599609375, -0.0093994140625, 0.009765625, -0.00141143798828125, 0.03076171875, 0.0057373046875, 0.00164794921875, 0.000213623046875, -0.033935546875, 0.0048828125, -0.0228271484375, 0.0137939453125, 0.0164794921875, 0.0037689208984375, 0.02392578125, -0.000...
[ 1261, 7008, 8512, 71, 5303, 17, 720, 2320, 400, 6562, 39210, 4086, 254, 757, 26859, 30698, 151301, 5117, 123309, 56037, 46876, 31577, 67, 98767, 8305, 54397, 6097, 6626, 32354, 149766, 4488, 5885, 20324, 3355, 138, 190, 361, 77816, 3444, ...
[ 0.1473388671875, 0.203369140625, 0.240966796875, 0.1312255859375, 0.21728515625, 0.07275390625, 0.24365234375, 0.035888671875, 0.108154296875, 0.2017822265625, 0.109375, 0.09197998046875, 0.1492919921875, 0.03466796875, 0.0128173828125, 0.06463623046875, 0.1318359375, 0.03781127929...
embed
41818685_c0
41818685
lisp
0
Title: Extract data from a table object using autolisp Problem title: Extract data from a table object using autolisp Tags: autolisp, cell, lisp, autocad Problem: Extract data from a table object using autolisp I want to extract certain information from the comparison of the information stored in a drawing-table or tab...
Extract data from a table object using autolisp Extract data from a table object using autolisp autolisp cell lisp autocad a autolisp Extract Extract data from a table object using autolisp I want to extract certain information from the comparison of the information stored in a drawing-table or table object, as you pre...
[ 0.0126953125, 0.007049560546875, -0.01446533203125, 0.0179443359375, -0.009521484375, 0.00946044921875, 0.023193359375, 0.029296875, -0.009765625, 0.0277099609375, -0.0164794921875, 0.00732421875, -0.024658203125, 0.006317138671875, -0.0125732421875, 0.00885009765625, 0.01318359375, ...
[ 31501, 15390, 2053, 1295, 23180, 36746, 17368, 1809, 4086, 254, 38750, 400, 7008, 25426, 3444, 125663, 24233, 4677, 225490, 4343, 188304, 22819, 12601, 11782, 214493, 62548, 142424, 77336, 3525, 73372, 4396, 1261, 4358, 73342, 29954, 27781, 511...
[ 0.205078125, 0.1016845703125, 0.177978515625, 0.0845947265625, 0.2423095703125, 0.218017578125, 0.06640625, 0.1727294921875, 0.1622314453125, 0.1876220703125, 0.0823974609375, 0.10888671875, 0.182861328125, 0.1046142578125, 0.0833740234375, 0.2254638671875, 0.0208892822265625, 0.12...
embed
58159766_c0
58159766
lisp
0
Title: How to count the number of occurrences in a list in lisp Problem title: How to count the number of occurrences in a list in lisp Tags: sublist, lisp, count, common-lisp Problem: How to count the number of occurrences in a list in lisp The assignment is count-of (symbol list) Write a function named count-of that ...
How to count the number of occurrences in a list in lisp How to count the number of occurrences in a list in lisp sublist lisp count common-lisp How How to count the number of occurrences in a list in lisp The assignment is I can't figure out how to skip over the sublist in the test list. He is using letters not number...
[ 0.000720977783203125, 0.019287109375, -0.00555419921875, 0.004364013671875, 0.002838134765625, 0.01275634765625, -0.0157470703125, -0.00127410888671875, 0.01422119140625, -0.0196533203125, -0.02392578125, -0.024169921875, 0.018798828125, 0.025634765625, -0.004669189453125, -0.010681152...
[ 11249, 47, 54529, 70, 14012, 111, 74918, 42, 69098, 23, 5303, 400, 7008, 1614, 6562, 39210, 4086, 254, 10, 95486, 674, 26366, 21658, 645, 3034, 17368, 120820, 959, 101935, 4527, 1632, 31330, 23986, 2633, 1639, 5423, 420 ]
[ 0.04144287109375, 0.040313720703125, 0.19921875, 0.0193023681640625, 0.1279296875, 0.0523681640625, 0.1873779296875, 0.163818359375, 0.128173828125, 0.07708740234375, 0.19873046875, 0.1248779296875, 0.191162109375, 0.16943359375, 0.1856689453125, 0.07904052734375, 0.062744140625, 0...
embed
1089574_c0
1089574
lisp
0
Title: Why must &#x27;require&#x27; be evaluated in a separate expression to use of the package Problem title: Why must &#x27;require&#x27; be evaluated in a separate expression to use of the package Tags: lisp, common-lisp Problem: Why must 'require' be evaluated in a separate expression to use of the package I have s...
Why must &#x27;require&#x27; be evaluated in a separate expression to use of the package Why must &#x27;require&#x27; be evaluated in a separate expression to use of the package lisp common-lisp Why clsql-4.0.4 Why must 'require' be evaluated in a separate expression to use of the package I have some lisp initialisatio...
[ 0.00640869140625, -0.008544921875, 0.004852294921875, 0.007415771484375, -0.0203857421875, 0.005859375, 0.01129150390625, 0.00118255615234375, 0.0113525390625, -0.0235595703125, -0.0211181640625, -0.002197265625, -0.0076904296875, -0.0260009765625, 0.0030517578125, -0.022705078125, -...
[ 44084, 8110, 3768, 107, 3181, 151575, 297, 23, 84797, 125195, 4527, 98169, 400, 7008, 39210, 4086, 254, 33139, 7, 99247, 11565, 121254, 61475, 15032, 18151, 11389, 9969, 1340, 12960, 27489, 18499, 20271, 29822, 138, 4216, 13315, 237, 420, 1...
[ 0.1168212890625, 0.10186767578125, 0.0667724609375, 0.232177734375, 0.21630859375, 0.2171630859375, 0.0948486328125, 0.04180908203125, 0.15283203125, 0.2081298828125, 0.10247802734375, 0.1722412109375, 0.0909423828125, 0.1827392578125, 0.094970703125, 0.07080078125, 0.1522216796875, ...
embed
27697841_c0
27697841
lisp
0
Title: Defining a recursive function as iterative? Problem title: Defining a recursive function as iterative? Tags: lisp, recursion, scheme Problem: Defining a recursive function as iterative? I have the following recursive function that I need to convert to iterative in Scheme (define (f n) (if (< n 3) n (+ (f (- n 1)...
Defining a recursive function as iterative? Defining a recursive function as iterative? lisp recursion scheme Defining n-1 n-2 n-3 Defining a recursive function as iterative? I have the following recursive function that I need to convert to iterative in Scheme My issue is that I'm having difficulty converting it to ite...
[ -0.019287109375, -0.005401611328125, -0.000873565673828125, -0.0081787109375, 0.00689697265625, -0.00762939453125, -0.00372314453125, 0.007354736328125, 0.005645751953125, -0.010986328125, 0.00170135498046875, -0.031494140625, -0.00537109375, -0.015869140625, 0.00921630859375, 0.015991...
[ 88606, 449, 195625, 5844, 32354, 237, 17, 720, 45023, 10, 400, 7008, 1830, 150370, 653, 5759, 5428, 8316, 25632, 3871, 96760, 47, 23, 34702, 282, 31089, 34844, 3249, 765, 192617, 71924, 1733, 26366, 61924, 28960, 1238, 132, 19, 2203, 2174...
[ 0.1834716796875, 0.05218505859375, 0.245361328125, 0.20458984375, 0.2423095703125, 0.100341796875, 0.07427978515625, 0.2451171875, 0.26123046875, 0.0266876220703125, 0.0863037109375, 0.17822265625, 0.1083984375, 0.164794921875, 0.0892333984375, 0.1123046875, 0.1273193359375, 0.2204...
embed
526173_c0
526173
lisp
0
Title: In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? Problem title: In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? Tags: lisp, common-lisp Problem: In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? Is this just a b...
In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? lisp common-lisp Common Lisp exp1 exp2 exp3 exp4 In Common Lisp, why do multi-expression bodies of (if) statements require (progn)? Is this just a bit of ...
[ 0.01953125, 0.01055908203125, 0.007354736328125, 0.0203857421875, -0.00604248046875, 0.01092529296875, 0.004425048828125, 0.00958251953125, 0.012939453125, -0.0091552734375, -0.0078125, 0.005401611328125, -0.0291748046875, -0.006988525390625, 0.00439453125, 0.00958251953125, -0.00921...
[ 151301, 1261, 7008, 15400, 6024, 204629, 337, 34204, 3190, 63805, 64209, 75620, 19, 400, 39210, 4086, 254, 14700, 617, 2480, 27631, 31635, 3173, 44084, 831, 18, 137565, 48716, 125195, 5423, 49129, 35412, 1974, 33022, 111789, 3034, 14361, 1957...
[ 0.1552734375, 0.1346435546875, 0.1527099609375, 0.1033935546875, 0.1746826171875, 0.22509765625, 0.111328125, 0.07269287109375, 0.1781005859375, 0.19677734375, 0.1422119140625, 0.2196044921875, 0.1778564453125, 0.059814453125, 0.09814453125, 0.0576171875, 0.05462646484375, 0.089233...
embed
34326252_c0
34326252
lisp
0
Title: Remove all occurences of elem from any level of a list in Common-lisp Problem title: Remove all occurences of elem from any level of a list in Common-lisp Tags: common-lisp, removeall, list, lisp Problem: Remove all occurences of elem from any level of a list in Common-lisp I want to solve this problem using map...
Remove all occurences of elem from any level of a list in Common-lisp Remove all occurences of elem from any level of a list in Common-lisp common-lisp removeall list lisp any Remove Common-lisp Remove all occurences of elem from any level of a list in Common-lisp I want to solve this problem using mapcar/lambdas. I kn...
[ 0.005523681640625, 0.03173828125, -0.00151824951171875, 0.005645751953125, -0.0027313232421875, 0.0037994384765625, 0.01055908203125, -0.01458740234375, -0.01507568359375, -0.0299072265625, 0.004608154296875, 0.002044677734375, -0.00201416015625, 0.0186767578125, 0.00799560546875, -0.0...
[ 181139, 756, 74918, 69098, 88, 195, 1295, 2499, 17366, 5303, 151301, 4086, 254, 23, 39210, 87388, 5584, 400, 7008, 111, 3444, 86869, 903, 2967, 17368, 22288, 3284, 6492, 1124, 186085, 2060, 51042, 144888, 25647, 7440, 3884, 31351, 35829, 28...
[ 0.1629638671875, 0.1424560546875, 0.1846923828125, 0.1314697265625, 0.1046142578125, 0.2064208984375, 0.1031494140625, 0.09417724609375, 0.2213134765625, 0.201416015625, 0.1636962890625, 0.144775390625, 0.1663818359375, 0.0106201171875, 0.0960693359375, 0.1356201171875, 0.11047363281...
embed
20393589_c0
20393589
lisp
0
Title: Can this function be simplified (made more &quot;fast&quot;)? Problem title: Can this function be simplified (made more &quot;fast&quot;)? Tags: computation-theory, lisp, scheme Problem: Can this function be simplified (made more "fast")? I was wondering if this is the fastest possible version of this function. ...
Can this function be simplified (made more &quot;fast&quot;)? Can this function be simplified (made more &quot;fast&quot;)? computation-theory lisp scheme Can Can this function be simplified (made more "fast")? I was wondering if this is the fastest possible version of this function. When I run this, I usually get stac...
[ -0.000244140625, 0.00653076171875, 0.009033203125, -0.00238037109375, 0.00994873046875, -0.0206298828125, -0.00970458984375, 0.009033203125, 0.0011138916015625, -0.025634765625, 0.0108642578125, -0.0107421875, -0.022216796875, 0.0068359375, 0.0194091796875, 0.0033416748046875, -0.005...
[ 4171, 903, 32354, 186, 112892, 1029, 297, 42424, 1286, 39473, 41502, 181135, 30675, 400, 7008, 150370, 149016, 4271, 525, 7722, 11389, 11675, 56104, 177261, 645, 118664, 18499, 26366, 9969, 6743, 3584, 31, 138, 805, 28568, 15490, 17368, 13909...
[ 0.08746337890625, 0.102783203125, 0.186767578125, 0.0977783203125, 0.2191162109375, 0.15087890625, 0.08758544921875, 0.0882568359375, 0.0968017578125, 0.143798828125, 0.02093505859375, 0.07763671875, 0.00860595703125, 0.1044921875, 0.20263671875, 0.1787109375, 0.048736572265625, 0....
embed
36255797_c0
36255797
lisp
0
Title: evaluate simple elisp buffer in emacs without ielm mode Problem title: evaluate simple elisp buffer in emacs without ielm mode Tags: elisp, emacs, lisp Problem: evaluate simple elisp buffer in emacs without ielm mode I have a simple elisp script as below, which I want to run using emacs. (defun add-numbers (a b)...
evaluate simple elisp buffer in emacs without ielm mode evaluate simple elisp buffer in emacs without ielm mode elisp emacs lisp ELSIP C-x C-e Debugger eval-last-sexp-1 evaluate simple elisp buffer in emacs without ielm mode I have a simple elisp script as below, which I want to run using emacs. Alternatively, I can go...
[ -0.006683349609375, 0.0018768310546875, -0.01287841796875, 0.0029449462890625, -0.00167083740234375, 0.02001953125, 0.0162353515625, 0.00689697265625, -0.008056640625, -0.0159912109375, 0.005859375, 0.0179443359375, 0.000392913818359375, 0.00189208984375, 0.0062255859375, -0.033203125,...
[ 151575, 8781, 15296, 7008, 373, 18234, 352, 2263, 7, 15490, 31889, 13736, 400, 130192, 10931, 313, 9, 425, 13, 262, 978, 21407, 28, 1405, 19777, 83613, 5759, 17, 26499, 35064, 11675, 61924, 32354, 24145, 11782, 130250, 3917, 42856, 71924, ...
[ 0.1781005859375, 0.168701171875, 0.1123046875, 0.214599609375, 0.07763671875, 0.2086181640625, 0.10101318359375, 0.1551513671875, 0.06622314453125, 0.111083984375, 0.1785888671875, 0.1279296875, 0.0225677490234375, 0.08416748046875, 0.185546875, 0.0709228515625, 0.0438232421875, 0....
embed
12962216_c0
12962216
lisp
0
Title: Lisp, While function undefined error with CLISP? Problem title: Lisp, While function undefined error with CLISP? Tags: while-loop, loops, lisp, common-lisp, clisp Problem: Lisp, While function undefined error with CLISP? I am working on a program in LISP, using CLISP to run the program. My function has a while s...
Lisp, While function undefined error with CLISP? Lisp, While function undefined error with CLISP? while-loop loops lisp common-lisp clisp the Lisp While CLISP EVAL Put Page Note ITEM KEY Lisp, While function undefined error with CLISP? I am working on a program in LISP, using CLISP to run the program. My function has a...
[ -0.012451171875, 0.00689697265625, -0.006500244140625, -0.0022430419921875, -0.00122833251953125, 0.021484375, -0.01092529296875, -0.021484375, 0.006988525390625, -0.0201416015625, 0.000804901123046875, 0.01043701171875, 0.00124359130859375, -0.00421142578125, 0.0142822265625, 0.000131...
[ 1261, 7008, 51404, 32354, 9232, 5983, 297, 18499, 678, 313, 67616, 683, 12960, 28354, 40956, 400, 39210, 4086, 254, 95701, 70, 241, 61152, 19577, 14231, 18622, 94885, 186104, 20697, 1528, 16970, 9434, 11675, 63805, 30646, 28670, 33720 ]
[ 0.1656494140625, 0.21875, 0.2166748046875, 0.1702880859375, 0.0784912109375, 0.1759033203125, 0.056610107421875, 0.18798828125, 0.09722900390625, 0.0472412109375, 0.15966796875, 0.220458984375, 0.20947265625, 0.16357421875, 0.1595458984375, 0.1142578125, 0.0826416015625, 0.11401367...
embed
71650626_c0
71650626
lisp
0
Title: Augdentity Lisp Implementation Problem title: Augdentity Lisp Implementation Tags: common-lisp, lisp, clisp Problem: Augdentity Lisp Implementation Given positive ints r and c indicating number of rows and columns, create a 2D list that represents the "augmented identity matrix" with that dimension: It's the r x...
Augdentity Lisp Implementation Augdentity Lisp Implementation common-lisp lisp clisp Augdentity Lisp Implementation Augdentity Lisp Implementation Given positive ints r and c indicating number of rows and columns, create a 2D list that represents the "augmented identity matrix" with that dimension: It's the r x c matri...
[ -0.004180908203125, 0.02197265625, 0.0047607421875, 0.0179443359375, -0.0179443359375, 0.029541015625, 0.0245361328125, 0.024658203125, -0.000762939453125, -0.0021514892578125, -0.0003032684326171875, -0.0118408203125, -0.0115966796875, -0.0013580322265625, -0.0098876953125, 0.01599121...
[ 23177, 37379, 2481, 1261, 7008, 153941, 39210, 4086, 254, 400, 95701, 24491, 23, 933, 1690, 136, 501, 114141, 14012, 15555, 3365, 316, 28282, 116, 397, 5303, 33636, 19670, 1183, 182324, 50944, 425, 678, 450, 91403, 1022, 111, 756, 45234, ...
[ 0.1563720703125, 0.194580078125, 0.055908203125, 0.1595458984375, 0.2127685546875, 0.17333984375, 0.0941162109375, 0.1048583984375, 0.1544189453125, 0.1241455078125, 0.053680419921875, 0.1446533203125, 0.0701904296875, 0.0887451171875, 0.089111328125, 0.102783203125, 0.0869140625, ...
embed
2403400_c1
2403400
lisp
1
Column (columns Source)) (setf (aref (noise-map Destination) Row Column) (aref (noise-map Source) Row Column)) (setf (aref (altitudes Destination) Row Column) (aref (altitudes Source) Row Column)))) (setf (connectors Destination) (mapcar #'copy-instance (connectors Source))) (setf (visible-alpha-threshold Destination) ...
Column (columns Source)) (setf (aref (noise-map Destination) Row Column) (aref (noise-map Source) Row Column)) (setf (aref (altitudes Destination) Row Column) (aref (altitudes Source) Row Column)))) (setf (connectors Destination) (mapcar #'copy-instance (connectors Source))) (setf (visible-alpha-threshold Destination) ...
[ -0.018310546875, 0.01611328125, 0.002593994140625, 0.025390625, 0.01202392578125, -0.00021648406982421875, 0.01220703125, -0.0220947265625, 0.0130615234375, 0.0299072265625, -0.004119873046875, 0.007415771484375, 0.000583648681640625, 0.0185546875, -0.01483154296875, -0.0291748046875, ...
[ 233987, 15, 8447, 316, 1779, 77641, 3509, 420, 29087, 157, 3075, 62346, 145778, 1363, 96190, 289, 35810, 80126, 135457, 25251, 3284, 137366, 116071, 99017, 14612, 2109, 16200, 74, 43658, 22710, 72803, 390, 70141, 568, 3794, 127167, 37926, 610...
[ 0.307373046875, 0.0142364501953125, 0.1541748046875, 0.16455078125, 0.068359375, 0.281005859375, 0.10400390625, 0.140625, 0.1898193359375, 0.101318359375, 0.1561279296875, 0.155517578125, 0.2470703125, 0.07421875, 0.2286376953125, 0.07293701171875, 0.1197509765625, 0.0531005859375,...
embed
57427557_c0
57427557
lisp
0
Title: Clarify Perlis dictum, &quot;LISP programmers know the value of everything and the cost of nothing.&quot; Problem title: Clarify Perlis dictum, &quot;LISP programmers know the value of everything and the cost of nothing.&quot; Tags: lisp Problem: Clarify Perlis dictum, "LISP programmers know the value of everyth...
Clarify Perlis dictum, &quot;LISP programmers know the value of everything and the cost of nothing.&quot; Clarify Perlis dictum, &quot;LISP programmers know the value of everything and the cost of nothing.&quot; lisp Clarify Perlis LISP Clarify Perlis dictum, "LISP programmers know the value of everything and the cost ...
[ 0.01373291015625, 0.03369140625, -0.015869140625, 0.017822265625, -0.01544189453125, 0.01544189453125, 0.012451171875, 0.00994873046875, 0.016845703125, -0.0234375, -0.01104736328125, -0.00005507469177246094, -0.022216796875, 0.0167236328125, -0.00112152099609375, 0.0146484375, 0.005...
[ 133416, 18929, 908, 4086, 24099, 67616, 683, 77848, 7, 3714, 34292, 111, 26818, 136, 11034, 33720, 400, 7008, 16970, 9434, 5122, 187136, 2367, 450, 66747, 6183, 26950, 1261, 73342, 25, 8781, 34153, 46683, 25841, 9842, 28852, 45646, 41018, 1...
[ 0.1480712890625, 0.1636962890625, 0.1810302734375, 0.2470703125, 0.25927734375, 0.137939453125, 0.16845703125, 0.195068359375, 0.02801513671875, 0.18017578125, 0.233642578125, 0.12939453125, 0.1815185546875, 0.07318115234375, 0.1776123046875, 0.1883544921875, 0.0880126953125, 0.165...
embed
35205097_c0
35205097
lisp
0
Title: Recursive function not working as planned Problem title: Recursive function not working as planned Tags: sisc, scheme, lisp Problem: Recursive function not working as planned I am writing a function in Scheme that is supposed to take two integers, X and Y, and then recursively add X/Y + (X-1)/(Y-1) + ... until o...
Recursive function not working as planned Recursive function not working as planned sisc scheme lisp Recursive X-1 Y-1 Recursive function not working as planned I am writing a function in Scheme that is supposed to take two integers, X and Y, and then recursively add X/Y + (X-1)/(Y-1) + ... until one of the numbers rea...
[ -0.0255126953125, 0.02099609375, -0.0031585693359375, 0.00439453125, -0.01507568359375, 0.007598876953125, -0.0054931640625, -0.006591796875, -0.003509521484375, 0.023193359375, -0.0034027099609375, -0.0107421875, -0.006927490234375, -0.00689697265625, 0.03662109375, -0.000411987304687...
[ 853, 48650, 5844, 32354, 959, 20697, 237, 203251, 78, 10382, 150370, 400, 7008, 1193, 5759, 990, 32562, 23, 34702, 282, 134598, 5646, 6626, 892, 26255, 136, 195625, 15190, 64, 1723, 997, 1542, 110218, 24189, 1632, 101935, 58359, 757, 201, ...
[ 0.107177734375, 0.244873046875, 0.2115478515625, 0.2344970703125, 0.069091796875, 0.1767578125, 0.1585693359375, 0.2449951171875, 0.1207275390625, 0.1541748046875, 0.22021484375, 0.09661865234375, 0.1915283203125, 0.09600830078125, 0.142822265625, 0.139892578125, 0.1282958984375, 0...
embed
65805480_c0
65805480
lisp
0
Title: lisp updating a list function Problem title: lisp updating a list function Tags: common-lisp, lisp, clisp Problem: lisp updating a list function hey so im trying to make a function in lisp which takes in three parameters, a list of runners, a name and a medal type. The list of runners looks like the following: (...
lisp updating a list function lisp updating a list function common-lisp lisp clisp lisp updating a list function hey so im trying to make a function in lisp which takes in three parameters, a list of runners, a name and a medal type. The list of runners looks like the following: I'm trying to update the type and number...
[ -0.01446533203125, 0.01055908203125, 0.0078125, -0.01287841796875, -0.007049560546875, 0.025146484375, -0.0181884765625, 0.0196533203125, 0.022705078125, 0.0012054443359375, 0.00787353515625, -0.018310546875, 0.02490234375, -0.0218505859375, 0.00360107421875, 0.0012969970703125, 0.00...
[ 400, 7008, 1257, 56464, 10, 5303, 32354, 39210, 4086, 254, 95701, 28192, 31577, 3249, 23, 51776, 17262, 171859, 142117, 9351, 40501, 10644, 111, 7, 33342, 1884, 25632, 28350, 14012, 12638, 1556, 36663, 90445, 765, 201, 86761, 5809, 4527, 59...
[ 0.1669921875, 0.2125244140625, 0.1651611328125, 0.160400390625, 0.0556640625, 0.23828125, 0.213134765625, 0.0980224609375, 0.1153564453125, 0.1444091796875, 0.10491943359375, 0.0235748291015625, 0.0633544921875, 0.0042724609375, 0.0226593017578125, 0.04107666015625, 0.1107177734375, ...
embed
5368090_c0
5368090
lisp
0
Title: What are the actual differences between Scheme and Common Lisp? (Or any other two dialects of Lisp) Problem title: What are the actual differences between Scheme and Common Lisp? (Or any other two dialects of Lisp) Tags: racket, lisp, common-lisp, scheme, sicp Problem: What are the actual differences between Sch...
What are the actual differences between Scheme and Common Lisp? (Or any other two dialects of Lisp) What are the actual differences between Scheme and Common Lisp? (Or any other two dialects of Lisp) racket lisp common-lisp scheme sicp What Scheme Common Lisp What are the actual differences between Scheme and Common Li...
[ 0.002593994140625, 0.0098876953125, 0.00677490234375, 0.0220947265625, -0.0157470703125, 0.006561279296875, 0.0009613037109375, 0.004119873046875, 0.0169677734375, 0.01287841796875, 0.00714111328125, -0.0103759765625, -0.00408935546875, 0.00726318359375, 0.003021240234375, 0.0042419433...
[ 8561, 60212, 7, 17721, 34702, 282, 136, 151301, 1261, 7008, 6626, 220734, 673, 27853, 400, 39210, 4086, 254, 150370, 26536, 4865, 3129, 30698, 11522, 171739, 4092, 11389, 159, 198993, 26267, 12301, 4127, 60892, 5609, 56037, 83, 10, 32195, 5...
[ 0.1597900390625, 0.21484375, 0.1080322265625, 0.0838623046875, 0.2451171875, 0.246337890625, 0.056610107421875, 0.2021484375, 0.1802978515625, 0.1982421875, 0.07379150390625, 0.212646484375, 0.048553466796875, 0.1671142578125, 0.0914306640625, 0.105712890625, 0.0919189453125, 0.151...
embed
19129520_c0
19129520
lisp
0
Title: I defined a new multiply function in Scheme which I think should be wrong, however, it works Problem title: I defined a new multiply function in Scheme which I think should be wrong, however, it works Tags: lisp, sicp, scheme Problem: I defined a new multiply function in Scheme which I think should be wrong, how...
I defined a new multiply function in Scheme which I think should be wrong, however, it works I defined a new multiply function in Scheme which I think should be wrong, however, it works lisp sicp scheme Scheme I defined a new multiply function in Scheme which I think should be wrong, however, it works In scheme, the ne...
[ -0.02197265625, 0.0234375, 0.02099609375, -0.001495361328125, -0.021484375, 0.01220703125, -0.01177978515625, -0.006439208984375, -0.01324462890625, -0.020751953125, 0.007659912109375, -0.01092529296875, -0.00147247314453125, -0.023681640625, 0.01055908203125, -0.00799560546875, 0.01...
[ 61924, 3525, 6024, 62479, 32354, 23, 34702, 282, 5351, 5608, 186, 44691, 49903, 442, 43240, 71, 400, 7008, 26536, 254, 150370, 70, 9655, 144570, 4527, 17, 720, 45023, 55300, 43257, 3501, 195625, 5844, 35142, 678, 2967, 47644, 29954, 116, ...
[ 0.169677734375, 0.1502685546875, 0.1563720703125, 0.232177734375, 0.2108154296875, 0.060302734375, 0.189208984375, 0.1815185546875, 0.114013671875, 0.046356201171875, 0.033660888671875, 0.164306640625, 0.049285888671875, 0.0474853515625, 0.1513671875, 0.0171661376953125, 0.0202026367...
embed
48218639_c0
48218639
lisp
0
Title: LISP extract an element from a list only in a specific case Problem title: LISP extract an element from a list only in a specific case Tags: common-lisp, lisp, extract Problem: LISP extract an element from a list only in a specific case The function i'm looking for has to return the index of the first , that is ...
LISP extract an element from a list only in a specific case LISP extract an element from a list only in a specific case common-lisp lisp extract a LISP LISP extract an element from a list only in a specific case The function i'm looking for has to return the index of the first , that is out of a pair of " ". For exampl...
[ -0.003936767578125, 0.0269775390625, -0.01263427734375, 0.01904296875, 0.00311279296875, 0.0216064453125, 0.00090789794921875, 0.006683349609375, 0.0263671875, -0.000423431396484375, 0.0050048828125, -0.038818359375, -0.004150390625, -0.00885009765625, -0.01312255859375, 0.008850097656...
[ 16970, 9434, 125663, 12830, 1295, 5303, 4734, 29458, 7225, 23, 39210, 4086, 254, 400, 7008, 32354, 16487, 100, 1556, 30646, 63262, 111, 5117, 1810, 80836, 44, 27781, 678, 40, 944, 3956, 5608, 534, 959, 201, 13448, 74918, 96117, 17721, 378...
[ 0.1385498046875, 0.248046875, 0.2193603515625, 0.208740234375, 0.1341552734375, 0.2069091796875, 0.097412109375, 0.160888671875, 0.19091796875, 0.03375244140625, 0.10198974609375, 0.102294921875, 0.179443359375, 0.1165771484375, 0.1903076171875, 0.2017822265625, 0.0753173828125, 0....
embed
21443087_c0
21443087
lisp
0
Title: make-symbol added unwanted formatting to generated symbols Problem title: make-symbol added unwanted formatting to generated symbols Tags: common-lisp, lisp, package, symbols Problem: make-symbol added unwanted formatting to generated symbols I'm trying to write a function primeify that accepts a symbol and retu...
make-symbol added unwanted formatting to generated symbols make-symbol added unwanted formatting to generated symbols common-lisp lisp package symbols Y-PRIME make-symbol added unwanted formatting to generated symbols I'm trying to write a function primeify that accepts a symbol and returns the symbol with "-prime" app...
[ 0.006103515625, 0.0107421875, 0.0140380859375, 0.003692626953125, 0.01007080078125, 0.0036468505859375, -0.00347900390625, 0.01495361328125, 0.005615234375, 0.0264892578125, 0.0179443359375, -0.01007080078125, 0.0037841796875, -0.00909423828125, -0.025390625, 0.00811767578125, -0.027...
[ 3249, 9, 176726, 49814, 51, 3206, 9384, 1916, 139392, 26582, 39210, 4086, 254, 400, 7008, 98169, 990, 17255, 66820, 31577, 33022, 32354, 20809, 40383, 26946, 30646, 114654, 114689, 104851, 140992, 748, 113, 43581, 86345, 208124, 5219, 2069, 1...
[ 0.188232421875, 0.04656982421875, 0.25341796875, 0.0927734375, 0.0247650146484375, 0.1033935546875, 0.155517578125, 0.0509033203125, 0.118896484375, 0.2078857421875, 0.0465087890625, 0.0972900390625, 0.1287841796875, 0.127685546875, 0.1895751953125, 0.130615234375, 0.115966796875, ...
embed
38028483_c0
38028483
lisp
0
Title: Dynamic Variable Closure in Common Lisp (SBCL) Problem title: Dynamic Variable Closure in Common Lisp (SBCL) Tags: lisp, sbcl, scope, common-lisp Problem: Dynamic Variable Closure in Common Lisp (SBCL) I understand how this code works: (defvar *nums* '(2 3 5)) (defun print-nums () (format t "~a~%" *nums*)) (prin...
Dynamic Variable Closure in Common Lisp (SBCL) Dynamic Variable Closure in Common Lisp (SBCL) lisp sbcl scope common-lisp Dynamic Variable Closure Common Lisp SBCL NIL Dynamic Variable Closure in Common Lisp (SBCL) I understand how this code works: I even understand how the new value of the dynamically bound variable *...
[ 0.0264892578125, -0.002288818359375, 0.00848388671875, -0.007537841796875, 0.0003185272216796875, 0.0211181640625, -0.00335693359375, 0.0234375, 0.006744384765625, -0.0087890625, -0.02734375, -0.0108642578125, 0.006439208984375, -0.000732421875, 0.034423828125, -0.000690460205078125, ...
[ 73327, 21068, 84572, 2886, 51053, 56851, 151301, 1261, 7008, 36474, 37486, 400, 275, 34937, 70820, 39210, 4086, 254, 90944, 541, 16444, 28219, 3642, 903, 18151, 43240, 3525, 34292, 84079, 25958, 99091, 77336, 2606, 115081, 28412, 15400, 22027, ...
[ 0.159912109375, 0.10467529296875, 0.1956787109375, 0.1131591796875, 0.203369140625, 0.109375, 0.1080322265625, 0.119140625, 0.134521484375, 0.053466796875, 0.152099609375, 0.0655517578125, 0.047119140625, 0.141357421875, 0.1353759765625, 0.0941162109375, 0.056976318359375, 0.087219...
embed
48143133_c0
48143133
lisp
0
Title: LISP - remove duplicates from the given list of atoms Problem title: LISP - remove duplicates from the given list of atoms Tags: common-lisp, lisp Problem: LISP - remove duplicates from the given list of atoms I am trying to remove the duplicate occurrences of the atoms in the given list. My code is as below - (...
LISP - remove duplicates from the given list of atoms LISP - remove duplicates from the given list of atoms common-lisp lisp the LISP List LISP - remove duplicates from the given list of atoms I am trying to remove the duplicate occurrences of the atoms in the given list. My code is as below - This code works fine, it ...
[ -0.00927734375, 0.045166015625, 0.0189208984375, -0.000774383544921875, -0.005645751953125, 0.005126953125, 0.0098876953125, 0.0125732421875, -0.011962890625, -0.0123291015625, -0.00677490234375, 0.0201416015625, 0.0263671875, 0.004150390625, -0.00872802734375, 0.03125, -0.0033111572...
[ 16970, 9434, 20, 87388, 171763, 1636, 1295, 34475, 5303, 34627, 39210, 4086, 254, 400, 7008, 70, 32036, 7, 31577, 47, 67, 74918, 42, 69098, 18151, 35064, 3293, 43240, 5885, 11853, 3444, 50339, 5701, 12989, 237, 13379, 16750, 40251, 70944, ...
[ 0.1727294921875, 0.25341796875, 0.03314208984375, 0.1915283203125, 0.25732421875, 0.17431640625, 0.10546875, 0.0836181640625, 0.1737060546875, 0.2186279296875, 0.1376953125, 0.1309814453125, 0.169677734375, 0.1236572265625, 0.206787109375, 0.0517578125, 0.181884765625, 0.0542602539...
embed
28724824_c0
28724824
lisp
0
Title: Check list for strings using string? Problem title: Check list for strings using string? Tags: lisp, string, racket Problem: Check list for strings using string? Hi I am having a little trouble testing a list to see if the list contains only strings. I am reading the documentation 2.3(Iterations, and Recursion) ...
Check list for strings using string? Check list for strings using string? lisp string racket string Check Check list for strings using string? Hi I am having a little trouble testing a list to see if the list contains only strings. I am reading the documentation 2.3(Iterations, and Recursion) + 3.12 (Conditionals) and ...
[ -0.025146484375, 0.003631591796875, -0.024169921875, 0.0245361328125, -0.017578125, 0.0263671875, 0.011474609375, -0.00408935546875, -0.016845703125, 0.00592041015625, 0.005279541015625, -0.056396484375, 0.00099945068359375, -0.00084686279296875, 0.004547119140625, 0.01953125, 0.0200...
[ 38679, 5303, 100, 79315, 7, 17368, 400, 7008, 673, 27853, 10176, 63134, 134234, 1957, 2174, 70541, 4734, 209806, 59811, 720, 165428, 42, 1530, 428, 12765, 271, 201505, 5117, 77336, 10588, 23, 1650, 7426, 4420, 3034, 98320, 12319, 2967, 8560...
[ 0.207275390625, 0.241455078125, 0.0582275390625, 0.271240234375, 0.09747314453125, 0.1376953125, 0.07281494140625, 0.16552734375, 0.051971435546875, 0.1693115234375, 0.007080078125, 0.052703857421875, 0.1727294921875, 0.0389404296875, 0.0185394287109375, 0.061065673828125, 0.05603027...
embed
2103761_c0
2103761
lisp
0
Title: Anybody know how to get ahold of SAM76 source code for Linux? Problem title: Anybody know how to get ahold of SAM76 source code for Linux? Tags: functional-programming, lisp, programming-languages Problem: Anybody know how to get ahold of SAM76 source code for Linux? resistors.org site and foxthompson.net downlo...
Anybody know how to get ahold of SAM76 source code for Linux? Anybody know how to get ahold of SAM76 source code for Linux? functional-programming lisp programming-languages Anybody SAM76 Linux Anybody know how to get ahold of SAM76 source code for Linux? resistors.org site and foxthompson.net download links are stale/...
[ 0.03369140625, 0.018310546875, 0.017822265625, 0.014404296875, 0.009521484375, 0.00732421875, -0.0017852783203125, 0.0084228515625, -0.00677490234375, -0.06103515625, 0.013671875, -0.016357421875, -0.01104736328125, -0.008544921875, -0.0036468505859375, -0.0052490234375, -0.002380371...
[ 37873, 3714, 3642, 2046, 10, 16200, 111, 39699, 11835, 31344, 18151, 100, 29908, 123309, 28966, 400, 7008, 56037, 449, 196651, 39746, 25251, 1478, 1764, 147797, 157978, 254, 1681, 1179, 7026, 22317, 131964, 180407, 2109, 164, 22230, 92614, 31...
[ 0.0889892578125, 0.0916748046875, 0.0283966064453125, 0.07373046875, 0.046112060546875, 0.1676025390625, 0.00592041015625, 0.19482421875, 0.307373046875, 0.17333984375, 0.1802978515625, 0.06976318359375, 0.2171630859375, 0.1451416015625, 0.117431640625, 0.0843505859375, 0.15100097656...
embed
26209250_c0
26209250
lisp
0
Title: Modifying hash-tables in Common Lisp and Let Problem title: Modifying hash-tables in Common Lisp and Let Tags: lisp, common-lisp, evaluation, hashtable Problem: Modifying hash-tables in Common Lisp and Let I've been trying to modify a hash-table with the following code (let ((alist '(gethash key *hash-table*))) ...
Modifying hash-tables in Common Lisp and Let Modifying hash-tables in Common Lisp and Let lisp common-lisp evaluation hashtable Modifying Common Lisp Modifying hash-tables in Common Lisp and Let I've been trying to modify a hash-table with the following code but the problem is that it doesn't actually modify the hash-t...
[ -0.011474609375, 0.03271484375, -0.0020599365234375, 0.003875732421875, 0.001129150390625, -0.01361083984375, -0.0064697265625, 0.000362396240234375, -0.00592041015625, -0.00396728515625, -0.005157470703125, 0.03955078125, 0.01214599609375, 0.021484375, 0.022216796875, 0.0086669921875,...
[ 16269, 151138, 1556, 127, 22819, 151301, 1261, 7008, 136, 10842, 400, 39210, 4086, 254, 219836, 31577, 2811, 40383, 25632, 18151, 2967, 18, 4488, 43240, 80234, 831, 11675, 32354, 1884, 80934 ]
[ 0.147705078125, 0.102294921875, 0.151123046875, 0.136962890625, 0.2001953125, 0.1131591796875, 0.12646484375, 0.13671875, 0.048553466796875, 0.1744384765625, 0.08367919921875, 0.057861328125, 0.09423828125, 0.0894775390625, 0.1536865234375, 0.03594970703125, 0.1260986328125, 0.1185...
embed
10917887_c1
10917887
lisp
1
SYS in ECL is a package for functions and variables internal to the implementation, but I don't worry if my code is not portable, as long as it works. BTW in other kinds of condition objects there are also other apparently useful slots for my purpose, named SI:FORMAT-CONTROL and SI:FORMAT-ARGUMENT , but I cannot acces...
SYS in ECL is a package for functions and variables internal to the implementation, but I don't worry if my code is not portable, as long as it works. BTW in other kinds of condition objects there are also other apparently useful slots for my purpose, named SI:FORMAT-CONTROL and SI:FORMAT-ARGUMENT , but I cannot acces...
[ -0.0162353515625, 0.01348876953125, 0.005889892578125, 0.0108642578125, 0.011474609375, -0.00408935546875, 0.01080322265625, 0.01263427734375, 0.0067138671875, -0.0146484375, -0.003204345703125, -0.01019287109375, 0.0033416748046875, -0.012939453125, 0.02490234375, 0.023193359375, -0...
[ 159, 26947, 23, 241, 37486, 83, 10, 98169, 100, 32354, 136, 77336, 70796, 208124, 90908, 18151, 168627, 4989, 43240, 8562, 35431, 36746, 198371, 80234, 121892, 60042, 10000, 98533, 14609, 108369, 135225, 11909, 43578, 33827, 53418, 17203, 20195...
[ 0.1654052734375, 0.26904296875, 0.05914306640625, 0.09600830078125, 0.2366943359375, 0.054656982421875, 0.021942138671875, 0.2279052734375, 0.030426025390625, 0.141357421875, 0.058380126953125, 0.2144775390625, 0.154052734375, 0.14892578125, 0.034881591796875, 0.1800537109375, 0.1907...
embed
39241203_c2
39241203
lisp
2
DEFCONSTANT :COMMA ...)) ; error while parsing arguments to DEFMACRO DEFCONSTANT: ; too many elements in ; (:COMMA (CREATE-SYMBOL NAME) :COMMA Code signals: chapter, SBCL, Error, ql:quickload, Load, ASDF, Loading, Users, cl-unicode-0.1.5, util.lisp, DEFINE-HANGUL-CONSTANT, SBase, CL-UNICODE::DEFINE-HANGUL-CONSTANT, EVA...
DEFCONSTANT :COMMA ...)) ; error while parsing arguments to DEFMACRO DEFCONSTANT: ; too many elements in ; (:COMMA (CREATE-SYMBOL NAME) :COMMA Code signals: chapter, SBCL, Error, ql:quickload, Load, ASDF, Loading, Users, cl-unicode-0.1.5, util.lisp, DEFINE-HANGUL-CONSTANT, SBase, CL-UNICODE::DEFINE-HANGUL-CONSTANT, EVA...
[ 0.0181884765625, 0.0167236328125, 0.00067138671875, 0.00439453125, 0.01129150390625, 0.0279541015625, -0.0014801025390625, -0.00982666015625, -0.002960205078125, 0.0032196044921875, -0.033935546875, -0.052734375, 0.0228271484375, -0.01007080078125, -0.0189208984375, -0.01123046875, -...
[ 202001, 77980, 75700, 618, 152, 16113, 8218, 153, 2819, 18499, 12960, 366, 6953, 10750, 47, 1514, 59370, 15012, 14255, 12, 5792, 5941, 80854, 23, 41519, 8241, 294, 65311, 98335, 182512, 28864, 26073, 139539, 90944, 37486, 212059, 99247, 3181,...
[ 0.26220703125, 0.1572265625, 0.21533203125, 0.1278076171875, 0.020416259765625, 0.1646728515625, 0.185546875, 0.035614013671875, 0.037994384765625, 0.1943359375, 0.062164306640625, 0.134765625, 0.0333251953125, 0.2406005859375, 0.0809326171875, 0.227294921875, 0.1605224609375, 0.09...
embed
1187262_c0
1187262
lisp
0
Title: Lisp: CHAR is neither declared nor bound Problem title: Lisp: CHAR is neither declared nor bound Tags: common-lisp, emacs, lisp, slime Problem: Lisp: CHAR is neither declared nor bound I have decided to learn (Common) Lisp a few days ago and I realize that this is quite a newbie question and it is probably extre...
Lisp: CHAR is neither declared nor bound Lisp: CHAR is neither declared nor bound common-lisp emacs lisp slime Lisp CHAR Get Lisp: CHAR is neither declared nor bound I have decided to learn (Common) Lisp a few days ago and I realize that this is quite a newbie question and it is probably extremely trivial to someone wi...
[ 0.0145263671875, 0.0216064453125, 0.00139617919921875, 0.006103515625, -0.01708984375, 0.0289306640625, 0.01092529296875, -0.003997802734375, 0.000949859619140625, -0.000408172607421875, 0.010009765625, -0.012939453125, -0.035400390625, 0.009521484375, -0.002349853515625, 0.01147460937...
[ 1261, 7008, 12, 313, 61869, 83, 2725, 9319, 159978, 71, 12488, 99091, 39210, 4086, 254, 352, 2263, 400, 34264, 13, 20779, 30698, 10770, 3796, 9014, 72367, 85269, 4439, 997, 82344, 23, 27271, 33022, 1528, 217028, 35064, 9790, 9969, 1340, 6...
[ 0.17333984375, 0.2291259765625, 0.018463134765625, 0.067626953125, 0.2374267578125, 0.077392578125, 0.0950927734375, 0.089599609375, 0.1824951171875, 0.0660400390625, 0.0870361328125, 0.202880859375, 0.08526611328125, 0.1097412109375, 0.1427001953125, 0.0218658447265625, 0.0687866210...
embed
19500668_c0
19500668
lisp
0
Title: emacs major-mode define font-lock for line preceding regexp Problem title: emacs major-mode define font-lock for line preceding regexp Tags: syntax, regex, lisp, emacs Problem: emacs major-mode define font-lock for line preceding regexp I'm working on making a custom emacs major-mode, but I'm completely unfamili...
emacs major-mode define font-lock for line preceding regexp emacs major-mode define font-lock for line preceding regexp syntax regex lisp emacs Colored Heading emacs major-mode define font-lock for line preceding regexp I'm working on making a custom emacs major-mode, but I'm completely unfamiliar with lisp - so I'm st...
[ -0.004730224609375, -0.000629425048828125, -0.0247802734375, 0.007598876953125, -0.0002899169921875, 0.0152587890625, 0.0245361328125, 0.025390625, 0.0272216796875, -0.009765625, -0.007171630859375, 0.00860595703125, -0.00372314453125, 0.000415802001953125, 0.00567626953125, -0.0126342...
[ 352, 2263, 7, 13036, 61170, 61924, 12401, 21135, 13315, 107671, 6835, 83613, 6002, 3355, 400, 7008, 51193, 297, 44816, 214, 20697, 114122, 64557, 69211, 237875, 31577, 15190, 56776, 111, 119140, 242, 2203, 707, 20, 127308, 33233, 36917, 4527,...
[ 0.07147216796875, 0.125, 0.08966064453125, 0.0904541015625, 0.1444091796875, 0.133544921875, 0.19189453125, 0.21533203125, 0.1168212890625, 0.09600830078125, 0.06890869140625, 0.1632080078125, 0.0057373046875, 0.0980224609375, 0.08837890625, 0.1826171875, 0.0914306640625, 0.0210113...
embed
4170829_c0
4170829
lisp
0
Title: Does the defstruct instantiation evaluate its &amp;key arguments? Problem title: Does the defstruct instantiation evaluate its &amp;key arguments? Tags: common-lisp, lisp Problem: Does the defstruct instantiation evaluate its &key arguments? I'm trying to nest instances of defstructs as some of the &key argument...
Does the defstruct instantiation evaluate its &amp;key arguments? Does the defstruct instantiation evaluate its &amp;key arguments? common-lisp lisp Does Mother John COMPOUND KNOWS ARGS Does the defstruct instantiation evaluate its &key arguments? I'm trying to nest instances of defstructs as some of the &key arguments...
[ 0.014892578125, 0.0091552734375, 0.0191650390625, -0.01275634765625, 0.0174560546875, 0.029052734375, 0.0196533203125, -0.0093994140625, 0.0125732421875, 0.029296875, -0.006591796875, 0.006561279296875, 0.0206298828125, 0.00016117095947265625, 0.005950927734375, 0.000904083251953125, ...
[ 101790, 8, 420, 36716, 34648, 14, 2320, 151575, 13, 6863, 619, 25133, 19770, 10750, 7, 70, 39210, 4086, 254, 400, 7008, 115217, 4939, 61898, 670, 34384, 341, 110753, 294, 13685, 34162, 31577, 91280, 110527, 15700, 106804, 18151, 77336, 1835...
[ 0.0550537109375, 0.177978515625, 0.1544189453125, 0.2347412109375, 0.1287841796875, 0.1181640625, 0.040740966796875, 0.195556640625, 0.0872802734375, 0.0811767578125, 0.081298828125, 0.0689697265625, 0.228271484375, 0.262939453125, 0.08673095703125, 0.04095458984375, 0.1058349609375,...
embed
17636680_c0
17636680
lisp
0
Title: how to deploy a lisp image with swank, and run as a daemon Problem title: how to deploy a lisp image with swank, and run as a daemon Tags: daemon, deployment, swank, lisp Problem: how to deploy a lisp image with swank, and run as a daemon As seid in the title, I want to deploy a Lisp image which is runnable with...
how to deploy a lisp image with swank, and run as a daemon how to deploy a lisp image with swank, and run as a daemon daemon deployment swank lisp Detachtty how to deploy a lisp image with swank, and run as a daemon As seid in the title, I want to deploy a Lisp image which is runnable with Swank. This can be done by us...
[ 0.01104736328125, 0.007568359375, -0.0107421875, -0.00933837890625, -0.0252685546875, -0.006256103515625, 0.00958251953125, 0.0089111328125, -0.013427734375, -0.0162353515625, 0.01507568359375, 0.0223388671875, 0.000865936279296875, 0.01092529296875, 0.016845703125, -0.02392578125, 0...
[ 3642, 8, 13158, 53, 400, 7008, 29569, 678, 68062, 7570, 11675, 237, 48, 74768, 579, 13206, 939, 1261, 2886, 138087, 92, 115, 2676, 32354, 208124, 831, 4127, 12447, 149, 56065, 38937, 1884, 29806, 103723, 51684, 49756, 162, 275, 85, 44126,...
[ 0.053680419921875, 0.084228515625, 0.201904296875, 0.0889892578125, 0.1505126953125, 0.25244140625, 0.1951904296875, 0.117431640625, 0.1380615234375, 0.1907958984375, 0.1265869140625, 0.11767578125, 0.048858642578125, 0.2325439453125, 0.1497802734375, 0.146240234375, 0.1943359375, ...
embed
57119564_c2
57119564
lisp
2
(4) (3) (3 4) (2) (2 4) (2 3) (2 3 4) (1) (1 4) (1 3) (1 3 4) (1 2) (1 2 4) (1 2 3) (1 2 3 4)) I wrote my java implementation import java.util.*; import java.util.function.UnaryOperator; import static java.util.Arrays.asList; import static java.util.stream.Collectors.*; public class A { public static void main(String[...
(4) (3) (3 4) (2) (2 4) (2 3) (2 3 4) (1) (1 4) (1 3) (1 3 4) (1 2) (1 2 4) (1 2 3) (1 2 3 4)) I wrote my java implementation import java.util.*; import java.util.function.UnaryOperator; import static java.util.Arrays.asList; import static java.util.stream.Collectors.*; public class A { public static void main(String[...
[ -0.0030364990234375, 0.01397705078125, 0.016357421875, 0.0084228515625, -0.0016632080078125, -0.0022735595703125, 0.004608154296875, 0.00396728515625, 0.03369140625, 0.0167236328125, 0.00323486328125, 0.007659912109375, 0.0015411376953125, 0.0184326171875, -0.006439208984375, 0.0018615...
[ 3971, 2788, 6896, 13956, 1737, 4700, 8439, 138, 798, 2858, 4958, 116, 16, 87, 54397, 759, 79, 330, 208124, 24927, 34, 3675, 1639, 74, 137175, 14256, 6635, 156823, 1290, 201939, 7092, 162, 154663, 86429, 78457, 187075, 3835, 18507, 62, 229...
[ 0.193359375, 0.14501953125, 0.13623046875, 0.2308349609375, 0.136474609375, 0.0867919921875, 0.2010498046875, 0.1409912109375, 0.09881591796875, 0.08740234375, 0.11669921875, 0.0631103515625, 0.027191162109375, 0.07135009765625, 0.1785888671875, 0.0989990234375, 0.19189453125, 0.24...
embed
46149302_c0
46149302
lisp
0
Title: Why does this lisp function return nil? Problem title: Why does this lisp function return nil? Tags: functional-programming, lisp, recursion Problem: Why does this lisp function return nil? I am trying to build a lisp function that will car and cdr through a list while comparing the values in that list to a max ...
Why does this lisp function return nil? Why does this lisp function return nil? functional-programming lisp recursion Why elements2 Why does this lisp function return nil? I am trying to build a lisp function that will car and cdr through a list while comparing the values in that list to a max value. If a value in the ...
[ -0.0087890625, 0.01177978515625, 0.02880859375, -0.00041961669921875, 0.0177001953125, 0.037841796875, 0.005218505859375, -0.0024261474609375, 0.0224609375, 0.01708984375, 0.0120849609375, -0.029541015625, -0.000888824462890625, -0.03857421875, 0.0203857421875, -0.006744384765625, 0....
[ 44084, 14602, 903, 400, 7008, 32354, 30646, 17324, 123309, 28966, 195625, 80854, 304, 6, 31577, 45367, 2258, 136, 42, 8305, 5303, 37397, 142424, 18389, 34292, 150679, 21130, 15400, 20949, 41925, 76615, 12921, 107003, 36746, 23509, 84046, 114689...
[ 0.1298828125, 0.042022705078125, 0.0755615234375, 0.1260986328125, 0.2042236328125, 0.194580078125, 0.190185546875, 0.2138671875, 0.1231689453125, 0.067138671875, 0.155029296875, 0.1895751953125, 0.1534423828125, 0.04571533203125, 0.024017333984375, 0.053192138671875, 0.1470947265625...
embed
16932619_c0
16932619
lisp
0
Title: Why am I getting an unbound error for &quot;atom?&quot; Problem title: Why am I getting an unbound error for &quot;atom?&quot; Tags: scheme, the-little-schemer, lisp, mit-scheme Problem: Why am I getting an unbound error for "atom?" I'm trying to go through "The Little Lisper" and already running into snags in t...
Why am I getting an unbound error for &quot;atom?&quot; Why am I getting an unbound error for &quot;atom?&quot; scheme the-little-schemer lisp mit-scheme Why Unbound Why am I getting an unbound error for "atom?" I'm trying to go through "The Little Lisper" and already running into snags in the first chapter. I'm relati...
[ 0.00445556640625, 0.0301513671875, 0.0029449462890625, -0.0079345703125, -0.01483154296875, 0.0263671875, 0.02001953125, -0.0003509521484375, -0.01495361328125, -0.0228271484375, 0.00970458984375, -0.0213623046875, 0.005889892578125, -0.006866455078125, -0.001617431640625, 0.0006408691...
[ 44084, 444, 87, 20949, 51, 99091, 18499, 100, 11, 5928, 142, 150370, 150, 46401, 7560, 1991, 400, 7008, 491, 282, 992, 31577, 3957, 59784, 1261, 20595, 51042, 5117, 139539, 85269, 4439, 52080, 20450, 461, 107, 7026, 3574, 4027, 81979, 218...
[ 0.140625, 0.05352783203125, 0.00408935546875, 0.0833740234375, 0.122314453125, 0.24072265625, 0.2352294921875, 0.050872802734375, 0.06414794921875, 0.2425537109375, 0.00274658203125, 0.1767578125, 0.029388427734375, 0.0838623046875, 0.102783203125, 0.141357421875, 0.069580078125, 0...
embed
10308124_c0
10308124
lisp
0
Title: Reading User Input in Emacs Inferior Lisp Problem title: Reading User Input in Emacs Inferior Lisp Tags: lisp, common-lisp, user-input, emacs Problem: Reading User Input in Emacs Inferior Lisp I'm trying to learn Lisp by reading Practical Common Lisp and I've hit a small stumbling block early on when trying to r...
Reading User Input in Emacs Inferior Lisp Reading User Input in Emacs Inferior Lisp lisp common-lisp user-input emacs Reading User Input Emacs Inferior Lisp Test NIL Reading User Input in Emacs Inferior Lisp I'm trying to learn Lisp by reading Practical Common Lisp and I've hit a small stumbling block early on when try...
[ -0.006744384765625, -0.009765625, -0.00012111663818359375, -0.0035400390625, -0.020751953125, 0.025390625, 0.026123046875, -0.01251220703125, -0.00811767578125, -0.03662109375, 0.00994873046875, -0.0017852783203125, -0.033203125, 0.00433349609375, 0.007110595703125, -0.0084228515625, ...
[ 104951, 53400, 360, 7077, 23, 85269, 4439, 26926, 748, 1261, 7008, 400, 39210, 4086, 254, 38937, 73, 352, 2263, 8647, 541, 16444, 31577, 30698, 16454, 109613, 151301, 5962, 19336, 48708, 79298, 46389, 39395, 12301, 107730, 61924, 105876, 3911...
[ 0.1983642578125, 0.2132568359375, 0.1253662109375, 0.151611328125, 0.033447265625, 0.154052734375, 0.14794921875, 0.1834716796875, 0.093994140625, 0.1446533203125, 0.189208984375, 0.093017578125, 0.078369140625, 0.1080322265625, 0.137451171875, 0.176513671875, 0.091064453125, 0.061...
embed
16537367_c0
16537367
lisp
0
Title: Method called twice instead of single time Problem title: Method called twice instead of single time Tags: lisp, autocad, vba Problem: Method called twice instead of single time I have trouble with calling methods from lisp command in Autocad. I am using lisp file in Autocad. When I call the macro name from Auto...
Method called twice instead of single time Method called twice instead of single time lisp autocad vba Method c:Export_N Export_New Export_N Set NewToolbar.AddToolbarButton Export SmallBitmapName AppPath Tool Icon MReport.bmp LargeBitmapName newButton.SetBitmaps Method called twice instead of single time I have trouble...
[ 0.003265380859375, -0.004119873046875, -0.00616455078125, 0.0302734375, 0.00823974609375, 0.037109375, -0.0089111328125, 0.0093994140625, 0.00445556640625, -0.0244140625, -0.005615234375, -0.00531005859375, -0.00118255615234375, 0.0032501220703125, 0.0037384033203125, -0.0308837890625,...
[ 74644, 35839, 186351, 64457, 11001, 1733, 400, 7008, 1809, 25426, 81, 402, 6982, 839, 134456, 46568, 19943, 186490, 1299, 82212, 62346, 10519, 92285, 2271, 56829, 2676, 22548, 6423, 63134, 159029, 150624, 1295, 75101, 4396, 11435, 11782, 111789...
[ 0.2607421875, 0.1796875, 0.280517578125, 0.1739501953125, 0.1407470703125, 0.2091064453125, 0.1363525390625, 0.23388671875, 0.057861328125, 0.195556640625, 0.04052734375, 0.1318359375, 0.1046142578125, 0.017974853515625, 0.133544921875, 0.01495361328125, 0.06427001953125, 0.0596313...
embed
59039638_c0
59039638
lisp
0
Title: list with initial-element are start from 99 to 0 in Lisp Problem title: list with initial-element are start from 99 to 0 in Lisp Tags: common-lisp, lisp Problem: list with initial-element are start from 99 to 0 in Lisp Function that takes a positive number and creates a list of all numbers between 0 (included) a...
list with initial-element are start from 99 to 0 in Lisp list with initial-element are start from 99 to 0 in Lisp common-lisp lisp 99 Lisp list with initial-element are start from 99 to 0 in Lisp Function that takes a positive number and creates a list of all numbers between 0 (included) and the number passed as an arg...
[ 0.005340576171875, 0.007171630859375, -0.02294921875, 0.004058837890625, 0.0026702880859375, 0.0220947265625, 0.0185546875, 0.00970458984375, 0.00592041015625, -0.0034332275390625, -0.000431060791015625, 0.007293701171875, 0.0228271484375, 0.033447265625, 0.0019989013671875, -0.0106201...
[ 5303, 678, 61475, 62766, 621, 4034, 1295, 10078, 47, 757, 23, 1261, 7008, 39210, 4086, 254, 400, 28670, 10763, 51776, 24491, 14012, 28282, 7, 10, 111, 756, 101935, 17721, 15, 217028, 71, 16, 115081, 237, 10750, 158928, 1674, 297, 114977, ...
[ 0.2415771484375, 0.07080078125, 0.201416015625, 0.2386474609375, 0.0154266357421875, 0.1573486328125, 0.04754638671875, 0.283203125, 0.09686279296875, 0.20556640625, 0.03338623046875, 0.17724609375, 0.25732421875, 0.1185302734375, 0.143798828125, 0.1871337890625, 0.1435546875, 0.14...
embed
1857083_c0
1857083
lisp
0
Title: How Functional language are different from the language implementation point of view Problem title: How Functional language are different from the language implementation point of view Tags: functional-programming, ml, lisp, haskell Problem: How Functional language are different from the language implementation ...
How Functional language are different from the language implementation point of view How Functional language are different from the language implementation point of view functional-programming ml lisp haskell the How Functional How Functional language are different from the language implementation point of view There i...
[ 0.01531982421875, 0.01116943359375, 0.0064697265625, 0.0137939453125, -0.0098876953125, 0.004302978515625, -0.007720947265625, 0.01373291015625, 0.00335693359375, -0.0019683837890625, 0.0019989013671875, -0.0079345703125, -0.01324462890625, 0.01446533203125, 0.003814697265625, -0.00933...
[ 11249, 28670, 10763, 289, 46876, 12921, 1295, 208124, 6275, 21455, 621, 123309, 28966, 7115, 400, 7008, 1556, 142508, 3525, 214709, 137175, 56037, 449, 27117, 3622, 15549, 17569, 103510, 154186, 59158, 4527, 77546, 12989, 32354, 7398, 2481, 266...
[ 0.07568359375, 0.1708984375, 0.15966796875, 0.132568359375, 0.2247314453125, 0.179931640625, 0.033050537109375, 0.1766357421875, 0.1085205078125, 0.0716552734375, 0.010467529296875, 0.2357177734375, 0.1549072265625, 0.111572265625, 0.0650634765625, 0.1412353515625, 0.080810546875, ...
embed
13841129_c0
13841129
lisp
0
Title: Lisp: APPLY error when trying to generate a a-list using acons and loop Problem title: Lisp: APPLY error when trying to generate a a-list using acons and loop Tags: lisp, common-lisp Problem: Lisp: APPLY error when trying to generate a a-list using acons and loop I try to run this code in clisp: (defun gen-world...
Lisp: APPLY error when trying to generate a a-list using acons and loop Lisp: APPLY error when trying to generate a a-list using acons and loop lisp common-lisp acons Lisp APPLY SYSTEM::ERROR-OF-TYPE Invalid LOOP HIGHT WIDTH ROCK WORLD Lisp: APPLY error when trying to generate a a-list using acons and loop I try to run...
[ 0.0029754638671875, 0.026611328125, -0.01275634765625, 0.013427734375, 0.001220703125, -0.00188446044921875, -0.0208740234375, 0.0035400390625, 0.015869140625, -0.0294189453125, 0.0269775390625, 0.00537109375, -0.00518798828125, 0.00109100341796875, -0.00177764892578125, -0.02197265625...
[ 1261, 7008, 12, 66440, 19917, 18499, 31577, 139392, 10, 9, 6562, 17368, 25553, 136, 40956, 400, 39210, 4086, 254, 55858, 90420, 12501, 14255, 1052, 82341, 27143, 7013, 22215, 20880, 572, 95954, 601, 7146, 23415, 206284, 99972, 9790, 11675, ...
[ 0.1600341796875, 0.2392578125, 0.02838134765625, 0.156982421875, 0.1644287109375, 0.2008056640625, 0.0948486328125, 0.148681640625, 0.13134765625, 0.033538818359375, 0.219970703125, 0.05316162109375, 0.198486328125, 0.07080078125, 0.1807861328125, 0.11572265625, 0.0809326171875, 0....
embed
19670175_c0
19670175
lisp
0
Title: List of Lists trouble LISP Problem title: List of Lists trouble LISP Tags: common-lisp, lisp Problem: List of Lists trouble LISP I'm new to LISP so I'm not very good at this... So my problem is, I've been given a structure (list of lists) and my job is to create a function that retrives the second item in each s...
List of Lists trouble LISP List of Lists trouble LISP common-lisp lisp List Lists LISP List of Lists trouble LISP I'm new to LISP so I'm not very good at this... So my problem is, I've been given a structure (list of lists) and my job is to create a function that retrives the second item in each sub list (counting from...
[ 0.00506591796875, 0.01806640625, -0.00701904296875, 0.00101470947265625, 0.00159454345703125, 0.042236328125, 0.0006866455078125, 0.004119873046875, 0.00885009765625, -0.029296875, 0.0174560546875, -0.0108642578125, -0.0152587890625, 0.020751953125, 0.012451171875, 0.0166015625, 0.00...
[ 32036, 111, 7, 63134, 16970, 9434, 39210, 4086, 254, 400, 7008, 3525, 4552, 4127, 2967, 34475, 45646, 6562, 5303, 12447, 28282, 32354, 456, 3996, 17932, 35735, 12638, 1614, 71013, 757, 3564, 1884, 30646, 23129, 217, 41896, 23882, 143915, 62...
[ 0.2445068359375, 0.162841796875, 0.1005859375, 0.19482421875, 0.1142578125, 0.217529296875, 0.11181640625, 0.061004638671875, 0.1583251953125, 0.07293701171875, 0.153564453125, 0.047271728515625, 0.006195068359375, 0.06060791015625, 0.118408203125, 0.05474853515625, 0.15673828125, ...
embed
5474514_c1
5474514
lisp
1
-> N; makeeven(N) -> makeeven(N,N rem 2). Or a better, more complicated example using template meta-programming in C++ (discovered via cpp-next.com). My thought process is that one aspect of functional programming boils down the use of piecewise defined functions in code for branch control (and if you can manage it, t...
-> N; makeeven(N) -> makeeven(N,N rem 2). Or a better, more complicated example using template meta-programming in C++ (discovered via cpp-next.com). My thought process is that one aspect of functional programming boils down the use of piecewise defined functions in code for branch control (and if you can manage it, t...
[ -0.00982666015625, 0.01153564453125, 0.0052490234375, -0.0159912109375, -0.0003261566162109375, 0.01806640625, 0.01446533203125, -0.00860595703125, 0.0089111328125, -0.03662109375, -0.00860595703125, -0.03759765625, -0.0028076171875, -0.0007476806640625, 0.00506591796875, 0.00631713867...
[ 33079, 541, 74, 3249, 26301, 839, 14194, 4958, 11522, 96704, 27781, 110934, 23550, 28966, 313, 37223, 6366, 29062, 17569, 9433, 43585, 123309, 56037, 449, 4527, 63847, 90825, 61924, 32354, 18151, 32845, 206, 6226, 111240, 46741, 195625, 1830, ...
[ 0.05902099609375, 0.1180419921875, 0.035003662109375, 0.10498046875, 0.248779296875, 0.097900390625, 0.174560546875, 0.09014892578125, 0.0260009765625, 0.049468994140625, 0.0875244140625, 0.16943359375, 0.111572265625, 0.1180419921875, 0.025177001953125, 0.198486328125, 0.14526367187...
embed
24244002_c0
24244002
lisp
0
Title: how to fix this error: &quot;The object (1 3 5) is not applicable&quot; in Scheme Problem title: how to fix this error: &quot;The object (1 3 5) is not applicable&quot; in Scheme Tags: scheme, lisp Problem: how to fix this error: "The object (1 3 5) is not applicable" in Scheme I am new to Scheme, and I am learn...
how to fix this error: &quot;The object (1 3 5) is not applicable&quot; in Scheme how to fix this error: &quot;The object (1 3 5) is not applicable&quot; in Scheme scheme lisp Scheme how to fix this error: "The object (1 3 5) is not applicable" in Scheme I am new to Scheme, and I am learning SICP now. I write some code...
[ -0.01611328125, 0.0341796875, 0.0052490234375, -0.0152587890625, 0.0022735595703125, 0.01043701171875, -0.02392578125, 0.0086669921875, 0.01434326171875, -0.043212890625, 0.013916015625, -0.025146484375, 0.0155029296875, -0.0162353515625, 0.00567626953125, 0.00909423828125, 0.0024566...
[ 3642, 47, 30022, 903, 18499, 41502, 3957, 36746, 2858, 138, 21162, 83, 959, 152431, 23, 34702, 282, 150370, 400, 7008, 3525, 159, 198993, 18151, 155534, 787, 1549, 30646, 5303, 12830, 12008, 5701, 366, 2481, 678, 5117, 11675, 27781, 3714, ...
[ 0.04730224609375, 0.00103759765625, 0.151123046875, 0.10791015625, 0.207763671875, 0.027618408203125, 0.1241455078125, 0.286376953125, 0.08404541015625, 0.203857421875, 0.262451171875, 0.14111328125, 0.1922607421875, 0.270263671875, 0.058197021484375, 0.191162109375, 0.1788330078125,...
embed
25682689_c0
25682689
lisp
0
Title: Implementing Lisp&#x27;s cons in JavaScript Problem title: Implementing Lisp&#x27;s cons in JavaScript Tags: javascript, lisp, functional-programming Problem: Implementing Lisp's cons in JavaScript I'm trying to translate Lisp code (found in Abelson/Sussman MIT course ) (define (cons a b) (lambda (pick) (cond ((...
Implementing Lisp&#x27;s cons in JavaScript Implementing Lisp&#x27;s cons in JavaScript javascript lisp functional-programming Implementing Lisp JavaScript console.log Implementing Lisp's cons in JavaScript I'm trying to translate Lisp code (found in Abelson/Sussman MIT course ) to JavaScript ( fiddle ) The result in J...
[ -0.004638671875, 0.025634765625, 0.015869140625, 0.00994873046875, -0.003387451171875, 0.036865234375, -0.007568359375, 0.0123291015625, -0.00537109375, -0.03955078125, 0.00909423828125, 0.00970458984375, 0.00469970703125, 0.00131988525390625, 0.0166015625, 0.00836181640625, -0.00179...
[ 153941, 1261, 7008, 3768, 158, 7, 23, 17925, 136951, 400, 123309, 28966, 130250, 4867, 31577, 3900, 19309, 18151, 151645, 113140, 1681, 45211, 78999, 15411, 47, 117507, 19298, 16750, 9232, 5983, 134629, 8, 978, 21407, 2258, 30646, 104851, 342...
[ 0.1876220703125, 0.19140625, 0.2529296875, 0.072509765625, 0.19873046875, 0.1107177734375, 0.02618408203125, 0.25048828125, 0.1959228515625, 0.1611328125, 0.154052734375, 0.10302734375, 0.1607666015625, 0.1336669921875, 0.0313720703125, 0.087158203125, 0.11181640625, 0.156005859375...
embed
22733600_c0
22733600
lisp
0
Title: Passing Parameters in Racket Problem title: Passing Parameters in Racket Tags: scheme, lisp, parameters, racket Problem: Passing Parameters in Racket I am working in Racket with no experience. I am going to write what I wanted to write in C: void function(int array[]){ printf("%i total has been rolled from rolls...
Passing Parameters in Racket Passing Parameters in Racket scheme lisp parameters racket rolls Passing Parameters Racket Passing Parameters in Racket I am working in Racket with no experience. I am going to write what I wanted to write in C: As you can see it is just a basic function that will print out the values of a ...
[ -0.000774383544921875, 0.0179443359375, 0.003997802734375, 0.0078125, -0.0162353515625, 0.01544189453125, -0.0107421875, -0.008056640625, -0.0018310546875, 0.01055908203125, 0.016357421875, -0.015869140625, -0.0242919921875, -0.0031585693359375, 0.0045166015625, -0.00159454345703125, ...
[ 28872, 214, 1720, 29089, 23, 2552, 27853, 150370, 400, 7008, 171859, 673, 21972, 20697, 110, 16981, 33022, 36663, 313, 12, 1957, 62822, 32354, 28412, 1810, 142424, 5303, 3444, 27875, 3714, 3642, 26785, 18614, 25443, 31577, 678, 9384, 11832, ...
[ 0.15673828125, 0.01763916015625, 0.1683349609375, 0.1998291015625, 0.1231689453125, 0.1529541015625, 0.258544921875, 0.1630859375, 0.072998046875, 0.166748046875, 0.286376953125, 0.1177978515625, 0.1865234375, 0.08746337890625, 0.018341064453125, 0.0977783203125, 0.120361328125, 0....
embed
60020148_c0
60020148
lisp
0
Title: How to format a nested multiple-value-bind the let way? Problem title: How to format a nested multiple-value-bind the let way? Tags: common-lisp, lisp, multiple-value, let Problem: How to format a nested multiple-value-bind the let way? Recently, I've been often nesting several functions that return multiple val...
How to format a nested multiple-value-bind the let way? How to format a nested multiple-value-bind the let way? common-lisp lisp multiple-value let How return-1-and-2 return-3-and-4 How to format a nested multiple-value-bind the let way? Recently, I've been often nesting several functions that return multiple values. H...
[ -0.0299072265625, 0.01177978515625, 0.0028533935546875, 0.006378173828125, 0.005889892578125, 0.017578125, 0.0057373046875, -0.01495361328125, 0.01458740234375, -0.01300048828125, -0.006195068359375, -0.005401611328125, 0.0177001953125, 0.023193359375, 0.0166015625, -0.0076904296875, ...
[ 11249, 47, 9384, 8512, 71, 48716, 27494, 89817, 2633, 3917, 39210, 4086, 254, 400, 7008, 30646, 5759, 2940, 5428, 8316, 11565, 70, 27983, 4909, 1916, 40368, 32354, 142424, 33022, 11782, 27650, 63805, 11343, 5915, 18597, 22062, 19441, 7722, ...
[ 0.091064453125, 0.0286407470703125, 0.25537109375, 0.2249755859375, 0.1185302734375, 0.212890625, 0.19140625, 0.2335205078125, 0.2431640625, 0.1441650390625, 0.0838623046875, 0.037109375, 0.12890625, 0.037109375, 0.146240234375, 0.1700439453125, 0.0628662109375, 0.08538818359375, ...
embed
9576850_c0
9576850
lisp
0
Title: What function in Lisp allows you to compare variable names and not what it holds? Problem title: What function in Lisp allows you to compare variable names and not what it holds? Tags: binding, common-lisp, lisp Problem: What function in Lisp allows you to compare variable names and not what it holds? Note: Firs...
What function in Lisp allows you to compare variable names and not what it holds? What function in Lisp allows you to compare variable names and not what it holds? binding common-lisp lisp What Lisp What function in Lisp allows you to compare variable names and not what it holds? Note: First time using lisp* I have a h...
[ -0.0019989013671875, 0.014404296875, 0.006988525390625, 0.00555419921875, -0.011962890625, 0.0283203125, 0.019775390625, 0.012939453125, 0.00958251953125, 0.016845703125, -0.0107421875, 0.00811767578125, 0.018310546875, -0.0152587890625, -0.01165771484375, 0.0093994140625, -0.0015335...
[ 4865, 32354, 23, 1261, 7008, 114864, 47, 69101, 77336, 123055, 959, 2367, 16401, 128239, 39210, 4086, 254, 400, 398, 136, 1733, 17368, 5368, 18244, 139124, 68557, 125195, 678, 10, 757, 707, 615, 28282, 151575, 112892, 18929, 47438, 162365, ...
[ 0.1153564453125, 0.2412109375, 0.08642578125, 0.18603515625, 0.248291015625, 0.143798828125, 0.0770263671875, 0.240478515625, 0.2083740234375, 0.152099609375, 0.1671142578125, 0.0589599609375, 0.10589599609375, 0.19921875, 0.11376953125, 0.11328125, 0.143310546875, 0.1318359375, ...
embed
53592586_c0
53592586
lisp
0
Title: How to make a python function that works as &#x27;mapcar&#x27; of lisp Problem title: How to make a python function that works as &#x27;mapcar&#x27; of lisp Tags: lisp, functional-programming, python Problem: How to make a python function that works as 'mapcar' of lisp I want to know how can I make a python func...
How to make a python function that works as &#x27;mapcar&#x27; of lisp How to make a python function that works as &#x27;mapcar&#x27; of lisp lisp functional-programming python How list1 list2 How to make a python function that works as 'mapcar' of lisp I want to know how can I make a python function that does the same...
[ 0.0098876953125, 0.0181884765625, 0.0025482177734375, 0.0130615234375, -0.0291748046875, 0.03076171875, 0.0146484375, 0.0028076171875, 0.0159912109375, -0.038818359375, -0.0037078857421875, -0.02392578125, -0.0164794921875, 0.01318359375, -0.004638671875, -0.00372314453125, -0.006774...
[ 11249, 47, 3249, 17198, 50828, 32354, 450, 43240, 237, 3768, 62346, 3284, 111, 400, 7008, 10, 123309, 5303, 418, 304, 3642, 14602, 5701, 22288, 209806 ]
[ 0.034698486328125, 0.0172119140625, 0.1019287109375, 0.1197509765625, 0.1373291015625, 0.19970703125, 0.034027099609375, 0.10614013671875, 0.09735107421875, 0.03436279296875, 0.18505859375, 0.2529296875, 0.073974609375, 0.148681640625, 0.2105712890625, 0.0154571533203125, 0.088073730...
embed
59657369_c0
59657369
lisp
0
Title: lisp ceramic: how do I shut the ceramic server down? Problem title: lisp ceramic: how do I shut the ceramic server down? Tags: lisp, common-lisp Problem: lisp ceramic: how do I shut the ceramic server down? I have been working through Ceramic tutorials, and they tend to have a workflow like the following: (ql:qu...
lisp ceramic: how do I shut the ceramic server down? lisp ceramic: how do I shut the ceramic server down? lisp common-lisp ql:quickload ceramic:setup ceramic:start ceramic:make-window www.google.com ceramic:show ceramic:stop lisp ceramic: how do I shut the ceramic server down? I have been working through Ceramic tutori...
[ 0.0157470703125, 0.01361083984375, 0.00860595703125, 0.02490234375, -0.01129150390625, 0.00640869140625, -0.033203125, 0.006805419921875, 0.003997802734375, -0.0250244140625, -0.0089111328125, -0.004150390625, 0.0167236328125, 0.0206298828125, 0.020751953125, 0.003692626953125, 0.000...
[ 400, 7008, 161259, 3642, 8633, 18, 10723, 7565, 39210, 4086, 254, 99247, 63033, 17137, 24293, 59875, 31374, 19111, 8759, 11, 21068, 57143, 118664, 5423, 27980, 9433, 36279, 76615, 21265, 76896, 10941, 7464, 4527, 275, 34937, 456, 2424, 51042,...
[ 0.09710693359375, 0.1710205078125, 0.287841796875, 0.040496826171875, 0.1605224609375, 0.1414794921875, 0.2279052734375, 0.1668701171875, 0.0648193359375, 0.06585693359375, 0.1475830078125, 0.095458984375, 0.05584716796875, 0.1163330078125, 0.052337646484375, 0.0506591796875, 0.07617...
embed
12154425_c0
12154425
lisp
0
Title: SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 Problem title: SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 Tags: sicp, scheme, racket, lisp Problem: SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 M...
SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 sicp scheme racket lisp SICP Welcome DrRacket Language PLaneT SICP exercise 1.37: My iterative solution got the right answer but got wrong in 1.38 My ...
[ -0.0208740234375, -0.00482177734375, 0.0155029296875, -0.0089111328125, -0.00390625, 0.002044677734375, -0.0181884765625, 0.006317138671875, -0.00665283203125, -0.03271484375, -0.01519775390625, -0.00089263916015625, -0.007110595703125, -0.006622314453125, -0.0029144287109375, 0.013610...
[ 159, 198993, 81979, 615, 10945, 2646, 17, 720, 45023, 29806, 4163, 7108, 35166, 1284, 44691, 10991, 26536, 254, 150370, 673, 27853, 7008, 91334, 1773, 12248, 83658, 33106, 618, 1650, 30646, 5608, 186, 18, 3714, 759 ]
[ 0.0626220703125, 0.23388671875, 0.1602783203125, 0.05029296875, 0.202392578125, 0.0367431640625, 0.04327392578125, 0.174560546875, 0.1416015625, 0.16357421875, 0.024627685546875, 0.123779296875, 0.12060546875, 0.0283966064453125, 0.1611328125, 0.2078857421875, 0.07830810546875, 0.1...
embed
69385189_c0
69385189
lisp
0
Title: SCHEME: Write a function for replacing an element in a list Problem title: SCHEME: Write a function for replacing an element in a list Tags: scheme, lisp, list Problem: SCHEME: Write a function for replacing an element in a list Currently, I'm taking an existing list and replacing either an element or list in th...
SCHEME: Write a function for replacing an element in a list SCHEME: Write a function for replacing an element in a list scheme lisp list SCHEME Write SCHEME: Write a function for replacing an element in a list Currently, I'm taking an existing list and replacing either an element or list in the list and returning it us...
[ -0.021484375, 0.0267333984375, -0.014892578125, 0.005767822265625, -0.0032806396484375, 0.00787353515625, -0.00994873046875, -0.0021514892578125, -0.0050048828125, 0.02880859375, 0.01556396484375, 0.004608154296875, -0.0167236328125, -0.0030517578125, 0.0029144287109375, 0.008544921875...
[ 97692, 121377, 12, 601, 18781, 10, 32354, 100, 456, 133266, 214, 12830, 23, 5303, 150370, 400, 7008, 538, 35971, 142, 144573, 70, 30646, 17368, 34702, 282, 13, 47, 158, 2816, 4288, 7, 13452, 4, 4734, 107003, 864, 32, 225490, 136, 831, ...
[ 0.2366943359375, 0.24951171875, 0.04400634765625, 0.1468505859375, 0.1651611328125, 0.03497314453125, 0.2430419921875, 0.08642578125, 0.1483154296875, 0.2239990234375, 0.12255859375, 0.201171875, 0.06036376953125, 0.235595703125, 0.236328125, 0.0946044921875, 0.1728515625, 0.010375...
embed
50191083_c0
50191083
lisp
0
Title: Defining a let macro scope in emacs lisp Problem title: Defining a let macro scope in emacs lisp Tags: elisp, common-lisp, lisp, macros, metaprogramming Problem: Defining a let macro scope in emacs lisp In emacs lisp (but answers relating to common lisp are also welcome) I have a library that uses a macro and I ...
Defining a let macro scope in emacs lisp Defining a let macro scope in emacs lisp elisp common-lisp lisp macros metaprogramming Defining Defined Defining a let macro scope in emacs lisp In emacs lisp (but answers relating to common lisp are also welcome) I have a library that uses a macro and I want to hijack one of th...
[ 0.001190185546875, -0.00139617919921875, -0.0179443359375, 0.005401611328125, -0.004364013671875, 0.017822265625, -0.004486083984375, 0.019775390625, 0.0004253387451171875, -0.0186767578125, -0.013916015625, 0.0029754638671875, -0.0106201171875, 0.0220947265625, 0.0162353515625, -0.016...
[ 88606, 2633, 111789, 70820, 23, 352, 2263, 7, 400, 7008, 10, 15296, 39210, 4086, 254, 23550, 28966, 5983, 35773, 4527, 3444, 47, 1274, 135758, 1632, 10750, 4734, 3229, 71924, 24233, 43701, 179769, 2367, 58778, 41044, 1238, 83, 71062, 706, ...
[ 0.1439208984375, 0.19580078125, 0.21044921875, 0.225830078125, 0.03399658203125, 0.0614013671875, 0.11865234375, 0.0745849609375, 0.0926513671875, 0.1617431640625, 0.0177154541015625, 0.01287841796875, 0.0626220703125, 0.06884765625, 0.10595703125, 0.032623291015625, 0.0811767578125,...
embed
39086336_c0
39086336
lisp
0
Title: Common Lisp alternative to using Classes Problem title: Common Lisp alternative to using Classes Tags: class, oop, lisp, common-lisp, clos Problem: Common Lisp alternative to using Classes I'm wondering how to store a single variable and to have specific functions on that variable. I'm wondering if there are alt...
Common Lisp alternative to using Classes Common Lisp alternative to using Classes class oop lisp common-lisp clos Classes Common Lisp Common Lisp alternative to using Classes I'm wondering how to store a single variable and to have specific functions on that variable. I'm wondering if there are alternatives to creating...
[ 0.00958251953125, 0.019775390625, -0.006622314453125, -0.0021820068359375, -0.00095367431640625, 0.0008392333984375, -0.01416015625, 0.01470947265625, 0.004913330078125, -0.0400390625, -0.0033111572265625, 0.00872802734375, -0.0002880096435546875, 0.0228271484375, 0.011962890625, -0.00...
[ 151301, 1261, 7008, 30700, 47, 17368, 35014, 90, 18507, 32500, 400, 39210, 4086, 254, 20450, 7, 87, 149016, 3642, 4343, 11001, 77336, 136, 765, 29458, 32354, 98, 105233, 10, 38415, 34292, 1733, 33636, 94131, 127966, 3647, 3342, 106, 88922, ...
[ 0.19287109375, 0.1700439453125, 0.1866455078125, 0.1802978515625, 0.0467529296875, 0.114013671875, 0.228759765625, 0.1141357421875, 0.278076171875, 0.17822265625, 0.1328125, 0.1512451171875, 0.115234375, 0.1309814453125, 0.1357421875, 0.003021240234375, 0.000732421875, 0.0712890625...
embed