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
40571735_c0
40571735
lisp
0
Title: multiplying each element of a list with each element of another list in lisp Problem title: multiplying each element of a list with each element of another list in lisp Tags: lisp, common-lisp, multiplication Problem: multiplying each element of a list with each element of another list in lisp i want to write a ...
multiplying each element of a list with each element of another list in lisp multiplying each element of a list with each element of another list in lisp lisp common-lisp multiplication lst2 multiplying each element of a list with each element of another list in lisp i want to write a function that accepts 2 lists as a...
[ -0.00872802734375, 0.01153564453125, -0.003814697265625, 0.0076904296875, 0.0031890869140625, 0.03076171875, 0.0036468505859375, 0.0079345703125, 0.0031585693359375, -0.034423828125, -0.0162353515625, -0.01324462890625, 0.0034332275390625, -0.0028533935546875, -0.0164794921875, 0.00415...
[ 6024, 62479, 214, 12638, 12830, 5303, 678, 15700, 23, 400, 7008, 111, 39210, 4086, 254, 127664, 96, 271, 304, 3444, 33022, 32354, 26946, 116, 237, 10750, 30646, 1363, 2856, 1884, 903, 6896, 13956, 190, 35914, 44357, 23817, 423, 543, 427, ...
[ 0.13525390625, 0.18798828125, 0.015380859375, 0.108154296875, 0.1754150390625, 0.2393798828125, 0.1182861328125, 0.0794677734375, 0.030029296875, 0.138671875, 0.22412109375, 0.06793212890625, 0.0902099609375, 0.1209716796875, 0.1898193359375, 0.183349609375, 0.0020751953125, 0.0504...
embed
51298742_c0
51298742
lisp
0
Title: Concatenate elements to list by using loop in clojure? Problem title: Concatenate elements to list by using loop in clojure? Tags: clojure, functional-programming, lisp, list Problem: Concatenate elements to list by using loop in clojure? I am trying to get into Lisps and FP by trying out the 99 problems. Here i...
Concatenate elements to list by using loop in clojure? Concatenate elements to list by using loop in clojure? clojure functional-programming lisp list loop Concatenate Replicates Main Failed Concatenate elements to list by using loop in clojure? I am trying to get into Lisps and FP by trying out the 99 problems. Here i...
[ 0.004364013671875, 0.00049591064453125, -0.0225830078125, 0.030517578125, -0.029052734375, 0.0057373046875, 0.0106201171875, -0.0022125244140625, 0.007476806640625, -0.035400390625, -0.00113677978515625, -0.012451171875, -0.0224609375, -0.00095367431640625, -0.007232666015625, -0.02001...
[ 1657, 33478, 76, 67, 80854, 47, 5303, 17368, 40956, 20450, 461, 107, 123309, 28966, 400, 7008, 52721, 12321, 190355, 297, 1261, 7, 6423, 136, 51006, 10078, 44402, 2967, 63805, 223361, 423, 25632, 18151, 42856, 30646, 201505, 2886, 15400, 18...
[ 0.03594970703125, 0.1492919921875, 0.130859375, 0.034698486328125, 0.1485595703125, 0.0281982421875, 0.1697998046875, 0.032928466796875, 0.2137451171875, 0.1151123046875, 0.1328125, 0.112060546875, 0.10614013671875, 0.0516357421875, 0.03558349609375, 0.1273193359375, 0.14453125, 0....
embed
14557006_c0
14557006
lisp
0
Title: Are scheme macroses in the same namespace with variables and functions? Problem title: Are scheme macroses in the same namespace with variables and functions? Tags: lisp, scheme Problem: Are scheme macroses in the same namespace with variables and functions? I know, that, unlike Common lisp, Scheme has one commo...
Are scheme macroses in the same namespace with variables and functions? Are scheme macroses in the same namespace with variables and functions? lisp scheme Are scheme macroses in the same namespace with variables and functions? I know, that, unlike Common lisp, Scheme has one common namespace for variables and function...
[ 0.00799560546875, 0.019287109375, 0.01287841796875, 0.0157470703125, -0.01953125, 0.0030670166015625, -0.005645751953125, -0.011962890625, -0.01177978515625, -0.035400390625, 0.00323486328125, -0.0093994140625, 0.004180908203125, -0.0235595703125, 0.0096435546875, -0.026611328125, -0...
[ 150370, 111789, 5908, 23, 5701, 210716, 678, 77336, 136, 32354, 400, 7008, 15901, 151301, 34702, 282, 1632, 39210, 6817, 2685, 5809, 84797, 1733, 32316, 98352, 756, 14700, 20540, 5303, 158, 11675, 6032, 9969, 1340, 33022, 25632, 2046, 305, ...
[ 0.259765625, 0.2110595703125, 0.206787109375, 0.07830810546875, 0.106201171875, 0.2347412109375, 0.07635498046875, 0.2073974609375, 0.06683349609375, 0.1923828125, 0.06903076171875, 0.156982421875, 0.012786865234375, 0.03570556640625, 0.2105712890625, 0.19921875, 0.044403076171875, ...
embed
6523396_c0
6523396
lisp
0
Title: Scheme core language specification Problem title: Scheme core language specification Tags: language-design, syntax, scheme, lisp Problem: Scheme core language specification I am learning my way around Scheme, and I am especially interested in how the language is constructed. I'm trying to find a nice description...
Scheme core language specification Scheme core language specification language-design syntax scheme lisp Scheme Scheme core language specification I am learning my way around Scheme, and I am especially interested in how the language is constructed. I'm trying to find a nice description of the core syntax for a Scheme ...
[ 0.00982666015625, 0.033447265625, 0.00555419921875, 0.02099609375, -0.0157470703125, -0.006622314453125, 0.004180908203125, -0.00897216796875, -0.01025390625, -0.025634765625, 0.0211181640625, -0.003448486328125, -0.045654296875, -0.00799560546875, 0.01263427734375, -0.0009918212890625...
[ 34702, 282, 56458, 46876, 29458, 34198, 6002, 86531, 150370, 400, 7008, 52080, 10932, 60892, 64549, 297, 76811, 208124, 5570, 70541, 111789, 76519, 96853, 29479, 8781, 91067, 20187, 44841, 220734, 22553, 58875, 49725, 188, 24071, 39797, 15190, ...
[ 0.2279052734375, 0.19677734375, 0.1849365234375, 0.199462890625, 0.1444091796875, 0.1397705078125, 0.135498046875, 0.2020263671875, 0.2359619140625, 0.05377197265625, 0.1375732421875, 0.0009765625, 0.015594482421875, 0.016326904296875, 0.11181640625, 0.022125244140625, 0.050476074218...
embed
66835776_c0
66835776
lisp
0
Title: Starting a parser for scheme language Problem title: Starting a parser for scheme language Tags: token, lex, lisp, parsing, scheme Problem: Starting a parser for scheme language I am writing a basic parser for a Scheme interpreter and here are the definitions I have set up to define the various type of tokens: #...
Starting a parser for scheme language Starting a parser for scheme language token lex lisp parsing scheme Starting Parens Type PAREN Subtype LEFT_PAREN Value Operators OPERATOR EQUALS Arity Types Hello DATA NUMBER Procedures KEYWORD BUILTIN PROCEDURE Starting a parser for scheme language I am writing a basic parser for...
[ 0.00885009765625, 0.030029296875, 0.006011962890625, 0.03271484375, -0.0247802734375, 0.00141143798828125, -0.0113525390625, -0.0228271484375, -0.00011205673217773438, -0.0101318359375, 0.008056640625, 0.0096435546875, -0.0185546875, -0.0157470703125, 0.00213623046875, -0.0033721923828...
[ 13794, 214, 366, 2189, 100, 150370, 46876, 47, 1098, 75675, 400, 7008, 6953, 2392, 1755, 60457, 436, 111422, 8273, 50986, 25217, 190060, 150922, 205574, 120572, 1172, 2481, 35378, 109020, 170470, 186104, 1456, 10854, 32562, 62822, 34702, 282, ...
[ 0.14453125, 0.04840087890625, 0.17236328125, 0.2071533203125, 0.075927734375, 0.240234375, 0.1881103515625, 0.1138916015625, 0.1495361328125, 0.09765625, 0.051971435546875, 0.1453857421875, 0.03948974609375, 0.080322265625, 0.092529296875, 0.159912109375, 0.04083251953125, 0.085571...
embed
15103279_c0
15103279
lisp
0
Title: Evaluation of passed parameters inside macro body Problem title: Evaluation of passed parameters inside macro body Tags: macros, lisp, common-lisp Problem: Evaluation of passed parameters inside macro body I have a doubt on how parameters passed to the macros are getting evaluated, details below. This macro is d...
Evaluation of passed parameters inside macro body Evaluation of passed parameters inside macro body macros lisp common-lisp Evaluation TEST-LIST LIST Condition TYPE-ERROR Evaluation of passed parameters inside macro body I have a doubt on how parameters passed to the macros are getting evaluated, details below. This ma...
[ 0.01300048828125, 0.0191650390625, -0.0027313232421875, 0.0004062652587890625, -0.002838134765625, 0.0174560546875, 0.0064697265625, 0.0098876953125, -0.004425048828125, -0.00634765625, 0.007476806640625, -0.018310546875, 0.02734375, -0.0260009765625, 0.01202392578125, -0.02001953125, ...
[ 151228, 115081, 171859, 46132, 111789, 14361, 400, 7008, 39210, 4086, 254, 384, 21828, 195977, 46347, 95267, 12501, 14255, 92814, 7, 47, 20949, 151575, 61924, 7964, 77336, 1961, 6954, 6562, 805, 116, 1781, 15322, 18499, 176377, 32354, 73197, ...
[ 0.1937255859375, 0.1640625, 0.2264404296875, 0.1444091796875, 0.1865234375, 0.190185546875, 0.049285888671875, 0.1505126953125, 0.08245849609375, 0.031341552734375, 0.1136474609375, 0.0838623046875, 0.1607666015625, 0.17138671875, 0.10595703125, 0.028961181640625, 0.033660888671875, ...
embed
64644108_c0
64644108
lisp
0
Title: How to use RackUnit to check for an error? Problem title: How to use RackUnit to check for an error? Tags: exception, htdp, lisp, racket, unit-testing Problem: How to use RackUnit to check for an error? I have the following Racket code. #lang racket (require rackunit racket/exn) (define (string-last s) (let ((ln...
How to use RackUnit to check for an error? How to use RackUnit to check for an error? exception htdp lisp racket unit-testing rackunit How ERROR rkt:12:0 exn:fail How to use RackUnit to check for an error? I have the following Racket code. The call of string last with an empty string fails as expected with: How to chec...
[ -0.0174560546875, 0.0045166015625, -0.0216064453125, 0.0234375, -0.005340576171875, -0.00138092041015625, 0.0216064453125, -0.00946044921875, 0.00958251953125, 0.0203857421875, 0.008056640625, -0.034912109375, 0.006591796875, -0.011474609375, 0.0106201171875, -0.00823974609375, 0.035...
[ 11249, 4527, 2552, 2594, 85600, 18, 12765, 100, 18499, 131527, 254, 400, 7008, 673, 27853, 25072, 6954, 28779, 217, 151206, 24638, 4164, 20927, 53861, 1119, 19, 120540, 25632, 18151, 11782, 111, 79315, 4568, 678, 201505, 35782, 84751, 17368, ...
[ 0.004608154296875, 0.09332275390625, 0.1312255859375, 0.1214599609375, 0.2144775390625, 0.140625, 0.167724609375, 0.099853515625, 0.180908203125, 0.115966796875, 0.01837158203125, 0.001617431640625, 0.068115234375, 0.0758056640625, 0.1854248046875, 0.144775390625, 0.069091796875, 0...
embed
26596974_c0
26596974
lisp
0
Title: Macro-defining macro in Racket? Problem title: Macro-defining macro in Racket? Tags: common-lisp, macros, racket, lisp, hygiene Problem: Macro-defining macro in Racket? In Common Lisp it is relatively easy to create a macro-defining macro. For example, the following macro (defmacro abbrev (short long) `(defmacro...
Macro-defining macro in Racket? Macro-defining macro in Racket? common-lisp macros racket lisp hygiene Macro-defining Racket Macro-defining macro in Racket? In Common Lisp it is relatively easy to create a macro-defining macro. For example, the following macro is a macro-defining macro, because it expands to another ma...
[ -0.0003719329833984375, 0.0260009765625, 0.00701904296875, 0.018310546875, 0.0189208984375, 0.0032958984375, -0.000560760498046875, 0.00823974609375, 0.0022430419921875, -0.00860595703125, -0.0012054443359375, -0.03369140625, 0.00714111328125, -0.0137939453125, 0.02197265625, -0.010742...
[ 4727, 516, 49919, 449, 111789, 23, 2552, 27853, 39210, 4086, 254, 673, 400, 7008, 99824, 360, 151301, 1261, 23468, 28282, 25632, 71062, 1528, 33022, 8, 420, 64457, 16498, 61924, 3525, 32354, 1563, 105160, 11814, 831, 64, 425, 22183, 4879, ...
[ 0.1036376953125, 0.1397705078125, 0.1715087890625, 0.07672119140625, 0.2276611328125, 0.0872802734375, 0.1541748046875, 0.2418212890625, 0.08392333984375, 0.08349609375, 0.112060546875, 0.10986328125, 0.0809326171875, 0.194580078125, 0.194091796875, 0.00201416015625, 0.160400390625, ...
embed
47876542_c0
47876542
lisp
0
Title: How do i call a function from given two values in clojure one by one Problem title: How do i call a function from given two values in clojure one by one Tags: functional-programming, lisp, clojure Problem: How do i call a function from given two values in clojure one by one Hi i am new to clojure i have written ...
How do i call a function from given two values in clojure one by one How do i call a function from given two values in clojure one by one functional-programming lisp clojure given number1 How number2 How do i call a function from given two values in clojure one by one Hi i am new to clojure i have written this function...
[ -0.0023651123046875, 0.002105712890625, -0.031494140625, 0.017822265625, -0.007080078125, 0.0279541015625, 0.006103515625, -0.00860595703125, 0.01806640625, -0.02294921875, 0.01190185546875, 0.0033721923828125, -0.0185546875, -0.0162353515625, 0.0018463134765625, -0.014404296875, 0.0...
[ 11249, 54, 17, 11782, 32354, 1295, 34475, 6626, 142424, 20450, 461, 107, 1632, 390, 10, 23, 123309, 28966, 400, 7008, 14012, 418, 304, 18499, 12765, 97249, 10763, 62163, 121, 18864, 30646, 29568, 98320, 3444, 36917, 5646, 23962, 3794, 32036...
[ 0.0625, 0.0244293212890625, 0.0870361328125, 0.222900390625, 0.2353515625, 0.1478271484375, 0.132080078125, 0.187255859375, 0.205078125, 0.1239013671875, 0.1514892578125, 0.1422119140625, 0.146240234375, 0.1165771484375, 0.022216796875, 0.022186279296875, 0.117431640625, 0.05068969...
embed
16606172_c0
16606172
lisp
0
Title: Is an empty list in Lisp built from a cons cell? Problem title: Is an empty list in Lisp built from a cons cell? Tags: lisp, cons, null Problem: Is an empty list in Lisp built from a cons cell? I'm trying to emulate Lisp-like list in JavaScript (just an exercise with no practical reason), but I'm struggling to f...
Is an empty list in Lisp built from a cons cell? Is an empty list in Lisp built from a cons cell? lisp cons null a Lisp NIL Is an empty list in Lisp built from a cons cell? I'm trying to emulate Lisp-like list in JavaScript (just an exercise with no practical reason), but I'm struggling to figure out how to best repres...
[ -0.00124359130859375, 0.01141357421875, 0.01953125, 0.0072021484375, -0.0067138671875, 0.0242919921875, 0.0012359619140625, -0.006256103515625, 0.002349853515625, 0.00186920166015625, -0.0029296875, 0.0020751953125, -0.022216796875, 0.0032806396484375, -0.0031280517578125, -0.000476837...
[ 201505, 5303, 23, 1261, 7008, 88303, 1295, 158, 7, 38750, 400, 56574, 10, 541, 16444, 19908, 5062, 17925, 81979, 33636, 142, 17324, 34292, 1379, 44462, 4343, 831, 9077, 959, 186, 25553, 34971, 3082, 11001, 69201, 74729, 67919, 101758, 1747,...
[ 0.2373046875, 0.225341796875, 0.0172882080078125, 0.1685791015625, 0.2132568359375, 0.1253662109375, 0.08935546875, 0.1922607421875, 0.0821533203125, 0.1910400390625, 0.1376953125, 0.1702880859375, 0.00030517578125, 0.04559326171875, 0.1087646484375, 0.09375, 0.076904296875, 0.1455...
embed
32791443_c0
32791443
lisp
0
Title: Why do these both print the same thing? Problem title: Why do these both print the same thing? Tags: clisp, common-lisp, lisp Problem: Why do these both print the same thing? I'm really curious why using "remove" isn't actually removing from the list, it would if I declared it in a variable, but then I have anot...
Why do these both print the same thing? Why do these both print the same thing? clisp common-lisp lisp Why Pig Why do these both print the same thing? I'm really curious why using "remove" isn't actually removing from the list, it would if I declared it in a variable, but then I have another variable to work with and i...
[ -0.015380859375, 0.0289306640625, 0.001495361328125, 0.020263671875, -0.03271484375, 0.0196533203125, 0.01263427734375, 0.00095367431640625, 0.0113525390625, 0.0072021484375, -0.00921630859375, 0.017578125, 0.005218505859375, -0.00653076171875, -0.0198974609375, -0.00494384765625, 0....
[ 44084, 6097, 15044, 28412, 5701, 13580, 95701, 7008, 39210, 4086, 254, 400, 58593, 54, 70, 193844, 15400, 17368, 26973, 272, 18, 49146, 6496, 5303, 159978, 77336, 163, 46048, 18151, 140992, 84751, 41872, 434, 184750, 2831, 4488, 2053, 87388, ...
[ 0.10333251953125, 0.08880615234375, 0.1239013671875, 0.1929931640625, 0.1373291015625, 0.1004638671875, 0.1092529296875, 0.189453125, 0.1444091796875, 0.0926513671875, 0.157958984375, 0.10052490234375, 0.191650390625, 0.02313232421875, 0.0248565673828125, 0.0234222412109375, 0.071289...
embed
32341407_c0
32341407
lisp
0
Title: Common Lisp: unable to load a file into the Lisp interpreter Problem title: Common Lisp: unable to load a file into the Lisp interpreter Tags: lisp, common-lisp Problem: Common Lisp: unable to load a file into the Lisp interpreter Lisp newbie here. I created a function and put it into this file: compress.lisp No...
Common Lisp: unable to load a file into the Lisp interpreter Common Lisp: unable to load a file into the Lisp interpreter lisp common-lisp Common Lisp compress.lisp Error EVAL Cannot Fast Broken CONDITIONS::CLCS-LOAD Type Help Continue Retry Abort Common Lisp: unable to load a file into the Lisp interpreter Lisp newbie...
[ 0.01458740234375, 0.004608154296875, 0.01025390625, 0.0272216796875, -0.00250244140625, 0.01019287109375, 0.01324462890625, 0.0012664794921875, -0.0164794921875, -0.033935546875, -0.00188446044921875, 0.0086669921875, -0.004608154296875, -0.018310546875, -0.005035400390625, -0.01446533...
[ 151301, 1261, 7008, 51, 2886, 72367, 11435, 3934, 29481, 56, 400, 39210, 4086, 254, 375, 11856, 212059, 241, 61152, 10869, 25290, 13177, 217361, 37486, 19283, 17014, 12351, 60457, 39527, 24812, 853, 15123, 3157, 19135, 9014, 75935, 32354, 527...
[ 0.1695556640625, 0.168212890625, 0.2020263671875, 0.049896240234375, 0.1522216796875, 0.2020263671875, 0.1524658203125, 0.1507568359375, 0.1939697265625, 0.1177978515625, 0.0965576171875, 0.0966796875, 0.10546875, 0.157958984375, 0.0780029296875, 0.2154541015625, 0.09033203125, 0.0...
embed
45305271_c0
45305271
lisp
0
Title: Blocked Matrix Multiplication Problem title: Blocked Matrix Multiplication Tags: matrix, matrix-multiplication, lisp, common-lisp Problem: Blocked Matrix Multiplication I am trying to create a function that performs blocked matrix multiplication in AllegroCL, but I keep getting array-index errors. I believe it i...
Blocked Matrix Multiplication Blocked Matrix Multiplication matrix matrix-multiplication lisp common-lisp 0 p Blocked Matrix Multiplication Blocked Matrix Multiplication I am trying to create a function that performs blocked matrix multiplication in AllegroCL, but I keep getting array-index errors. I believe it is due ...
[ -0.026611328125, 0.00762939453125, 0.041748046875, 0.004669189453125, 0.009765625, -0.006500244140625, 0.0018157958984375, -0.007537841796875, 0.0030364990234375, 0.00775146484375, -0.0035400390625, 0.00421142578125, 0.0185546875, -0.031982421875, -0.017578125, 0.002838134765625, 0.0...
[ 80231, 297, 194234, 19335, 182867, 50944, 425, 144227, 400, 7008, 39210, 4086, 254, 757, 915, 31577, 28282, 32354, 51339, 46389, 127664, 1363, 4344, 8407, 37486, 13695, 20949, 10298, 53, 4711, 18499, 4743, 141496, 8363, 5609, 387, 1022, 51646...
[ 0.191650390625, 0.1279296875, 0.17578125, 0.1180419921875, 0.1075439453125, 0.158935546875, 0.06640625, 0.08929443359375, 0.059051513671875, 0.1446533203125, 0.11328125, 0.048370361328125, 0.1141357421875, 0.05755615234375, 0.048004150390625, 0.02435302734375, 0.0855712890625, 0.13...
embed
46155418_c0
46155418
lisp
0
Title: lisp: describing every external thing in a package Problem title: lisp: describing every external thing in a package Tags: common-lisp, lisp Problem: lisp: describing every external thing in a package I'm sure the answer is obvious, but I'm banging my head against this one. I'm trying to describe every externall...
lisp: describing every external thing in a package lisp: describing every external thing in a package common-lisp lisp prin1 sb-posix:single-symbol Unhandled SB-INT:SIMPLE-READER-PACKAGE-ERROR Symbol SINGLE-SYMBOL SB-POSIX lisp: describing every external thing in a package I'm sure the answer is obvious, but I'm bangin...
[ 0.034423828125, -0.00109100341796875, -0.01422119140625, -0.00133514404296875, -0.0130615234375, 0.035888671875, 0.006378173828125, 0.0174560546875, -0.00531005859375, -0.01177978515625, 0.0220947265625, -0.004791259765625, 0.01458740234375, 0.0113525390625, 0.0003185272216796875, 0.01...
[ 400, 7008, 12, 28852, 23709, 11907, 173591, 13580, 23, 98169, 39210, 4086, 254, 2448, 418, 91, 275, 67890, 425, 6953, 133, 176726, 992, 79628, 90944, 59537, 73434, 103084, 41519, 18044, 98701, 605, 75930, 12501, 14255, 131899, 72187, 126833, ...
[ 0.167236328125, 0.2276611328125, 0.0338134765625, 0.197021484375, 0.1221923828125, 0.1458740234375, 0.202392578125, 0.14453125, 0.06109619140625, 0.22314453125, 0.1240234375, 0.1260986328125, 0.182373046875, 0.1405029296875, 0.017547607421875, 0.004638671875, 0.112548828125, 0.1541...
embed
9856295_c0
9856295
lisp
0
Title: The function is undefined. (recursion) Problem title: The function is undefined. (recursion) Tags: recursion, function, lisp, undefined Problem: The function is undefined. (recursion) I am writing a simple member function that returns the value associated with that member. The first line of the conditional (to t...
The function is undefined. (recursion) The function is undefined. (recursion) recursion function lisp undefined The function is undefined. (recursion) I am writing a simple member function that returns the value associated with that member. The first line of the conditional (to test if the first value is the one we're ...
[ -0.00909423828125, 0.004974365234375, 0.01611328125, -0.00628662109375, -0.00150299072265625, 0.0115966796875, 0.018310546875, 0.00946044921875, -0.0031890869140625, -0.044677734375, 0.0196533203125, -0.0037078857421875, 0.00194549560546875, 0.00025177001953125, 0.015625, 0.01745605468...
[ 32354, 83, 9232, 5983, 297, 107, 48650, 1830, 195625, 400, 7008, 32562, 8781, 32786, 30646, 34292, 137272, 5117, 13315, 35431, 289, 3034, 2174, 16487, 100, 43240, 5885, 5844, 2831, 63920, 5303, 53333, 33233, 18499, 11907, 1733, 30957, 26785, ...
[ 0.2216796875, 0.055908203125, 0.1427001953125, 0.2066650390625, 0.10577392578125, 0.050079345703125, 0.1959228515625, 0.097412109375, 0.2174072265625, 0.114013671875, 0.19921875, 0.0760498046875, 0.07427978515625, 0.1627197265625, 0.1566162109375, 0.11572265625, 0.06402587890625, 0...
embed
15951492_c0
15951492
lisp
0
Title: Why can't the set difference function compare lists with data from files? Problem title: Why can't the set difference function compare lists with data from files? Tags: common-lisp, comparison, format, lisp, set-difference Problem: Why can't the set difference function compare lists with data from file...
Why can't the set difference function compare lists with data from files? Why can't the set difference function compare lists with data from files? common-lisp comparison format lisp set-difference files Why file1 list1.txt file2 list2.txt Why can't the set difference function compare lists with data from fil...
[ 0.0228271484375, -0.00360107421875, 0.0018463134765625, 0.0081787109375, -0.003662109375, -0.0079345703125, 0.012451171875, 0.0093994140625, 0.00726318359375, 0.0235595703125, 0.00109100341796875, 0.02880859375, -0.007080078125, -0.01141357421875, 0.003814697265625, -0.0014724731445312...
[ 44084, 831, 3768, 18, 5423, 60212, 32354, 69101, 5303, 678, 2053, 1295, 102158, 39210, 4086, 254, 225490, 9384, 400, 7008, 428, 18234, 6620, 11435, 418, 124326, 304, 5442, 32036, 7515, 10269, 102577, 81148, 14368, 9902, 40899, 19916, 19725, ...
[ 0.0927734375, 0.09930419921875, 0.0296173095703125, 0.072021484375, 0.21337890625, 0.279052734375, 0.1446533203125, 0.216552734375, 0.2158203125, 0.0904541015625, 0.1171875, 0.1041259765625, 0.1546630859375, 0.0228271484375, 0.01385498046875, 0.1085205078125, 0.159423828125, 0.0834...
embed
21986977_c0
21986977
lisp
0
Title: additional properties to slot definition Problem title: additional properties to slot definition Tags: clos, common-lisp, lisp Problem: additional properties to slot definition http://mop.lisp.se/concepts.html says: An implementation is free to add additional properties to the canonicalized slot specification pr...
additional properties to slot definition additional properties to slot definition clos common-lisp lisp SB-MOP:STANDARD-DIRECT-SLOT-DEFINITION additional properties to slot definition http://mop.lisp.se/concepts.html says: with example: But when i try: SBCL compile it with error: So the question. How can I add addition...
[ 0.00860595703125, 0.007415771484375, 0.011962890625, -0.02197265625, -0.0172119140625, -0.017822265625, 0.01251220703125, 0.005523681640625, 0.006561279296875, 0.0015411376953125, -0.01263427734375, 0.0106201171875, 0.0172119140625, 0.020263671875, -0.0062255859375, 0.0162353515625, ...
[ 78301, 183871, 47, 24897, 80934, 20450, 7, 39210, 4086, 254, 400, 7008, 90944, 12013, 683, 75700, 397, 49444, 123237, 114781, 294, 115447, 202001, 25019, 2146, 5, 184, 19462, 27781, 9790, 37486, 9969, 1340, 442, 678, 18499, 11249, 831, 1519...
[ 0.215576171875, 0.246826171875, 0.09185791015625, 0.26904296875, 0.20263671875, 0.1507568359375, 0.00937652587890625, 0.10528564453125, 0.0220184326171875, 0.1090087890625, 0.0283966064453125, 0.11932373046875, 0.11956787109375, 0.043548583984375, 0.08441162109375, 0.02264404296875, ...
embed
69508330_c0
69508330
lisp
0
Title: Can someone breakdown what's happening in this piece of code? Problem title: Can someone breakdown what's happening in this piece of code? Tags: common-lisp, string, lisp, do-loops Problem: Can someone breakdown what's happening in this piece of code? I'm very new to LISP programming and I'm having a r...
Can someone breakdown what's happening in this piece of code? Can someone breakdown what's happening in this piece of code? common-lisp string lisp do-loops Can Can someone breakdown what's happening in this piece of code? I'm very new to LISP programming and I'm having a real hard time with the syntax. The f...
[ -0.00008296966552734375, 0.0031585693359375, -0.00592041015625, 0.0233154296875, -0.0120849609375, 0.0283203125, 0.00787353515625, 0.007080078125, 0.0218505859375, -0.00518798828125, 0.00750732421875, -0.039794921875, 0.01043701171875, 0.0034637451171875, -0.01953125, 0.006927490234375...
[ 4171, 22008, 36356, 34695, 2367, 3768, 7, 123087, 23, 903, 63847, 18151, 39210, 4086, 254, 79315, 400, 7008, 54, 28354, 16970, 9434, 56037, 7941, 1733, 6002, 86531, 25632, 73048, 3714, 77947, 13315, 390, 28219, 3688, 3229, 40956, 115058, 87...
[ 0.0274810791015625, 0.0149383544921875, 0.0831298828125, 0.1396484375, 0.073486328125, 0.093017578125, 0.010772705078125, 0.149658203125, 0.037109375, 0.049896240234375, 0.0728759765625, 0.1405029296875, 0.076904296875, 0.06085205078125, 0.1220703125, 0.11083984375, 0.08367919921875,...
embed
36530218_c0
36530218
lisp
0
Title: How to insert cons into list on lisp? Problem title: How to insert cons into list on lisp? Tags: lisp Problem: How to insert cons into list on lisp? 1 (setq R (cons 1 20)) 2 (setq L (cons 5 '(a b))) 3 (setq U (cons 10 'h)) 4 5 6 (defun insertcell(R L) 7 (setq x (list r l)) 8 (cond ((< (car R) (car L)) 9 (setq x ...
How to insert cons into list on lisp? How to insert cons into list on lisp? lisp How How to insert cons into list on lisp? Q1) I don't know how to return function's return value/ Q2) About upper code, for example, I have a list , K= ((1.20)(5 A B)) and I want to add a (3.H). So, K= ((1.20)(3.H)(5 A B)) looking my code,...
[ -0.0250244140625, 0.009521484375, 0.01202392578125, 0.00567626953125, 0.005523681640625, 0.00592041015625, -0.017333984375, -0.0081787109375, -0.015380859375, -0.00909423828125, 0.01513671875, -0.0002593994140625, 0.00897216796875, -0.0113525390625, -0.00119781494140625, 0.003067016601...
[ 11249, 183540, 158, 7, 3934, 5303, 98, 400, 7008, 47, 3714, 3642, 30646, 32354, 34292, 1407, 56, 18151, 341, 73419, 104116, 335, 15190, 10, 6896, 841, 1369, 16487, 24428, 55858, 90420, 64731, 397, 98533, 80076, 627, 339, 21, 6492, 85, 1...
[ 0.0633544921875, 0.2498779296875, 0.2447509765625, 0.1864013671875, 0.1536865234375, 0.2293701171875, 0.090576171875, 0.15625, 0.227783203125, 0.009918212890625, 0.025665283203125, 0.01898193359375, 0.171142578125, 0.141357421875, 0.1214599609375, 0.03509521484375, 0.008270263671875,...
embed
56776557_c1
56776557
lisp
1
(equalp "" (string-trim '(#\Space #\Tab) x)) (return) (format s "~a~%" x))))) (print (para1 sometime)) ; ==> shows all up to first blank line What I'd like to do is this is the following (note that out has now moved into &optional : (defmacro doread ((it f &optional out &key (take #'read)) &body body) "Iterator for ru...
(equalp "" (string-trim '(#\Space #\Tab) x)) (return) (format s "~a~%" x))))) (print (para1 sometime)) ; ==> shows all up to first blank line What I'd like to do is this is the following (note that out has now moved into &optional : (defmacro doread ((it f &optional out &key (take #'read)) &body body) "Iterator for ru...
[ 0.00787353515625, -0.0120849609375, 0.01116943359375, 0.0026702880859375, -0.01422119140625, 0.016845703125, 0.0283203125, 0.002593994140625, 0.00099945068359375, -0.0177001953125, -0.001617431640625, -0.00927734375, -0.0130615234375, -0.0284423828125, 0.0179443359375, -0.008056640625,...
[ 71723, 254, 91693, 3996, 39, 141012, 161671, 1022, 65395, 51727, 91, 3949, 35662, 6276, 418, 6032, 45831, 1257, 47, 5117, 44237, 13315, 71, 1884, 54, 903, 25632, 1810, 109133, 109585, 112, 420, 15322, 39116, 217, 1238, 19770, 78219, 37873, ...
[ 0.1688232421875, 0.1376953125, 0.1124267578125, 0.10540771484375, 0.06890869140625, 0.12353515625, 0.1065673828125, 0.004150390625, 0.031280517578125, 0.12890625, 0.030914306640625, 0.022674560546875, 0.1318359375, 0.0810546875, 0.034088134765625, 0.02667236328125, 0.06842041015625, ...
embed
51372258_c0
51372258
lisp
0
Title: Check occurrence of keyword with value in sublist Problem title: Check occurrence of keyword with value in sublist Tags: common-lisp, lisp, plist Problem: Check occurrence of keyword with value in sublist I have a data structure, consisting of property lists within lists, which are themselves inside a list. Esse...
Check occurrence of keyword with value in sublist Check occurrence of keyword with value in sublist common-lisp lisp plist Check VALUE GROUP Check occurrence of keyword with value in sublist I have a data structure, consisting of property lists within lists, which are themselves inside a list. Essentially a 2d matrix o...
[ 0.0036773681640625, -0.0003299713134765625, 0.015625, -0.00537109375, -0.010009765625, 0.00494384765625, 0.00836181640625, -0.00469970703125, 0.01361083984375, 0.03662109375, -0.00125885009765625, 0.0201416015625, 0.015625, -0.0027923583984375, -0.00970458984375, 0.01446533203125, 0....
[ 38679, 74918, 42, 6620, 166117, 678, 34292, 23, 1614, 6562, 39210, 4086, 254, 400, 7008, 4655, 271, 55991, 37066, 177314, 2053, 45646, 57266, 5303, 28032, 46132, 71, 50944, 6456, 64370, 3173, 27494, 51588, 70541, 61799, 892, 1505, 7413, 217...
[ 0.1607666015625, 0.166259765625, 0.133056640625, 0.0111083984375, 0.25732421875, 0.1304931640625, 0.2337646484375, 0.08697509765625, 0.212646484375, 0.2171630859375, 0.0692138671875, 0.0401611328125, 0.0682373046875, 0.0372314453125, 0.079833984375, 0.1153564453125, 0.05810546875, ...
embed
10999049_c0
10999049
lisp
0
Title: Lisp regexp matching numbers with or without constant type identifiers ( 3.2 or 3.2f ) Problem title: Lisp regexp matching numbers with or without constant type identifiers ( 3.2 or 3.2f ) Tags: regex, numbers, lisp, font-lock, emacs Problem: Lisp regexp matching numbers with or without constant type identifiers...
Lisp regexp matching numbers with or without constant type identifiers ( 3.2 or 3.2f ) Lisp regexp matching numbers with or without constant type identifiers ( 3.2 or 3.2f ) regex numbers lisp font-lock emacs Lisp Lisp regexp matching numbers with or without constant type identifiers ( 3.2 or 3.2f ) Question: I'm looki...
[ -0.010498046875, 0.0022125244140625, -0.024169921875, -0.006988525390625, 0.005767822265625, 0.00982666015625, -0.0159912109375, 0.03271484375, 0.00762939453125, -0.01123046875, -0.0133056640625, -0.01202392578125, -0.0172119140625, -0.0118408203125, 0.005584716796875, -0.0056762695312...
[ 1261, 7008, 6835, 83613, 14858, 214, 101935, 15490, 53697, 10644, 42485, 1314, 55054, 420, 3355, 400, 12401, 21135, 352, 2263, 707, 16487, 28282, 14012, 2577, 63134, 20949, 20324, 125195, 3871, 3444, 116, 34513, 71, 18, 787, 1238, 104, 1140...
[ 0.169189453125, 0.2186279296875, 0.139892578125, 0.21533203125, 0.2139892578125, 0.002899169921875, 0.172607421875, 0.0556640625, 0.1396484375, 0.120361328125, 0.1378173828125, 0.021942138671875, 0.2120361328125, 0.1241455078125, 0.1278076171875, 0.1361083984375, 0.1661376953125, 0...
embed
11593429_c0
11593429
lisp
0
Title: Is everything a list in scheme? Problem title: Is everything a list in scheme? Tags: lisp, scheme, chicken-scheme, list Problem: Is everything a list in scheme? Along with the book "Simply Scheme" (Second Edition) i'm watching the "Computer Science 61A - Lectures" on youtube. On the lectures , the tutor uses Stk...
Is everything a list in scheme? Is everything a list in scheme? lisp scheme chicken-scheme list Is everything a list in scheme? Along with the book "Simply Scheme" (Second Edition) i'm watching the "Computer Science 61A - Lectures" on youtube. On the lectures , the tutor uses Stk interpreter, but i'm using chicken sche...
[ 0.01397705078125, 0.0064697265625, 0.0172119140625, 0.0277099609375, -0.017578125, 0.003143310546875, 0.0247802734375, 0.00009584426879882812, 0.0072021484375, -0.046142578125, 0.0037078857421875, -0.0196533203125, -0.0133056640625, -0.0166015625, 0.0050048828125, 0.0186767578125, 0....
[ 2071, 26818, 10, 5303, 23, 150370, 32, 400, 7008, 143896, 7560, 282, 12877, 133620, 62479, 34702, 2271, 44965, 100244, 134910, 28745, 11716, 284, 75625, 54889, 32772, 59619, 121314, 4527, 2907, 92, 29481, 17368, 56, 5117, 13448, 271, 50491, ...
[ 0.09228515625, 0.234619140625, 0.118408203125, 0.275390625, 0.1328125, 0.275390625, 0.0209503173828125, 0.0604248046875, 0.1478271484375, 0.1947021484375, 0.1905517578125, 0.2030029296875, 0.114501953125, 0.079345703125, 0.1138916015625, 0.190673828125, 0.00079345703125, 0.03521728...
embed
8806869_c0
8806869
lisp
0
Title: With MIT-Scheme, is there a way to inspect a compound-procedure object? Problem title: With MIT-Scheme, is there a way to inspect a compound-procedure object? Tags: mit-scheme, lisp, scheme, debugging Problem: With MIT-Scheme, is there a way to inspect a compound-procedure object? Using MIT-Scheme 9.x, is there ...
With MIT-Scheme, is there a way to inspect a compound-procedure object? With MIT-Scheme, is there a way to inspect a compound-procedure object? mit-scheme lisp scheme debugging MIT-Scheme With MIT-Scheme, is there a way to inspect a compound-procedure object? Using MIT-Scheme 9.x, is there a way using the debugger or s...
[ -0.00095367431640625, 0.015380859375, 0.00238037109375, 0.01165771484375, -0.006439208984375, 0.0126953125, 0.006134033203125, -0.004974365234375, 0.004302978515625, -0.02392578125, 0.00067901611328125, 0.00005841255187988281, -0.005828857421875, -0.01153564453125, 0.00982666015625, -0...
[ 17106, 78999, 25452, 12549, 10, 3917, 47, 134071, 217773, 9, 232578, 36746, 2685, 491, 7560, 282, 400, 7008, 150370, 8, 978, 36659, 345, 3569, 425, 17368, 21407, 55516, 52184, 7612, 30646, 21, 6492, 85, 32354, 7413, 66161, 18151, 99, 2367...
[ 0.07574462890625, 0.204345703125, 0.1680908203125, 0.185546875, 0.009765625, 0.11181640625, 0.05474853515625, 0.298828125, 0.283203125, 0.059173583984375, 0.237548828125, 0.21533203125, 0.0316162109375, 0.1412353515625, 0.150146484375, 0.03509521484375, 0.059661865234375, 0.1390380...
embed
20042607_c0
20042607
lisp
0
Title: Is it feasible to use Lisp/Scheme as a scripting language? Problem title: Is it feasible to use Lisp/Scheme as a scripting language? Tags: scheme, ruby, scripting, python, lisp Problem: Is it feasible to use Lisp/Scheme as a scripting language? Is it feasible to script in a Lisp, as opposed to Ruby/Python/Perl/(...
Is it feasible to use Lisp/Scheme as a scripting language? Is it feasible to use Lisp/Scheme as a scripting language? scheme ruby scripting python lisp Lisp Scheme Is it feasible to use Lisp/Scheme as a scripting language? Is it feasible to script in a Lisp, as opposed to Ruby/Python/Perl/(insert accepted scripting lan...
[ 0.0042724609375, 0.0286865234375, -0.0089111328125, 0.026611328125, -0.006439208984375, -0.0106201171875, 0.00640869140625, -0.0107421875, 0.0035552978515625, -0.022705078125, 0.0021820068359375, -0.012451171875, -0.0096435546875, 0.00872802734375, -0.0152587890625, -0.0076904296875, ...
[ 2071, 442, 3820, 11, 55356, 4527, 1261, 7008, 64, 25452, 12549, 237, 26499, 214, 46876, 47, 10, 150370, 21922, 53, 17198, 50828, 400, 34702, 282, 23, 233, 144429, 158189, 15277, 141, 33657, 68186, 8966, 11435, 9433, 59636, 7986, 54529, 14...
[ 0.03271484375, 0.027557373046875, 0.1304931640625, 0.1097412109375, 0.17626953125, 0.1240234375, 0.19189453125, 0.25732421875, 0.07171630859375, 0.1767578125, 0.250244140625, 0.0775146484375, 0.282958984375, 0.1290283203125, 0.2127685546875, 0.0249176025390625, 0.0287322998046875, ...
embed
62041584_c1
62041584
lisp
1
aref entries i status-index) t))) ...) which should turn into code equivalent to (dotimes (i nentries) ... (when ... (progn (setf (ldb (byte 1 0) (aref entries i status-index)) 1) t)) ...) And also this: (let ((status 0)) ... (when ... (setf (deadp status) t)) ...) which should turn into code equivalent to this: (let (...
aref entries i status-index) t))) ...) which should turn into code equivalent to (dotimes (i nentries) ... (when ... (progn (setf (ldb (byte 1 0) (aref entries i status-index)) 1) t)) ...) And also this: (let ((status 0)) ... (when ... (setf (deadp status) t)) ...) which should turn into code equivalent to this: (let (...
[ 0.01470947265625, 0.011474609375, 0.0081787109375, -0.017578125, 0.009033203125, -0.00048828125, 0.0040283203125, 0.01104736328125, 0.01263427734375, -0.000396728515625, 0.00701904296875, 0.0257568359375, -0.005523681640625, 0.00933837890625, 0.0023956298828125, 0.021484375, 0.006439...
[ 621, 420, 112820, 90, 17, 10778, 4711, 808, 32149, 5608, 15504, 18151, 183234, 246, 70141, 14, 660, 10484, 3220, 75620, 19, 3509, 275, 61028, 757, 29087, 4879, 903, 1974, 45215, 112, 712, 254, 3444, 103494, 32354, 186, 97841, 42, 5423, ...
[ 0.08856201171875, 0.194580078125, 0.1851806640625, 0.030364990234375, 0.0753173828125, 0.1644287109375, 0.1536865234375, 0.075927734375, 0.09368896484375, 0.034271240234375, 0.0556640625, 0.1871337890625, 0.120849609375, 0.06884765625, 0.217529296875, 0.0467529296875, 0.0125122070312...
embed
10226219_c0
10226219
lisp
0
Title: How is the value of (list &#x27;quote &#x27;5) = &#x27;&#x27;5 rather than &#x27;(quote 5) or &#x27;(&#x27;&#x27;5)? Problem title: How is the value of (list &#x27;quote &#x27;5) = &#x27;&#x27;5 rather than &#x27;(quote 5) or &#x27;(&#x27;&#x27;5)? Tags: quote, list, lisp Problem: How is the value of (list 'quot...
How is the value of (list &#x27;quote &#x27;5) = &#x27;&#x27;5 rather than &#x27;(quote 5) or &#x27;(&#x27;&#x27;5)? How is the value of (list &#x27;quote &#x27;5) = &#x27;&#x27;5 rather than &#x27;(quote 5) or &#x27;(&#x27;&#x27;5)? quote list lisp How How is the value of (list 'quote '5) = ''5 rather than '(quote 5) ...
[ 0.01416015625, 0.0240478515625, 0.0142822265625, -0.000919342041015625, -0.0164794921875, -0.0018157958984375, 0.0040283203125, 0.00017070770263671875, 0.01611328125, 0.02197265625, -0.00482177734375, 0.0000972747802734375, 0.0108642578125, 0.0101318359375, -0.026123046875, 0.014404296...
[ 11249, 83, 34292, 111, 6562, 3768, 68726, 43317, 2203, 758, 43257, 3501, 21162, 66747, 5303, 400, 7008, 70, 37202, 151301, 1261, 85689, 425, 5361, 3917, 13606, 254, 12960, 5106, 32354, 151575, 3853, 21208, 5608, 2053, 13736, 12912, 113307, ...
[ 0.081298828125, 0.051116943359375, 0.2352294921875, 0.06939697265625, 0.2254638671875, 0.0167999267578125, 0.2452392578125, 0.19970703125, 0.051239013671875, 0.1650390625, 0.1513671875, 0.07501220703125, 0.1956787109375, 0.2247314453125, 0.1876220703125, 0.07354736328125, 0.193847656...
embed
57376279_c0
57376279
lisp
0
Title: Can any case of using call/cc be rewritten equivalently without using it? Problem title: Can any case of using call/cc be rewritten equivalently without using it? Tags: scheme, racket, lisp, continuations, callcc Problem: Can any case of using call/cc be rewritten equivalently without using it? Can any case of u...
Can any case of using call/cc be rewritten equivalently without using it? Can any case of using call/cc be rewritten equivalently without using it? scheme racket lisp continuations callcc call/cc it Can Can any case of using call/cc be rewritten equivalently without using it? Can any case of using call/cc be rewritten ...
[ -0.03125, 0.02294921875, 0.0087890625, 0.00689697265625, -0.0002155303955078125, -0.03076171875, 0.0023193359375, -0.0123291015625, -0.01104736328125, -0.0166015625, -0.01104736328125, -0.0152587890625, -0.01495361328125, 0.00090789794921875, 0.0186767578125, -0.002716064453125, 0.00...
[ 4171, 2499, 7225, 17368, 11782, 64, 10060, 456, 5429, 75639, 183234, 15490, 442, 150370, 673, 27853, 400, 7008, 9454, 177, 85763, 1238, 60042, 111, 47, 151575, 34292, 125195, 706, 190659, 11343, 19048, 79459, 80934, 32354, 15400, 3871, 4527, ...
[ 0.064208984375, 0.0184326171875, 0.0992431640625, 0.10736083984375, 0.2236328125, 0.12890625, 0.20849609375, 0.1260986328125, 0.1728515625, 0.1318359375, 0.1483154296875, 0.0875244140625, 0.12939453125, 0.1417236328125, 0.0254974365234375, 0.1336669921875, 0.03961181640625, 0.11364...
embed
71614554_c0
71614554
lisp
0
Title: How can i write a function which extracts the nth element of a list? Problem title: How can i write a function which extracts the nth element of a list? Tags: lisp, function, list, cons, racket Problem: How can i write a function which extracts the nth element of a list? As part of my assignment i have been give...
How can i write a function which extracts the nth element of a list? How can i write a function which extracts the nth element of a list? lisp function list cons racket How How can i write a function which extracts the nth element of a list? As part of my assignment i have been given the task to: Write a function that ...
[ 0.0020599365234375, 0.01495361328125, -0.01092529296875, 0.01324462890625, 0.00958251953125, 0.0103759765625, 0.002227783203125, 0.0185546875, -0.00182342529296875, -0.0201416015625, 0.011962890625, -0.0234375, -0.0184326171875, 0.01953125, -0.019287109375, -0.00115203857421875, 0.02...
[ 11249, 831, 17, 33022, 32354, 125663, 7, 70, 653, 927, 12830, 5303, 3129, 111, 400, 7008, 158, 673, 27853, 95486, 66211, 601, 18781, 51776, 6626, 107730, 339, 418, 70541, 124850, 304, 101935, 12638, 14012, 44116, 5117, 62816, 127, 13, 141...
[ 0.056884765625, 0.08306884765625, 0.055908203125, 0.2083740234375, 0.2413330078125, 0.2464599609375, 0.08648681640625, 0.07379150390625, 0.214111328125, 0.203857421875, 0.18115234375, 0.209716796875, 0.037689208984375, 0.037628173828125, 0.08380126953125, 0.170166015625, 0.1320800781...
embed
19341125_c0
19341125
lisp
0
Title: Scheme if-statement Problem title: Scheme if-statement Tags: scheme, racket, lisp, the-little-schemer Problem: Scheme if-statement I'm currently studying Scheme with The Little Schemer and ran into an odd trouble. Here is my code: (define rember (lambda (a lat) ((if (null? lat) '() (cond ((eq? a (car lat)) (cdr ...
Scheme if-statement Scheme if-statement scheme racket lisp the-little-schemer Scheme Scheme if-statement I'm currently studying Scheme with The Little Schemer and ran into an odd trouble. Here is my code: I used an "if" instead of "cond" in the textbook. When returning from the tail-recursion, it shows this error: I gu...
[ -0.004302978515625, 0.034423828125, 0.00860595703125, 0.01226806640625, -0.004486083984375, -0.00634765625, 0.0089111328125, -0.00616455078125, -0.01031494140625, -0.0257568359375, 0.00179290771484375, -0.0081787109375, -0.0184326171875, -0.0045166015625, 0.0174560546875, 0.00363159179...
[ 34702, 282, 2174, 61340, 674, 150370, 673, 27853, 400, 7008, 150, 46401, 7560, 1991, 35187, 678, 581, 59784, 13028, 70270, 63134, 18151, 11814, 142, 3190, 64457, 2271, 71, 7986, 14137, 30646, 1295, 46741, 107, 48650, 1830, 45831, 903, 18499...
[ 0.2069091796875, 0.13720703125, 0.2008056640625, 0.1861572265625, 0.087646484375, 0.2218017578125, 0.043243408203125, 0.173095703125, 0.011383056640625, 0.121337890625, 0.0225982666015625, 0.084228515625, 0.143798828125, 0.163818359375, 0.041778564453125, 0.040771484375, 0.0444946289...
embed
12029141_c0
12029141
lisp
0
Title: Why is static scoping often considered better than, dynamic one? Problem title: Why is static scoping often considered better than, dynamic one? Tags: scheme, lisp Problem: Why is static scoping often considered better than, dynamic one? I am not sure if I understand correctly, why in older versions of Lisp ther...
Why is static scoping often considered better than, dynamic one? Why is static scoping often considered better than, dynamic one? scheme lisp Why Why is static scoping often considered better than, dynamic one? I am not sure if I understand correctly, why in older versions of Lisp there was not static scoping implement...
[ 0.0045166015625, 0.018310546875, 0.0230712890625, 0.008544921875, -0.02099609375, -0.00007677078247070312, -0.0001430511474609375, 0.0181884765625, -0.005889892578125, -0.002197265625, -0.00225830078125, -0.012451171875, -0.01611328125, -0.0027008056640625, 0.0234375, -0.00933837890625...
[ 44084, 201939, 44679, 214, 27983, 90698, 11522, 3501, 84079, 1632, 150370, 400, 7008, 28219, 15400, 114210, 11389, 1261, 959, 29479, 26832, 45211, 71263, 109028, 13, 89596, 26868, 34702, 282, 4734, 3934, 68018, 77336, 1286, 142267, 4527, 11814,...
[ 0.1168212890625, 0.26708984375, 0.2156982421875, 0.1463623046875, 0.1429443359375, 0.1131591796875, 0.1923828125, 0.06884765625, 0.2069091796875, 0.0697021484375, 0.1654052734375, 0.08282470703125, 0.18603515625, 0.025054931640625, 0.0714111328125, 0.031768798828125, 0.0657958984375,...
embed
35734471_c0
35734471
lisp
0
Title: re-internilizing a symbol from namespace-mapped-symbols Problem title: re-internilizing a symbol from namespace-mapped-symbols Tags: scheme, racket, lisp Problem: re-internilizing a symbol from namespace-mapped-symbols I'm not sure if the question title is appropriate but here is what I wonder: From the repl, I ...
re-internilizing a symbol from namespace-mapped-symbols re-internilizing a symbol from namespace-mapped-symbols scheme racket lisp namespace-mapped-symbols re-internilizing a symbol from namespace-mapped-symbols I'm not sure if the question title is appropriate but here is what I wonder: From the repl, I wanted to get ...
[ -0.01068115234375, 0.005218505859375, 0.002044677734375, 0.0301513671875, -0.01251220703125, 0.025146484375, 0.0194091796875, 0.0135498046875, -0.0206298828125, -0.0169677734375, 0.00194549560546875, 0.00653076171875, 0.00848388671875, 0.0194091796875, -0.007232666015625, 0.02038574218...
[ 456, 10433, 17324, 84382, 26582, 1295, 210716, 192, 48398, 176726, 150370, 673, 27853, 400, 7008, 32195, 2424, 36663, 2046, 5303, 111, 128239, 7, 61924, 43581, 88996, 115058, 4127, 29806, 159029, 83279, 30646, 9790, 11782, 16750, 13448, 271, ...
[ 0.1131591796875, 0.1285400390625, 0.1195068359375, 0.0823974609375, 0.2486572265625, 0.0693359375, 0.1898193359375, 0.0845947265625, 0.08026123046875, 0.1650390625, 0.1226806640625, 0.0271759033203125, 0.1572265625, 0.050994873046875, 0.1552734375, 0.0439453125, 0.10302734375, 0.02...
embed
41510950_c0
41510950
lisp
0
Title: Object not applicable in MIT Scheme (a different Ackermann&#x27;s function) Problem title: Object not applicable in MIT Scheme (a different Ackermann&#x27;s function) Tags: ackermann, lisp, mit-scheme, recursion, scheme Problem: Object not applicable in MIT Scheme (a different Ackermann's function) I found this ...
Object not applicable in MIT Scheme (a different Ackermann&#x27;s function) Object not applicable in MIT Scheme (a different Ackermann&#x27;s function) ackermann lisp mit-scheme recursion scheme Object MIT Scheme Ackermann acker2 Object not applicable in MIT Scheme (a different Ackermann's function) I found this versio...
[ -0.006561279296875, 0.0078125, -0.0019378662109375, 0.00994873046875, 0.007110595703125, 0.005279541015625, -0.0047607421875, 0.001373291015625, 0.00457763671875, -0.015625, 0.028076171875, -0.03271484375, -0.00799560546875, -0.0198974609375, 0.0206298828125, -0.009033203125, -0.0014...
[ 134549, 959, 152431, 23, 78999, 34702, 282, 12921, 62, 11050, 5761, 3768, 32354, 10, 400, 7008, 491, 7560, 195625, 1830, 150370, 304, 14037, 903, 11389, 25, 37842, 18151, 442, 1261, 110, 36272, 151645, 22824, 64, 43882, 11728, 8962, 11, 5...
[ 0.248779296875, 0.138427734375, 0.25927734375, 0.029083251953125, 0.1923828125, 0.193603515625, 0.1417236328125, 0.1370849609375, 0.079345703125, 0.1988525390625, 0.2042236328125, 0.07550048828125, 0.17919921875, 0.0243988037109375, 0.0655517578125, 0.1700439453125, 0.157958984375, ...
embed
42194341_c0
42194341
lisp
0
Title: Can&#x27;t change/establish root binding of: [some-def] with set in Clojure Problem title: Can&#x27;t change/establish root binding of: [some-def] with set in Clojure Tags: lisp, clojure, clojurescript, functional-programming Problem: Can't change/establish root binding of: [some-def] with set in Clojure I could...
Can&#x27;t change/establish root binding of: [some-def] with set in Clojure Can&#x27;t change/establish root binding of: [some-def] with set in Clojure lisp clojure clojurescript functional-programming IllegalStateException Can Clojure clojure.lang.Var.set Var.java:221 Can't change/establish root binding of: [some-def]...
[ 0.005767822265625, 0.026123046875, -0.00110626220703125, -0.007049560546875, 0.00982666015625, 0.017333984375, -0.001190185546875, 0.0142822265625, -0.0023956298828125, -0.022216796875, 0.00067138671875, 0.01239013671875, 0.007476806640625, 0.00201416015625, 0.01141357421875, -0.010559...
[ 4171, 3768, 18, 15549, 29511, 15227, 74855, 128239, 43452, 112, 420, 678, 5423, 51053, 461, 107, 111, 400, 7008, 20450, 32032, 123309, 28966, 86966, 135206, 63928, 3066, 81827, 3509, 3323, 24071, 24070, 418, 5809, 959, 84079, 285, 34292, 47...
[ 0.05316162109375, 0.043182373046875, 0.03179931640625, 0.1922607421875, 0.1414794921875, 0.05072021484375, 0.2198486328125, 0.23828125, 0.06024169921875, 0.1033935546875, 0.1378173828125, 0.03973388671875, 0.15673828125, 0.1558837890625, 0.18603515625, 0.146484375, 0.07098388671875, ...
embed
37545900_c1
37545900
lisp
1
EXIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Try loading the foreign library again. 1: [USE-VALUE ] Use another library instead. 2: [TRY-RECOMPILING ] Recompile library and try loading it again 3: [RETRY ] Retry loading FASL for #<CL-SOURCE-FILE "sdl2" "library">....
EXIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Try loading the foreign library again. 1: [USE-VALUE ] Use another library instead. 2: [TRY-RECOMPILING ] Recompile library and try loading it again 3: [RETRY ] Retry loading FASL for #<CL-SOURCE-FILE "sdl2" "library">....
[ 0.01129150390625, -0.0079345703125, -0.005279541015625, 0.01495361328125, -0.0000820159912109375, 0.007293701171875, 0.006591796875, 0.004119873046875, -0.01153564453125, -0.017578125, -0.00830078125, -0.032958984375, -0.01904296875, 0.01129150390625, 0.006378173828125, -0.006500244140...
[ 29426, 6371, 16, 47, 82230, 1295, 90944, 37486, 5, 10588, 67987, 23253, 14012, 144681, 9351, 2077, 757, 12, 41116, 34388, 40858, 72367, 214, 70, 110613, 35773, 1294, 13438, 13806, 78441, 61152, 10114, 36836, 15700, 64457, 15573, 193413, 11766...
[ 0.2159423828125, 0.236572265625, 0.007080078125, 0.1265869140625, 0.283447265625, 0.218505859375, 0.1942138671875, 0.24609375, 0.0731201171875, 0.148193359375, 0.20556640625, 0.1585693359375, 0.140625, 0.09619140625, 0.011474609375, 0.045074462890625, 0.1185302734375, 0.07110595703...
embed
28756409_c0
28756409
lisp
0
Title: Racket: using big bang and on-click Problem title: Racket: using big bang and on-click Tags: scheme, racket, lisp Problem: Racket: using big bang and on-click I've somehow been able to draw a small basic image in racket (a house). Now, what I'm stuck with is, using big-bang to draw the image -- and then being ab...
Racket: using big bang and on-click Racket: using big bang and on-click scheme racket lisp big 2htdp/image 2htdp/universe Racket Small Shack Racket: using big bang and on-click I've somehow been able to draw a small basic image in racket (a house). Now, what I'm stuck with is, using big-bang to draw the image -- and th...
[ -0.045166015625, 0.00701904296875, -0.0008087158203125, 0.01202392578125, 0.004119873046875, 0.01531982421875, 0.010009765625, -0.01141357421875, -0.00193023681640625, -0.00665283203125, -0.0016326904296875, -0.006011962890625, 0.00860595703125, -0.01507568359375, -0.00225830078125, -0...
[ 2552, 27853, 17368, 6957, 11339, 136, 98, 123278, 150370, 673, 400, 7008, 116, 254, 37926, 49545, 105508, 7224, 2594, 12, 209303, 19048, 79442, 19336, 62822, 29569, 23, 18276, 179933, 9, 8900, 47, 18158, 133940, 111, 765, 15549, 15700, 1057...
[ 0.135009765625, 0.2374267578125, 0.1092529296875, 0.09002685546875, 0.220458984375, 0.03973388671875, 0.10546875, 0.2166748046875, 0.1412353515625, 0.1229248046875, 0.0144500732421875, 0.10693359375, 0.014862060546875, 0.031524658203125, 0.139404296875, 0.056640625, 0.04400634765625,...
embed
53191186_c0
53191186
lisp
0
Title: calculate the sum of proper divisors of a given number in Racket BSL Problem title: calculate the sum of proper divisors of a given number in Racket BSL Tags: scheme, dr.racket, lisp, racket-student-languages, racket Problem: calculate the sum of proper divisors of a given number in Racket BSL Design a Racket fu...
calculate the sum of proper divisors of a given number in Racket BSL calculate the sum of proper divisors of a given number in Racket BSL scheme dr.racket lisp racket-student-languages racket Racket BSL sub1 dr.racket calculate the sum of proper divisors of a given number in Racket BSL Design a Racket function named fin...
[ -0.03173828125, 0.018798828125, 0.01287841796875, -0.00653076171875, -0.00457763671875, -0.0081787109375, -0.000667572021484375, 0.00677490234375, 0.00518798828125, -0.03662109375, 0.0186767578125, -0.03515625, -0.00604248046875, -0.003997802734375, 0.03466796875, 0.00177764892578125, ...
[ 74481, 67, 10554, 111, 27798, 45, 51858, 7, 34475, 14012, 2552, 27853, 335, 30508, 150370, 3568, 219, 400, 7008, 673, 96610, 196651, 1614, 23, 11724, 32354, 7413, 10752, 1264, 14055, 51776, 6083, 756, 450, 81113, 40715, 3501, 89536, 360, ...
[ 0.19775390625, 0.013641357421875, 0.20654296875, 0.0165252685546875, 0.2091064453125, 0.15966796875, 0.294189453125, 0.119384765625, 0.06207275390625, 0.166748046875, 0.1114501953125, 0.205322265625, 0.053924560546875, 0.1810302734375, 0.132568359375, 0.049896240234375, 0.06167602539...
embed
17039756_c0
17039756
lisp
0
Title: LISP - destructive and non-destructive constructs Problem title: LISP - destructive and non-destructive constructs Tags: lisp, functional-programming, definition Problem: LISP - destructive and non-destructive constructs What is the correct definition of destructive and non-destructive constructs in LISP (or in ...
LISP - destructive and non-destructive constructs LISP - destructive and non-destructive constructs lisp functional-programming definition LISP LISP - destructive and non-destructive constructs What is the correct definition of destructive and non-destructive constructs in LISP (or in general). I have tried to search f...
[ 0.017333984375, 0.0400390625, 0.005126953125, 0.0020599365234375, -0.00182342529296875, 0.01239013671875, -0.0235595703125, 0.004608154296875, 0.0019378662109375, 0.0181884765625, 0.0218505859375, -0.00323486328125, 0.007049560546875, 0.0020599365234375, 0.01275634765625, 0.01953125, ...
[ 16970, 9434, 8, 36716, 5844, 136, 351, 112, 64549, 400, 7008, 123309, 28966, 80934, 26785, 7, 23, 4537, 8561, 91084, 127689, 69407, 100094, 390, 32354, 131148, 65572, 77336, 3229, 27875, 5303, 237, 171859, 35839, 41018, 61475, 30646, 8796, ...
[ 0.138427734375, 0.2386474609375, 0.1307373046875, 0.21337890625, 0.1717529296875, 0.100341796875, 0.149169921875, 0.05523681640625, 0.1998291015625, 0.127197265625, 0.221435546875, 0.1497802734375, 0.129150390625, 0.18359375, 0.10369873046875, 0.08282470703125, 0.0234832763671875, ...
embed
40208560_c1
40208560
lisp
1
47 #:impersonator) (cons/c Real (cons/c Real (cons/c Real '())))) #:label (or/c #f String) #:line-color (or/c Integer Symbol String (recursive-contract g147 #:impersonator) (cons/c Real (cons/c Real (cons/c Real '())))) #:line-style (or/c Integer 'transparent 'solid 'dot 'long-dash 'short-dash 'dot-dash) #:line-width N...
47 #:impersonator) (cons/c Real (cons/c Real (cons/c Real '())))) #:label (or/c #f String) #:line-color (or/c Integer Symbol String (recursive-contract g147 #:impersonator) (cons/c Real (cons/c Real (cons/c Real '())))) #:line-style (or/c Integer 'transparent 'solid 'dot 'long-dash 'short-dash 'dot-dash) #:line-width N...
[ -0.01300048828125, 0.0189208984375, -0.01318359375, 0.0069580078125, -0.013916015625, 0.0111083984375, -0.0213623046875, 0.0211181640625, 0.005462646484375, 0.006195068359375, 0.015380859375, -0.0125732421875, -0.008544921875, -0.005523681640625, 0.0108642578125, 0.025390625, 0.00209...
[ 7657, 468, 12, 464, 30816, 4597, 25553, 64, 238, 5120, 80126, 152526, 748, 420, 23351, 214, 2256, 46133, 44401, 131899, 48650, 5844, 184103, 706, 128497, 40946, 30145, 97281, 15464, 10617, 155892, 186500, 146984, 3331, 68996, 3306, 156060, 67...
[ 0.201904296875, 0.057220458984375, 0.01214599609375, 0.1220703125, 0.2392578125, 0.1920166015625, 0.1109619140625, 0.0391845703125, 0.005584716796875, 0.2242431640625, 0.0460205078125, 0.206787109375, 0.05126953125, 0.08251953125, 0.106201171875, 0.05078125, 0.15185546875, 0.098876...
embed
25275842_c0
25275842
lisp
0
Title: Does (function) serve any purpose in Emacs? Problem title: Does (function) serve any purpose in Emacs? Tags: elisp, emacs, lisp Problem: Does (function) serve any purpose in Emacs? From the documentation of the function form: Like `quote', but preferred for objects which are functions. In byte compilation, `func...
Does (function) serve any purpose in Emacs? Does (function) serve any purpose in Emacs? elisp emacs lisp Does Emacs Does (function) serve any purpose in Emacs? From the documentation of the function form: So one would do #'(lambda ...) to enable byte compilation of the lambda form. On the other hand, as mentioned in th...
[ 0.006561279296875, 0.00738525390625, 0.00927734375, -0.021728515625, -0.01470947265625, 0.0125732421875, 0.01129150390625, 0.01104736328125, -0.011474609375, -0.0211181640625, 0.007171630859375, -0.02099609375, -0.033203125, 0.003936767578125, -0.002899169921875, 0.0030975341796875, ...
[ 101790, 137175, 21265, 2499, 60042, 23, 85269, 4439, 16, 15296, 7008, 352, 2263, 7, 400, 209806, 32354, 3173, 2806, 54, 468, 25, 143, 6492, 85, 153, 47, 22, 2886, 390, 67, 98352, 21, 23009, 110, 51713, 63559, 89159, 70, 4527, 9393, 72...
[ 0.0850830078125, 0.291748046875, 0.2275390625, 0.1280517578125, 0.20361328125, 0.101318359375, 0.18896484375, 0.2406005859375, 0.051544189453125, 0.07171630859375, 0.193115234375, 0.0999755859375, 0.1031494140625, 0.0238494873046875, 0.0648193359375, 0.08056640625, 0.2254638671875, ...
embed
65863920_c0
65863920
lisp
0
Title: What does appending two lists like this return one list rather than a cons cell of two lists? Problem title: What does appending two lists like this return one list rather than a cons cell of two lists? Tags: append, cons, lisp, list, scheme Problem: What does appending two lists like this return one list rather...
What does appending two lists like this return one list rather than a cons cell of two lists? What does appending two lists like this return one list rather than a cons cell of two lists? append cons lisp list scheme What What does appending two lists like this return one list rather than a cons cell of two lists? A co...
[ -0.007415771484375, 0.01300048828125, 0.01055908203125, 0.0167236328125, 0.0030364990234375, 0.0216064453125, -0.00787353515625, -0.005340576171875, 0.00848388671875, 0.0040283203125, 0.0120849609375, -0.008056640625, -0.007415771484375, 0.019775390625, -0.00433349609375, -0.0074157714...
[ 1747, 96819, 6626, 5303, 7, 1884, 903, 30646, 1632, 43257, 158, 38750, 114689, 71, 400, 7008, 150370, 14602, 39210, 8781, 3917, 44084, 4488, 58359, 2704, 12830, 10, 214552, 144239, 159029, 25553, 88303, 5941, 11782, 3284, 15400, 32354, 959, ...
[ 0.11572265625, 0.167724609375, 0.1451416015625, 0.2125244140625, 0.09747314453125, 0.0762939453125, 0.06463623046875, 0.1904296875, 0.0836181640625, 0.08282470703125, 0.187255859375, 0.1654052734375, 0.1644287109375, 0.071533203125, 0.07598876953125, 0.161865234375, 0.165283203125, ...
embed
25074897_c0
25074897
lisp
0
Title: Why is (max (sin (/ 5 3)) (sqr 12)) in Scheme/Dr. Racket (Beginning Student Language) evaluated as inexact? Problem title: Why is (max (sin (/ 5 3)) (sqr 12)) in Scheme/Dr. Racket (Beginning Student Language) evaluated as inexact? Tags: scheme, racket, lisp, inexact-arithmetic, functional-programming Problem: Wh...
Why is (max (sin (/ 5 3)) (sqr 12)) in Scheme/Dr. Racket (Beginning Student Language) evaluated as inexact? Why is (max (sin (/ 5 3)) (sqr 12)) in Scheme/Dr. Racket (Beginning Student Language) evaluated as inexact? scheme racket lisp inexact-arithmetic functional-programming Why Scheme Racket Beginning Student Languag...
[ -0.00616455078125, 0.0010223388671875, 0.01611328125, 0.026611328125, 0.0057373046875, 0.027587890625, 0.0081787109375, 0.007049560546875, -0.00201416015625, 0.006317138671875, -0.00762939453125, -0.0126953125, -0.01373291015625, -0.0242919921875, 0.01806640625, -0.0020904541015625, ...
[ 44084, 83, 24084, 1596, 64, 190, 8439, 864, 42, 427, 34702, 282, 28928, 2552, 27853, 6820, 592, 26696, 83658, 151575, 237, 23, 3355, 47013, 150370, 673, 400, 7008, 8962, 123309, 28966, 67053, 214, 143161, 8821, 167255, 146051, 167377, 17, ...
[ 0.13232421875, 0.016510009765625, 0.1834716796875, 0.1993408203125, 0.04351806640625, 0.080078125, 0.1871337890625, 0.094970703125, 0.09979248046875, 0.1953125, 0.1396484375, 0.1083984375, 0.0823974609375, 0.117431640625, 0.2059326171875, 0.0399169921875, 0.04986572265625, 0.127441...
embed
64971243_c0
64971243
lisp
0
Title: AutoLISP: Select text inside closed polylines and define block atributtes with that text Problem title: AutoLISP: Select text inside closed polylines and define block atributtes with that text Tags: autocad, autolisp, text, block, lisp Problem: AutoLISP: Select text inside closed polylines and define block atrib...
AutoLISP: Select text inside closed polylines and define block atributtes with that text AutoLISP: Select text inside closed polylines and define block atributtes with that text autocad autolisp text block lisp AutoLISP Select AutoLISP: Select text inside closed polylines and define block atributtes with that text I ha...
[ 0.00958251953125, 0.0106201171875, -0.0185546875, 0.0108642578125, -0.0079345703125, 0.0238037109375, 0.0201416015625, 0.0101318359375, 0.01116943359375, -0.0079345703125, 0.0008087158203125, -0.0166015625, -0.0106201171875, -0.006866455078125, -0.0013427734375, 0.024658203125, 0.013...
[ 4396, 67616, 683, 51620, 7986, 46132, 155738, 35874, 59801, 61924, 46389, 146256, 1636, 678, 1809, 25426, 4086, 254, 400, 7008, 74912, 5868, 188304, 112875, 155648, 8668, 12638, 2256, 28905, 2606, 17155, 11627, 3249, 124374, 44954, 45367, 13221...
[ 0.1820068359375, 0.170166015625, 0.2138671875, 0.1805419921875, 0.2069091796875, 0.11767578125, 0.162353515625, 0.16650390625, 0.188232421875, 0.1734619140625, 0.2054443359375, 0.18603515625, 0.0716552734375, 0.085205078125, 0.08538818359375, 0.1090087890625, 0.10650634765625, 0.07...
embed
8044060_c0
8044060
lisp
0
Title: Setting global variable reverts to last value Problem title: Setting global variable reverts to last value Tags: common-lisp, lisp Problem: Setting global variable reverts to last value I'm getting some strange behavior when I try to set a global parameter within a method. (defparameter *global-var-1* nil) (defu...
Setting global variable reverts to last value Setting global variable reverts to last value common-lisp lisp Setting global-var-1 method1 Setting global variable reverts to last value I'm getting some strange behavior when I try to set a global parameter within a method. In the above code, when I call method1, the firs...
[ 0.0013885498046875, 0.00872802734375, 0.00011873245239257812, 0.01708984375, 0.005126953125, 0.00543212890625, -0.0089111328125, 0.00872802734375, -0.00052642822265625, -0.02197265625, 0.0019989013671875, -0.0002460479736328125, -0.00408935546875, -0.000606536865234375, 0.0152587890625, ...
[ 503, 19514, 7964, 77336, 39531, 933, 47, 4568, 34292, 39210, 4086, 254, 400, 7008, 1961, 5759, 55300, 418, 114453, 123166, 9790, 5423, 171859, 28032, 18151, 11782, 5117, 9384, 63805, 11343, 28412, 17324, 84751, 17932, 284, 1733, 35839, 1284, ...
[ 0.144287109375, 0.04681396484375, 0.1888427734375, 0.254638671875, 0.1995849609375, 0.08514404296875, 0.121337890625, 0.1416015625, 0.1873779296875, 0.10455322265625, 0.0367431640625, 0.12353515625, 0.047119140625, 0.134765625, 0.2127685546875, 0.1339111328125, 0.1651611328125, 0.0...
embed
5228328_c0
5228328
lisp
0
Title: LISP functions that perform both symbolic and numeric operations on expressions using +, -, *, and / Problem title: LISP functions that perform both symbolic and numeric operations on expressions using +, -, *, and / Tags: numeric, operations, clisp, lisp Problem: LISP functions that perform both symbolic and nu...
LISP functions that perform both symbolic and numeric operations on expressions using +, -, *, and / LISP functions that perform both symbolic and numeric operations on expressions using +, -, *, and / numeric operations clisp lisp + LISP LISP functions that perform both symbolic and numeric operations on expressions u...
[ 0.00982666015625, 0.0194091796875, 0.0107421875, 0.0235595703125, -0.012939453125, 0.019287109375, 0.0084228515625, 0.0181884765625, 0.004730224609375, -0.0047607421875, -0.0025787353515625, 0.015625, 0.01275634765625, -0.028076171875, -0.01422119140625, 0.015380859375, -0.0125732421...
[ 16970, 9434, 32354, 51339, 128201, 238, 54744, 41018, 98, 125195, 997, 20, 661, 17368, 95701, 7008, 400, 7, 450, 15044, 20697, 81979, 19336, 13452, 3871, 141591, 4358, 115839, 72856, 32562, 51776, 6626, 51, 159258, 16195, 16750, 108750, 77336...
[ 0.1343994140625, 0.225341796875, 0.2177734375, 0.1063232421875, 0.2073974609375, 0.006195068359375, 0.1358642578125, 0.1650390625, 0.0682373046875, 0.2103271484375, 0.16259765625, 0.0992431640625, 0.1083984375, 0.055145263671875, 0.0865478515625, 0.1856689453125, 0.132080078125, 0....
embed
3898269_c0
3898269
lisp
0
Title: How to fix GC error in Mac Common Lisp 5.0? Problem title: How to fix GC error in Mac Common Lisp 5.0? Tags: mcl, common-lisp, garbage-collection, lisp Problem: How to fix GC error in Mac Common Lisp 5.0? I'm fairly new to Lisp, and I'm trying to run an algorithmic music application on the original MCL 5.0 (not ...
How to fix GC error in Mac Common Lisp 5.0? How to fix GC error in Mac Common Lisp 5.0? mcl common-lisp garbage-collection lisp How Mac Common Lisp How to fix GC error in Mac Common Lisp 5.0? I'm fairly new to Lisp, and I'm trying to run an algorithmic music application on the original MCL 5.0 (not the RMCL version). T...
[ -0.00007581710815429688, 0.0196533203125, 0.004486083984375, 0.007568359375, 0.007110595703125, 0.0030517578125, -0.0057373046875, -0.000347137451171875, 0.004852294921875, -0.031494140625, 0.0185546875, -0.007476806640625, 0.0084228515625, 0.004608154296875, 0.0260009765625, -0.012634...
[ 11249, 47, 30022, 69657, 18499, 23, 4727, 151301, 1261, 7008, 103932, 34937, 39210, 4086, 254, 3671, 402, 429, 196352, 400, 180663, 11675, 234873, 19612, 38415, 276, 37486, 12174, 11389, 1528, 43240, 145322, 107730, 90426, 18811, 52080, 38937, ...
[ 0.04766845703125, 0.00714111328125, 0.12841796875, 0.230712890625, 0.1851806640625, 0.027008056640625, 0.14208984375, 0.15478515625, 0.18359375, 0.1949462890625, 0.1915283203125, 0.111083984375, 0.104248046875, 0.09930419921875, 0.14453125, 0.01495361328125, 0.1143798828125, 0.0363...
embed
26802246_c0
26802246
lisp
0
Title: Insert value into structure to test without modify the structure Problem title: Insert value into structure to test without modify the structure Tags: common-lisp, lisp Problem: Insert value into structure to test without modify the structure I have a data structure which is a list of lists, doesn't really matte...
Insert value into structure to test without modify the structure Insert value into structure to test without modify the structure common-lisp lisp Insert var1 create_data_Structure data_str data_str_aux Insert value into structure to test without modify the structure I have a data structure which is a list of lists, do...
[ 0.0003223419189453125, 0.0086669921875, -0.0052490234375, 0.0150146484375, 0.0050048828125, 0.01318359375, -0.0081787109375, -0.0169677734375, 0.0093994140625, -0.03662109375, 0.01275634765625, 0.0166015625, 0.007232666015625, -0.006256103515625, 0.02197265625, 0.01531982421875, -0.0...
[ 360, 33657, 34292, 3934, 45646, 47, 3034, 15490, 2811, 40383, 39210, 4086, 254, 400, 7008, 285, 418, 28282, 10135, 71713, 18190, 6644, 2053, 9297, 10442, 5303, 26866, 3871, 183540, 46132, 73197, 32354, 33022, 135179, 678, 15935, 18, 3444, 3...
[ 0.0762939453125, 0.1728515625, 0.207275390625, 0.128173828125, 0.2359619140625, 0.032684326171875, 0.1925048828125, 0.1063232421875, 0.053253173828125, 0.053863525390625, 0.0782470703125, 0.028717041015625, 0.1036376953125, 0.03717041015625, 0.1383056640625, 0.125244140625, 0.0547790...
embed
49404071_c0
49404071
lisp
0
Title: Confused by let to lambda conversion Problem title: Confused by let to lambda conversion Tags: lambda, let, lisp, racket, scheme Problem: Confused by let to lambda conversion I am currently, going through this great article on Y-combinator by Mike Vanier . Along the explanation the following line is dropped: It ...
Confused by let to lambda conversion Confused by let to lambda conversion lambda let lisp racket scheme Confused expr1 expr2 Confused by let to lambda conversion I am currently, going through this great article on Y-combinator by Mike Vanier . Along the explanation the following line is dropped: The article illustrates...
[ -0.00494384765625, -0.01263427734375, -0.0024566650390625, 0.015869140625, 0.0068359375, 0.020263671875, 0.0157470703125, 0.018798828125, -0.00080108642578125, 0.003265380859375, -0.013671875, -0.015380859375, -0.00970458984375, -0.006439208984375, 0.005584716796875, -0.00799560546875,...
[ 106161, 33740, 2633, 47, 21, 6492, 85, 142477, 390, 400, 7008, 673, 27853, 150370, 14700, 42, 418, 304, 990, 277, 19155, 1290, 41576, 3000, 6815, 187136, 36069, 20051, 5582, 58755, 63805, 96760, 28219, 15400, 18151, 58134, 36917, 31943, 103...
[ 0.118896484375, 0.069580078125, 0.240966796875, 0.115234375, 0.068359375, 0.1951904296875, 0.157470703125, 0.17578125, 0.0149383544921875, 0.063720703125, 0.1461181640625, 0.03668212890625, 0.16162109375, 0.133544921875, 0.0595703125, 0.087890625, 0.0145111083984375, 0.053741455078...
embed
67839802_c0
67839802
lisp
0
Title: Sharpsign dot macro in Clozure Common Lisp Problem title: Sharpsign dot macro in Clozure Common Lisp Tags: ccl, common-lisp, lisp Problem: Sharpsign dot macro in Clozure Common Lisp I want to use constant variables in case macro as "Common Lisp Recipes" book recommends. 10-2. Using Constant Variables as Keys in ...
Sharpsign dot macro in Clozure Common Lisp Sharpsign dot macro in Clozure Common Lisp ccl common-lisp lisp Sharpsign Clozure Common Lisp Unbound FOO ONE Condition UNBOUND-VARIABLE Restarts CONTINUE Retry USE-VALUE Specify STORE-VALUE Sharpsign dot macro in Clozure Common Lisp I want to use constant variables in case ma...
[ 0.0128173828125, 0.00848388671875, -0.0111083984375, -0.00482177734375, 0.016845703125, -0.008056640625, 0.00124359130859375, 0.0186767578125, -0.01043701171875, -0.0238037109375, -0.0172119140625, 0.017333984375, -0.006927490234375, 0.00836181640625, 0.00860595703125, -0.013916015625,...
[ 197106, 31304, 20633, 111789, 51053, 1667, 107, 151301, 1261, 7008, 34937, 39210, 4086, 254, 400, 992, 99091, 30563, 31261, 46347, 8274, 34384, 856, 20965, 49756, 67987, 54390, 15123, 78441, 61152, 24990, 179376, 3444, 4527, 53697, 77336, 7225,...
[ 0.1761474609375, 0.2000732421875, 0.17578125, 0.1871337890625, 0.1256103515625, 0.151123046875, 0.136962890625, 0.1260986328125, 0.1129150390625, 0.146728515625, 0.106689453125, 0.057373046875, 0.03216552734375, 0.0750732421875, 0.0279541015625, 0.003753662109375, 0.1475830078125, ...
embed
17008508_c0
17008508
lisp
0
Title: insert element in adjustable array in Lisp Problem title: insert element in adjustable array in Lisp Tags: adjustable-array, common-lisp, lisp Problem: insert element in adjustable array in Lisp First of all, I work with LispWorks. I have an adjustable array where I want to insert an element in position i < fill...
insert element in adjustable array in Lisp insert element in adjustable array in Lisp adjustable-array common-lisp lisp Lisp insert element in adjustable array in Lisp First of all, I work with LispWorks. I have an adjustable array where I want to insert an element in position i < fill-pointer, so I will need to move a...
[ -0.01953125, 0.0216064453125, -0.00921630859375, 0.0084228515625, -0.01361083984375, 0.023193359375, -0.0238037109375, 0.007568359375, -0.006439208984375, -0.0181884765625, 0.0238037109375, -0.017578125, -0.00970458984375, -0.004241943359375, 0.00060272216796875, 0.005828857421875, -...
[ 183540, 12830, 126596, 2886, 10298, 53, 23, 1261, 7008, 19305, 39210, 4086, 254, 400, 4488, 108259, 7, 3444, 19069, 17, 4426, 26292, 9, 38496, 56, 3871, 25813, 756, 80854, 1295, 47, 6863, 997, 615, 2967, 3714, 3642, 16750, 52001, 153003, ...
[ 0.250244140625, 0.19970703125, 0.220947265625, 0.183349609375, 0.1788330078125, 0.125, 0.0565185546875, 0.17236328125, 0.212890625, 0.10235595703125, 0.0625, 0.123291015625, 0.1395263671875, 0.1190185546875, 0.066162109375, 0.162841796875, 0.046722412109375, 0.04278564453125, 0.1...
embed
11961037_c0
11961037
lisp
0
Title: C parser recursion Problem title: C parser recursion Tags: c, lisp, recursion Problem: C parser recursion I'm making a simple program in C an Lisp arithmetic calculator just involving integers and "+ - * /" operators, I'm doing this for learning purposes it's not my homework or something like that. So I have mad...
C parser recursion C parser recursion c lisp recursion parse_line get_input C parser recursion I'm making a simple program in C an Lisp arithmetic calculator just involving integers and "+ - * /" operators, I'm doing this for learning purposes it's not my homework or something like that. So I have made a function which...
[ -0.0140380859375, 0.00799560546875, -0.00872802734375, 0.0322265625, 0.0028076171875, 0.01019287109375, 0.017578125, -0.0029144287109375, 0.007110595703125, -0.043701171875, -0.00347900390625, -0.039306640625, -0.0191650390625, -0.0125732421875, 0.0002803802490234375, 0.00579833984375,...
[ 313, 366, 2189, 195625, 1830, 501, 400, 7008, 184, 2256, 2046, 73, 7077, 20662, 8781, 1528, 23, 1261, 8962, 282, 9523, 154993, 3784, 892, 26255, 1328, 20, 661, 248, 39933, 52080, 60042, 18244, 7228, 32354, 26785, 1884, 903, 22183, 116, ...
[ 0.1324462890625, 0.1544189453125, 0.14208984375, 0.249267578125, 0.1519775390625, 0.0953369140625, 0.114501953125, 0.196533203125, 0.0721435546875, 0.170166015625, 0.0848388671875, 0.103271484375, 0.08984375, 0.03558349609375, 0.0828857421875, 0.109130859375, 0.04437255859375, 0.11...
embed
59022738_c0
59022738
lisp
0
Title: shuffle list without duplicate number in Lisp Problem title: shuffle list without duplicate number in Lisp Tags: common-lisp, lispworks, lisp Problem: shuffle list without duplicate number in Lisp I have this function to create a list with initial element from the other question list with initial-element are sta...
shuffle list without duplicate number in Lisp shuffle list without duplicate number in Lisp common-lisp lispworks lisp Lisp NIL shuffle list without duplicate number in Lisp I have this function to create a list with initial element from the other question list with initial-element are start from 99 to 0 in Lisp see th...
[ -0.00860595703125, 0.02490234375, 0.001983642578125, -0.01531982421875, -0.01019287109375, -0.001190185546875, 0.00732421875, 0.006744384765625, 0.00238037109375, -0.0089111328125, -0.0059814453125, 0.020263671875, 0.0341796875, 0.00738525390625, -0.0035247802734375, 0.0023040771484375...
[ 170052, 5303, 15490, 171763, 67, 14012, 23, 1261, 7008, 39210, 4086, 254, 400, 18244, 541, 16444, 32354, 28282, 61475, 12830, 1295, 3789, 9655, 62766, 4034, 10078, 47, 757, 16750, 3630, 15390, 87388, 6165, 29479, 53299, 96759, 15549, 101935, ...
[ 0.2435302734375, 0.194580078125, 0.1219482421875, 0.217529296875, 0.10693359375, 0.1669921875, 0.051177978515625, 0.17041015625, 0.2374267578125, 0.08233642578125, 0.09881591796875, 0.14453125, 0.105224609375, 0.0975341796875, 0.0243377685546875, 0.1160888671875, 0.156494140625, 0....
embed
64707671_c0
64707671
lisp
0
Title: macro for pandas column setting in hy Problem title: macro for pandas column setting in hy Tags: hy, lisp, macros, pandas Problem: macro for pandas column setting in hy I feel I'm writing functions needlessly for the following operation of setting several derived columns sequentially: (defn add-cols[d] (do (setv...
macro for pandas column setting in hy macro for pandas column setting in hy hy lisp macros pandas col0 col1 np.where col2 macro for pandas column setting in hy I feel I'm writing functions needlessly for the following operation of setting several derived columns sequentially: The above is neither succinct nor easy to f...
[ -0.00160980224609375, 0.0002841949462890625, 0.00188446044921875, 0.032470703125, 0.005523681640625, -0.003143310546875, 0.00579833984375, 0.0013885498046875, -0.003265380859375, 0.02099609375, -0.01116943359375, -0.00982666015625, 0.0038604736328125, -0.031982421875, -0.013671875, -0....
[ 111789, 100, 2652, 1124, 3365, 316, 53550, 23, 2119, 400, 7008, 2389, 418, 25037, 136913, 304, 19, 12319, 32562, 32354, 9393, 25632, 41018, 40368, 16406, 4126, 1779, 243228, 36917, 23468, 28960, 77947, 4358, 96760, 103510, 47, 10, 1679, 476...
[ 0.239501953125, 0.0167083740234375, 0.13525390625, 0.1351318359375, 0.14697265625, 0.15673828125, 0.1580810546875, 0.0204010009765625, 0.18505859375, 0.009307861328125, 0.110595703125, 0.04205322265625, 0.006591796875, 0.04632568359375, 0.05352783203125, 0.05023193359375, 0.020736694...
embed
12452927_c0
12452927
lisp
0
Title: Racket Lisp : comparison between new-if and if Problem title: Racket Lisp : comparison between new-if and if Tags: lisp, sicp, scheme, racket Problem: Racket Lisp : comparison between new-if and if (define (sqrt-iter guess x) (if (good-enough? guess x) guess (sqrt-iter(improve guess x) x))) (define (improve gues...
Racket Lisp : comparison between new-if and if Racket Lisp : comparison between new-if and if lisp sicp scheme racket Racket Lisp Racket Lisp : comparison between new-if and if This is a program for sqrt. And the question is what happens when you attempts to use new-if to replace if with new-if. This is new if My opini...
[ -0.016357421875, 0.0035247802734375, -0.00360107421875, 0.0233154296875, 0.01239013671875, 0.01202392578125, -0.001251220703125, 0.00921630859375, -0.010009765625, -0.0022125244140625, 0.0037078857421875, -0.0189208984375, -0.0203857421875, -0.021728515625, 0.00860595703125, 0.00172424...
[ 2552, 27853, 1261, 7008, 225490, 17721, 3525, 9, 3190, 136, 2174, 400, 26536, 254, 150370, 673, 1528, 864, 3198, 9655, 96276, 3229, 81887, 4527, 47, 91995, 678, 3293, 83, 33153, 16750, 6626, 132294, 186, 5701, 831, 27489, 50339, 77443, 44...
[ 0.0872802734375, 0.162353515625, 0.1201171875, 0.1783447265625, 0.1859130859375, 0.0723876953125, 0.1805419921875, 0.050872802734375, 0.259765625, 0.060699462890625, 0.2288818359375, 0.08203125, 0.0293731689453125, 0.1124267578125, 0.08447265625, 0.040435791015625, 0.1654052734375, ...
embed
59112502_c0
59112502
lisp
0
Title: lisp: concat arbitrary number of lists Problem title: lisp: concat arbitrary number of lists Tags: common-lisp, lisp Problem: lisp: concat arbitrary number of lists In my ongoing quest to recreate lodash in lisp as a way of getting familiar with the language I am trying to write a concat-list function that takes...
lisp: concat arbitrary number of lists lisp: concat arbitrary number of lists common-lisp lisp lisp: concat arbitrary number of lists In my ongoing quest to recreate lodash in lisp as a way of getting familiar with the language I am trying to write a concat-list function that takes an initial list and an arbitrary numb...
[ 0.00408935546875, 0.0223388671875, -0.00799560546875, -0.005950927734375, 0.001922607421875, 0.0164794921875, -0.00182342529296875, 0.0093994140625, 0.0185546875, -0.054443359375, 0.01220703125, -0.026123046875, -0.000530242919921875, 0.0181884765625, -0.007232666015625, 0.009826660156...
[ 400, 7008, 158, 4460, 61799, 14012, 5303, 39210, 4086, 254, 1294, 89011, 459, 155892, 16031, 46876, 31577, 33022, 6562, 32354, 51776, 61475, 78301, 33478, 101805, 40956, 30646, 17932, 10750, 10422, 5117, 35735, 3789, 351, 174796, 18151, 144810,...
[ 0.1065673828125, 0.177734375, 0.1134033203125, 0.2227783203125, 0.1297607421875, 0.09259033203125, 0.213134765625, 0.0341796875, 0.093505859375, 0.14892578125, 0.042327880859375, 0.055908203125, 0.0242156982421875, 0.1832275390625, 0.040771484375, 0.05548095703125, 0.046539306640625,...
embed
13550482_c0
13550482
lisp
0
Title: removing elements from a list in Scheme Problem title: removing elements from a list in Scheme Tags: element, lisp, list, removeall, scheme Problem: removing elements from a list in Scheme it's my first time posting and i have a doubt on scheme. I have to remove all occurrences of an element from a list, passed ...
removing elements from a list in Scheme removing elements from a list in Scheme element lisp list removeall scheme a Scheme list1 removing elements from a list in Scheme it's my first time posting and i have a doubt on scheme. I have to remove all occurrences of an element from a list, passed both as an arguments, when...
[ 0.00579833984375, 0.0294189453125, 0.000713348388671875, -0.000934600830078125, 0.006988525390625, 0.0020751953125, -0.00653076171875, 0.017333984375, -0.00958251953125, -0.0250244140625, 0.01007080078125, -0.0274658203125, -0.00119781494140625, -0.0194091796875, 0.00384521484375, -0.0...
[ 49146, 6496, 80854, 1295, 5303, 23, 34702, 282, 12830, 400, 7008, 87388, 5584, 150370, 418, 75220, 92814, 756, 74918, 42, 69098, 115081, 15044, 10750, 22, 33558, 171859, 18499, 139124, 6637, 17932, 21, 6492, 85, 450, 959, 20697, 155965, 154...
[ 0.132080078125, 0.092041015625, 0.197509765625, 0.1488037109375, 0.1888427734375, 0.05694580078125, 0.1781005859375, 0.1787109375, 0.193603515625, 0.049072265625, 0.1466064453125, 0.1741943359375, 0.1439208984375, 0.2401123046875, 0.012542724609375, 0.033294677734375, 0.0134887695312...
embed
18415079_c0
18415079
lisp
0
Title: Transforming a plain-text file with Emacs to HTML. How to add closing tags? Problem title: Transforming a plain-text file with Emacs to HTML. How to add closing tags? Tags: elisp, emacs, html, lisp Problem: Transforming a plain-text file with Emacs to HTML. How to add closing tags? I'm writing a function for Ema...
Transforming a plain-text file with Emacs to HTML. How to add closing tags? Transforming a plain-text file with Emacs to HTML. How to add closing tags? elisp emacs html lisp Transforming Emacs HTML How Jan Feb Mar March Transforming a plain-text file with Emacs to HTML. How to add closing tags? I'm writing a function f...
[ -0.001983642578125, 0.005340576171875, 0.020751953125, -0.007476806640625, -0.01171875, -0.0034942626953125, -0.0283203125, 0.0028839111328125, -0.00531005859375, 0.000507354736328125, -0.01080322265625, 0.025634765625, -0.0291748046875, 0.00066375732421875, 0.01361083984375, -0.033691...
[ 11062, 5037, 111719, 22829, 11435, 678, 85269, 4439, 47, 19097, 11249, 15190, 20450, 6953, 69141, 15296, 7008, 352, 2263, 7, 7693, 400, 3342, 43677, 1784, 11994, 32562, 32354, 27198, 1809, 48281, 7986, 190647, 81826, 30618, 96101, 61170, 4536...
[ 0.0828857421875, 0.1815185546875, 0.1563720703125, 0.1639404296875, 0.160400390625, 0.041900634765625, 0.1787109375, 0.22412109375, 0.1258544921875, 0.25537109375, 0.05792236328125, 0.142578125, 0.18115234375, 0.1385498046875, 0.213134765625, 0.05950927734375, 0.1649169921875, 0.08...
embed
58419850_c0
58419850
lisp
0
Title: Function returns list but prints out NIL in LISP Problem title: Function returns list but prints out NIL in LISP Tags: common-lisp, clisp, file-read, lisp Problem: Function returns list but prints out NIL in LISP I'm reading a file char by char and constructing a list which is consist of list of letters of words...
Function returns list but prints out NIL in LISP Function returns list but prints out NIL in LISP common-lisp clisp file-read lisp NIL LISP Space Newline test_on_test_data document2.txt Function returns list but prints out NIL in LISP I'm reading a file char by char and constructing a list which is consist of list of l...
[ 0.00762939453125, -0.01263427734375, -0.017578125, 0.0272216796875, -0.0035400390625, 0.0247802734375, 0.0205078125, -0.00396728515625, -0.005859375, -0.0087890625, 0.005859375, 0.00457763671875, -0.0181884765625, -0.021484375, 0.01165771484375, 0.0233154296875, -0.002197265625, 0....
[ 28670, 10763, 30646, 5303, 1284, 28412, 1810, 541, 16444, 23, 16970, 9434, 39210, 4086, 254, 95701, 7008, 11435, 39116, 400, 43045, 2356, 2256, 3034, 191, 6954, 10135, 12937, 5442, 124326, 16454, 21441, 390, 64549, 120820, 34153, 134234, 5078...
[ 0.1416015625, 0.05078125, 0.1788330078125, 0.210693359375, 0.09954833984375, 0.1798095703125, 0.10986328125, 0.133544921875, 0.2044677734375, 0.032958984375, 0.1278076171875, 0.210205078125, 0.04486083984375, 0.085693359375, 0.13623046875, 0.0233917236328125, 0.1295166015625, 0.087...
embed
23284940_c0
23284940
lisp
0
Title: Can objects define new sibling or child classes in OOP? Why or why not? Problem title: Can objects define new sibling or child classes in OOP? Why or why not? Tags: oop, lisp, java, c%2B%2B Problem: Can objects define new sibling or child classes in OOP? Why or why not? Is it possible for a class itself to defin...
Can objects define new sibling or child classes in OOP? Why or why not? Can objects define new sibling or child classes in OOP? Why or why not? oop lisp java c%2B%2B Can OOP Why Can objects define new sibling or child classes in OOP? Why or why not? Is it possible for a class itself to define a new class in OOP? Are th...
[ 0.0111083984375, 0.0216064453125, 0.000240325927734375, 0.00482177734375, -0.01458740234375, -0.00067138671875, 0.001129150390625, 0.00921630859375, 0, 0.029296875, -0.00830078125, -0.047119140625, -0.00157928466796875, 0.004913330078125, -0.00057220458984375, -0.0034942626953125, 0....
[ 4171, 36746, 61924, 3525, 78, 79298, 707, 29041, 61112, 23, 180, 20880, 44084, 15400, 959, 7, 32500, 400, 7008, 79, 330, 7722, 18507, 68034, 47, 46876, 9506, 1543, 63769, 53383, 831, 16940, 62775, 19729, 23755, 3647, 187694, 15265, 64552, ...
[ 0.07257080078125, 0.2030029296875, 0.2213134765625, 0.12548828125, 0.1124267578125, 0.1925048828125, 0.033203125, 0.1551513671875, 0.24365234375, 0.05157470703125, 0.105224609375, 0.262451171875, 0.048492431640625, 0.031219482421875, 0.0275726318359375, 0.03082275390625, 0.1817626953...
embed
54625404_c0
54625404
lisp
0
Title: Why does LET not play nice with EVAL in my quine? Problem title: Why does LET not play nice with EVAL in my quine? Tags: common-lisp, quine, lisp, eval Problem: Why does LET not play nice with EVAL in my quine? I was trying to write a Common Lisp quine. I figured one of the simplest options was as follows: (let ...
Why does LET not play nice with EVAL in my quine? Why does LET not play nice with EVAL in my quine? common-lisp quine lisp eval Why EVAL Why does LET not play nice with EVAL in my quine? I was trying to write a Common Lisp quine. I figured one of the simplest options was as follows: This does not work, SBCL and CLISP b...
[ 0.01177978515625, 0.007568359375, -0.002105712890625, 0.021728515625, -0.00897216796875, 0.0208740234375, 0.00008678436279296875, 0.004486083984375, 0.00177764892578125, -0.032470703125, -0.01129150390625, -0.011474609375, -0.00677490234375, 0.0028839111328125, 0.00830078125, -0.002410...
[ 44084, 14602, 27089, 959, 11301, 26267, 678, 241, 61152, 23, 759, 569, 86, 39210, 4086, 254, 400, 7008, 28, 1405, 33022, 151301, 1261, 30362, 50717, 4488, 90944, 37486, 67616, 683, 186992, 59677, 99091, 17368, 202001, 60436, 70171, 14755, 5...
[ 0.1187744140625, 0.034454345703125, 0.263427734375, 0.111572265625, 0.1474609375, 0.175537109375, 0.10247802734375, 0.114501953125, 0.291748046875, 0.0355224609375, 0.04180908203125, 0.155517578125, 0.1583251953125, 0.09808349609375, 0.104736328125, 0.1304931640625, 0.0908203125, 0...
embed
1965301_c0
1965301
lisp
0
Title: Syntax changes from the examples in &#x27;The Little Schemer&#x27; to the real Scheme Problem title: Syntax changes from the examples in &#x27;The Little Schemer&#x27; to the real Scheme Tags: lisp, the-little-schemer, scheme Problem: Syntax changes from the examples in 'The Little Schemer' to the real Scheme I ...
Syntax changes from the examples in &#x27;The Little Schemer&#x27; to the real Scheme Syntax changes from the examples in &#x27;The Little Schemer&#x27; to the real Scheme lisp the-little-schemer scheme the Syntax Little Schemer Scheme Pretty Big Syntax changes from the examples in 'The Little Schemer' to the real Sche...
[ 0.00250244140625, 0.0224609375, -0.01495361328125, 0.0162353515625, -0.00689697265625, -0.0084228515625, 0.0020904541015625, 0.0067138671875, 0.01123046875, -0.00013256072998046875, -0.005462646484375, -0.007293701171875, -0.0257568359375, 0.0032501220703125, 0.00775146484375, -0.00427...
[ 19010, 86531, 65572, 1295, 27781, 3768, 3957, 59784, 34702, 1991, 47, 2773, 282, 400, 7008, 70, 150, 46401, 7560, 150370, 197570, 14195, 25632, 581, 31577, 1773, 25452, 12549, 43967, 6002, 12877, 831, 33022, 46876, 19667, 84671, 2408, 83658, ...
[ 0.1910400390625, 0.22705078125, 0.2152099609375, 0.03289794921875, 0.25146484375, 0.042572021484375, 0.0753173828125, 0.20361328125, 0.201904296875, 0.1865234375, 0.07244873046875, 0.1907958984375, 0.13623046875, 0.05926513671875, 0.151611328125, 0.00115966796875, 0.03729248046875, ...
embed
79089441_c0
79089441
lisp
0
Title: What should be the domain of a &#x27;minimum&#x27; function in functional programming? Problem title: What should be the domain of a &#x27;minimum&#x27; function in functional programming? Tags: functional-programming, lisp Problem: What should be the domain of a 'minimum' function in functional programming? So ...
What should be the domain of a &#x27;minimum&#x27; function in functional programming? What should be the domain of a &#x27;minimum&#x27; function in functional programming? functional-programming lisp What DEFUN REST FIRST What should be the domain of a 'minimum' function in functional programming? So I'm studying sys...
[ 0.006439208984375, 0.00457763671875, 0.0247802734375, -0.00946044921875, -0.01531982421875, 0.0205078125, 0.01373291015625, -0.0142822265625, 0.0008087158203125, -0.02783203125, -0.0054931640625, -0.004180908203125, -0.01043701171875, 0.004791259765625, -0.005950927734375, 0.0076904296...
[ 4865, 5608, 186, 70, 77758, 111, 3768, 9222, 24105, 32354, 23, 123309, 56037, 449, 28966, 400, 7008, 202001, 14006, 627, 21828, 133907, 8545, 12921, 214709, 75169, 18507, 18151, 195625, 78603, 316, 1261, 75060, 8966, 44691, 16030, 26785, 3647...
[ 0.03253173828125, 0.0960693359375, 0.020263671875, 0.02984619140625, 0.2344970703125, 0.0230255126953125, 0.06378173828125, 0.188720703125, 0.221435546875, 0.2222900390625, 0.04766845703125, 0.2130126953125, 0.1531982421875, 0.05535888671875, 0.09869384765625, 0.059173583984375, 0.16...
embed
42473515_c0
42473515
lisp
0
Title: How do you detect key presses on a Racket web application? Problem title: How do you detect key presses on a Racket web application? Tags: web-applications, racket, lisp, functional-programming Problem: How do you detect key presses on a Racket web application? I've been through the documentation for web-servers...
How do you detect key presses on a Racket web application? How do you detect key presses on a Racket web application? web-applications racket lisp functional-programming web-server/servlet How Racket cb1 Blog Under Checkbox Submit How do you detect key presses on a Racket web application? I've been through the document...
[ -0.004913330078125, 0.01190185546875, -0.00323486328125, -0.0247802734375, 0.0020904541015625, 0.011962890625, 0.015869140625, 0.007720947265625, -0.006927490234375, -0.038818359375, 0.01611328125, -0.030029296875, -0.0028839111328125, 0.0162353515625, -0.0025787353515625, 0.0018615722...
[ 11249, 96391, 22799, 30501, 7, 98, 2552, 27853, 1467, 38415, 101687, 673, 7008, 123309, 39642, 62016, 1974, 275, 418, 5061, 9626, 38679, 11728, 8273, 4007, 54, 209806, 18151, 62822, 3444, 137447, 15490, 19441, 24234, 64457, 30957, 7722 ]
[ 0.0386962890625, 0.2154541015625, 0.1907958984375, 0.2548828125, 0.1419677734375, 0.06683349609375, 0.1385498046875, 0.248291015625, 0.150146484375, 0.1700439453125, 0.101806640625, 0.08770751953125, 0.10205078125, 0.059356689453125, 0.08099365234375, 0.05804443359375, 0.054931640625...
embed
19919838_c0
19919838
lisp
0
Title: Combine two lists of 3 characters into 3 pairs Problem title: Combine two lists of 3 characters into 3 pairs Tags: scheme, lisp, racket Problem: Combine two lists of 3 characters into 3 pairs I'm having a little trouble with this. Basically, I need a procedure comb that takes two lists (comb '(a b c) '(1 2 3) an...
Combine two lists of 3 characters into 3 pairs Combine two lists of 3 characters into 3 pairs scheme lisp racket Combine list1 list2 Combine two lists of 3 characters into 3 pairs I'm having a little trouble with this. Basically, I need a procedure comb that takes two lists (comb '(a b c) '(1 2 3) and returns ('a 1)('b...
[ -0.00015544891357421875, 0.0257568359375, -0.003204345703125, 0.02490234375, -0.00836181640625, 0.036376953125, -0.0034942626953125, -0.002349853515625, 0.0021209716796875, 0.005462646484375, 0.00433349609375, -0.009521484375, 0.0233154296875, -0.005157470703125, -0.0289306640625, 0.01...
[ 106935, 86, 6626, 5303, 7, 138, 124850, 3934, 80836, 150370, 400, 7008, 673, 27853, 304, 10176, 63134, 3871, 50491, 375, 275, 51776, 277, 876, 501, 41600, 116, 8439, 30646, 11, 4879, 4958, 238, 2831, 27044, 5117, 49947, 13204, 12921, 2563...
[ 0.2174072265625, 0.083251953125, 0.1156005859375, 0.226806640625, 0.038665771484375, 0.1822509765625, 0.1767578125, 0.1083984375, 0.235107421875, 0.1748046875, 0.0855712890625, 0.1561279296875, 0.08013916015625, 0.1951904296875, 0.06396484375, 0.0200042724609375, 0.06170654296875, ...
embed
45689401_c0
45689401
lisp
0
Title: function (OccurencesOfPrimes &lt; list &gt;) which counts the number of primes in a (possibly nested) list Problem title: function (OccurencesOfPrimes &lt; list &gt;) which counts the number of primes in a (possibly nested) list Tags: common-lisp, lisp Problem: function (OccurencesOfPrimes < list >) which counts...
function (OccurencesOfPrimes &lt; list &gt;) which counts the number of primes in a (possibly nested) list function (OccurencesOfPrimes &lt; list &gt;) which counts the number of primes in a (possibly nested) list common-lisp lisp 2 OccurencesOfPrimes LOOP SETQ ISPRIME NEVER ZEROP MOD BREAK function (OccurencesOfPrimes...
[ -0.00799560546875, 0.015625, 0.013427734375, 0.00701904296875, 0.028076171875, -0.000370025634765625, 0.016845703125, -0.021728515625, 0.012939453125, -0.029052734375, -0.0037384033203125, -0.00689697265625, 0.01275634765625, 0.01025390625, 0.006317138671875, 0.0012054443359375, -0.0...
[ 32354, 670, 238, 16820, 69098, 132887, 145111, 90, 1277, 5303, 5386, 54529, 14012, 20809, 7, 7522, 172, 8512, 71, 39210, 4086, 254, 400, 7008, 116, 180, 22215, 20880, 128565, 2737, 17255, 66820, 98660, 60481, 98610, 51722, 12971, 20697, 296...
[ 0.21923828125, 0.1063232421875, 0.14306640625, 0.1983642578125, 0.1287841796875, 0.18408203125, 0.182373046875, 0.1119384765625, 0.094970703125, 0.1912841796875, 0.142333984375, 0.180419921875, 0.083984375, 0.228759765625, 0.069091796875, 0.096923828125, 0.08624267578125, 0.1762695...
embed
5876960_c0
5876960
lisp
0
Title: Difference between a macro definition and function definition Problem title: Difference between a macro definition and function definition Tags: common-lisp, function, lisp, macros Problem: Difference between a macro definition and function definition I'm trying to learn Lisp but I got stuck by this example (you...
Difference between a macro definition and function definition Difference between a macro definition and function definition common-lisp function lisp macros Difference Difference between a macro definition and function definition I'm trying to learn Lisp but I got stuck by this example (you can find it on "ANSI Common ...
[ -0.00323486328125, -0.005462646484375, 0.01336669921875, 0.0045166015625, 0.0098876953125, 0.01708984375, -0.00537109375, 0.0052490234375, 0.009033203125, -0.006195068359375, -0.01043701171875, -0.0262451171875, 0.0030975341796875, -0.0021209716796875, 0.0166015625, -0.01129150390625, ...
[ 803, 18234, 6620, 17721, 111789, 80934, 136, 32354, 39210, 4086, 254, 400, 7008, 30698, 1261, 179933, 27781, 568, 151301, 10208, 147756, 20390, 44084, 5608, 33022, 25632, 54397, 37202, 68991, 5701, 3917, 28219, 132283, 23, 16498, 238, 183234 ]
[ 0.08624267578125, 0.1900634765625, 0.074951171875, 0.121337890625, 0.2476806640625, 0.25048828125, 0.0625, 0.251708984375, 0.0723876953125, 0.059600830078125, 0.11474609375, 0.0791015625, 0.1602783203125, 0.003387451171875, 0.0928955078125, 0.0367431640625, 0.0809326171875, 0.01165...
embed
14294198_c0
14294198
lisp
0
Title: Clean Lisp Readability Problem title: Clean Lisp Readability Tags: lisp, functional-programming, coding-style Problem: Clean Lisp Readability I am still trying to increase my lisp reading speed. As such, my first inclination is to try and name everything (usually in let bindings) to make up for my slow comprehen...
Clean Lisp Readability Clean Lisp Readability lisp functional-programming coding-style Clean Lisp Readability Clean Lisp Readability I am still trying to increase my lisp reading speed. As such, my first inclination is to try and name everything (usually in let bindings) to make up for my slow comprehension. In example...
[ -0.00146484375, 0.00131988525390625, 0.00125885009765625, 0.01904296875, -0.00726318359375, 0.01495361328125, 0.0003337860107421875, 0.00121307373046875, 0.000052928924560546875, -0.017822265625, -0.006805419921875, -0.0181884765625, -0.0208740234375, 0.0133056640625, -0.0002861022949218...
[ 73133, 1261, 7008, 4764, 41159, 400, 123309, 28966, 552, 6238, 40946, 7464, 31577, 51312, 16454, 38352, 5117, 121225, 9790, 9351, 26818, 2633, 128239, 1257, 72803, 46683, 3220, 360, 27781, 1118, 11343, 17664, 8966, 99091, 11814, 3687, 903, 78...
[ 0.2216796875, 0.2110595703125, 0.167724609375, 0.2015380859375, 0.109130859375, 0.1466064453125, 0.173095703125, 0.144775390625, 0.1275634765625, 0.044952392578125, 0.197021484375, 0.029754638671875, 0.050140380859375, 0.1175537109375, 0.1983642578125, 0.1265869140625, 0.012390136718...
embed
68042794_c0
68042794
lisp
0
Title: Why is the empty list produced here in this iteration? Problem title: Why is the empty list produced here in this iteration? Tags: lisp, racket, scheme, sicp Problem: Why is the empty list produced here in this iteration? Let's take the following function to get a pair of numbers: ; (range 1 3) --> '(1 2 3) (def...
Why is the empty list produced here in this iteration? Why is the empty list produced here in this iteration? lisp racket scheme sicp Why n-1 i-1 Why is the empty list produced here in this iteration? Let's take the following function to get a pair of numbers: Why does the above produce '() as the first element of the ...
[ -0.02587890625, 0.015869140625, 0.0101318359375, 0.00665283203125, -0.0211181640625, 0.0225830078125, 0.0024871826171875, 0.00732421875, -0.001953125, 0.0247802734375, 0.006134033203125, 0.00051116943359375, -0.002685546875, -0.0247802734375, -0.00482177734375, -0.005340576171875, 0....
[ 44084, 201505, 5303, 181653, 3688, 903, 720, 2320, 400, 7008, 673, 27853, 150370, 26536, 254, 653, 5759, 17, 83, 23, 32354, 2046, 80836, 101935, 36917, 27489, 242, 132, 237, 5117, 12830, 140992, 17198, 50828, 41206, 8337, 17262, 106, 182324...
[ 0.1636962890625, 0.2198486328125, 0.234375, 0.16650390625, 0.1163330078125, 0.0887451171875, 0.18603515625, 0.07952880859375, 0.0667724609375, 0.1802978515625, 0.045074462890625, 0.170166015625, 0.1663818359375, 0.087890625, 0.162109375, 0.043212890625, 0.1624755859375, 0.117309570...
embed
74071649_c2
74071649
lisp
2
)(VERBESSERN LIBIDO )) ((NAME BAIKAL-HELMKRAUT SCUTELLARIA-BAICALENSIS )(BAKTERIEN )(VIREN HRSV HIV HERPES-SIMPLEX PRRS-VIREN POLIOVIRUS PARAINFLUENZAVIRUS MOSAIKVIRUS EPSTEIN-BARR-VIRUS COXSACKIE-VIRUS ENTEROBAKTERIOPHAGE-MS2 ADENOVIREN )(INFEKTIONSKRANKHEITEN HEPATITIS-A HEPATITIS-B HEPATITIS-C SENDAIVIRUS-INFEKTION...
)(VERBESSERN LIBIDO )) ((NAME BAIKAL-HELMKRAUT SCUTELLARIA-BAICALENSIS )(BAKTERIEN )(VIREN HRSV HIV HERPES-SIMPLEX PRRS-VIREN POLIOVIRUS PARAINFLUENZAVIRUS MOSAIKVIRUS EPSTEIN-BARR-VIRUS COXSACKIE-VIRUS ENTEROBAKTERIOPHAGE-MS2 ADENOVIREN )(INFEKTIONSKRANKHEITEN HEPATITIS-A HEPATITIS-B HEPATITIS-C SENDAIVIRUS-INFEKTION...
[ 0.00543212890625, 0.0012664794921875, 0.00180816650390625, 0.027099609375, -0.00787353515625, 0.010986328125, 0.00091552734375, 0.00150299072265625, -0.0035858154296875, 0.004241943359375, 0.02880859375, -0.021484375, 0.00421142578125, -0.0024261474609375, -0.006500244140625, 0.0032348...
[ 6, 51421, 33255, 571, 64397, 104105, 339, 144856, 13223, 78960, 60494, 182512, 8678, 28502, 866, 9, 154985, 594, 56868, 117772, 17715, 17632, 125816, 32410, 8031, 30941, 47214, 69522, 605, 14755, 48057, 11839, 31076, 22439, 43486, 38004, 44714,...
[ 0.090087890625, 0.1519775390625, 0.204833984375, 0.17333984375, 0.1890869140625, 0.243408203125, 0.1221923828125, 0.22900390625, 0.2291259765625, 0.097412109375, 0.076904296875, 0.173095703125, 0.17138671875, 0.1881103515625, 0.216552734375, 0.0679931640625, 0.1580810546875, 0.1397...
embed
5639008_c0
5639008
lisp
0
Title: Am I missing some important fact about interning symbols in LISP? Problem title: Am I missing some important fact about interning symbols in LISP? Tags: symbols, lisp Problem: Am I missing some important fact about interning symbols in LISP? To be brief. Here is my several tries to intern and use a symbol in cli...
Am I missing some important fact about interning symbols in LISP? Am I missing some important fact about interning symbols in LISP? symbols lisp LISP NIL INTERNUP EVAL ABC Am I missing some important fact about interning symbols in LISP? To be brief. Here is my several tries to intern and use a symbol in clisp. Why??? ...
[ 0.00116729736328125, -0.00994873046875, 0.01092529296875, 0.0137939453125, -0.0152587890625, 0.01416015625, 0.0196533203125, 0.0155029296875, -0.0015716552734375, 0.0118408203125, 0.00127410888671875, 0.00811767578125, 0.00408935546875, 0.0047607421875, -0.016845703125, 0.0120239257812...
[ 2022, 132283, 5526, 15824, 1940, 592, 26582, 7, 23, 16970, 9434, 400, 7008, 541, 16444, 59692, 839, 18409, 241, 61152, 47457, 1672, 59335, 40368, 1927, 38478, 4527, 95701, 44084, 17105, 8110, 186, 1257, 58437, 3664, 151117, 5423, 442, 8108,...
[ 0.032684326171875, 0.0947265625, 0.11865234375, 0.168212890625, 0.19775390625, 0.14208984375, 0.24951171875, 0.0870361328125, 0.056060791015625, 0.14501953125, 0.2281494140625, 0.13720703125, 0.202880859375, 0.04486083984375, 0.0887451171875, 0.1331787109375, 0.00360107421875, 0.09...
embed
28108424_c0
28108424
lisp
0
Title: Lisp method process Problem title: Lisp method process Tags: common-lisp, lisp Problem: Lisp method process Can you help me? I don't understand this code's part (lambda (this &rest args) ;; Adds The THIS Argument (apply (get-slot this method-name) (append (list this) args)))) Rewrite Method ;;;; This Function Ad...
Lisp method process Lisp method process common-lisp lisp Lisp Adds Argument Add Method Eval All Body Method-Process Used Process Methods Rewriting Them Functions Associate Lambda Name Returned Value Lisp method process Can you help me? I don't understand this code's part Rewrite Method
[ -0.00628662109375, 0.0296630859375, -0.0019378662109375, 0.0152587890625, -0.019775390625, 0.014892578125, 0.01165771484375, 0.013427734375, 0.0050048828125, -0.03515625, -0.01043701171875, -0.005706787109375, -0.0196533203125, 0.0208740234375, -0.008056640625, 0.0152587890625, 0.009...
[ 1261, 7008, 55300, 9433, 39210, 4086, 254, 400, 29117, 7, 112140, 74644, 1405, 43960, 10752, 26531, 345, 5281, 123996, 853, 199332, 28670, 228214, 122930, 85, 15757, 173340, 190060, 4358, 28219, 18151, 2831, 434, 18781 ]
[ 0.1676025390625, 0.2481689453125, 0.1929931640625, 0.1644287109375, 0.09234619140625, 0.101806640625, 0.1719970703125, 0.126953125, 0.094482421875, 0.0025463104248046875, 0.2452392578125, 0.21240234375, 0.177734375, 0.1290283203125, 0.0789794921875, 0.102783203125, 0.0021419525146484...
embed
23983629_c0
23983629
lisp
0
Title: push does not work as I would expect it - why? Problem title: push does not work as I would expect it - why? Tags: lisp, common-lisp Problem: push does not work as I would expect it - why? I am experiencing a behavior of the push function that I don't get. Maybe someone could explain to me why Lisp behaves this ...
push does not work as I would expect it - why? push does not work as I would expect it - why? lisp common-lisp push does not work as I would expect it - why? I am experiencing a behavior of the push function that I don't get. Maybe someone could explain to me why Lisp behaves this way. Supposed I define a list as a glo...
[ 0.0026397705078125, 0.0208740234375, 0.01434326171875, 0.006317138671875, 0.00677490234375, 0.0302734375, -0.00653076171875, -0.0169677734375, 0.0123291015625, -0.037109375, 0.022705078125, 0.01129150390625, 0.00023651123046875, -0.0260009765625, 0.0021820068359375, 0.0126953125, 0.0...
[ 25944, 14602, 959, 4488, 237, 87, 2806, 41206, 442, 15400, 400, 7008, 39210, 4086, 254, 123166, 32354, 2046, 73342, 1261, 68991, 61924, 5303, 7964, 77336, 9790, 3525, 34292, 47, 18151, 114654, 7, 5036, 138, 190, 361, 534, 2060, 4127, 1549...
[ 0.269775390625, 0.088134765625, 0.1275634765625, 0.1671142578125, 0.10565185546875, 0.00341796875, 0.0692138671875, 0.1416015625, 0.0169525146484375, 0.10528564453125, 0.0992431640625, 0.2147216796875, 0.12939453125, 0.112060546875, 0.1756591796875, 0.06768798828125, 0.1427001953125,...
embed
69796608_c0
69796608
lisp
0
Title: Common Lisp: pass by value vs pass by reference Problem title: Common Lisp: pass by value vs pass by reference Tags: pass-by-value, pass-by-reference, lisp, common-lisp Problem: Common Lisp: pass by value vs pass by reference I want to write a function in Common Lisp, which destructively modifies its argument. I...
Common Lisp: pass by value vs pass by reference Common Lisp: pass by value vs pass by reference pass-by-value pass-by-reference lisp common-lisp Common Lisp NIL Common Lisp: pass by value vs pass by reference I want to write a function in Common Lisp, which destructively modifies its argument. In C or Rust I would use ...
[ 0.0284423828125, 0.03076171875, 0.01007080078125, 0.006378173828125, -0.00933837890625, -0.004241943359375, -0.0240478515625, 0.00183868408203125, 0.00083160400390625, -0.0032958984375, -0.006378173828125, 0.01336669921875, 0.008544921875, 0.00885009765625, 0.0107421875, -0.01586914062...
[ 151301, 1261, 7008, 27875, 390, 34292, 20209, 91067, 1272, 27494, 239879, 400, 39210, 4086, 254, 541, 16444, 3444, 33022, 32354, 8, 36716, 73197, 10750, 313, 144222, 4527, 6275, 47, 36746, 831, 46132, 14361, 46323, 4966, 7103, 151575, 3173, ...
[ 0.2100830078125, 0.1767578125, 0.1905517578125, 0.200439453125, 0.1864013671875, 0.2734375, 0.17529296875, 0.282958984375, 0.15966796875, 0.1962890625, 0.28466796875, 0.1129150390625, 0.106689453125, 0.0802001953125, 0.1011962890625, 0.08734130859375, 0.1949462890625, 0.00723266601...
embed
16431079_c0
16431079
lisp
0
Title: Lisp-like grammar compile into javascript with perl Problem title: Lisp-like grammar compile into javascript with perl Tags: compiler-construction, lisp, perl Problem: Lisp-like grammar compile into javascript with perl As personal exercise for learning perl I want write one "lisp-like grammar" to javascript com...
Lisp-like grammar compile into javascript with perl Lisp-like grammar compile into javascript with perl compiler-construction lisp perl Lisp-like Lisp-like grammar compile into javascript with perl As personal exercise for learning perl I want write one "lisp-like grammar" to javascript compiler in the perl. "Lisp-like...
[ 0.0031585693359375, 0.021484375, -0.0196533203125, 0.0133056640625, -0.0262451171875, 0.01165771484375, -0.0035858154296875, 0.00122833251953125, -0.0103759765625, -0.034423828125, 0.01055908203125, -0.00189208984375, -0.0126953125, -0.0032806396484375, 0.000885009765625, -0.0123901367...
[ 1261, 7008, 9, 5062, 122092, 147, 9969, 1340, 3934, 136951, 678, 117, 141, 34759, 238478, 400, 3357, 81979, 52080, 3444, 33022, 4086, 254, 47, 9506, 208124, 15673, 2704, 22829, 32087, 8356, 138535, 72546, 98352, 24, 74181, 13676, 75675, 796...
[ 0.183837890625, 0.210693359375, 0.01806640625, 0.214111328125, 0.1895751953125, 0.14697265625, 0.137451171875, 0.0838623046875, 0.121337890625, 0.254150390625, 0.04547119140625, 0.17041015625, 0.1549072265625, 0.1527099609375, 0.096923828125, 0.125732421875, 0.031280517578125, 0.06...
embed
9298500_c1
9298500
lisp
1
each time I open a stream and write the data (sine and cosine waves of 0.25 Hz sampled at 20 Hz) to the text file trial.txt with the :if-exists :append option and close the stream. Then at each iteration I plot the whole data using the gnuplot through the format-gnuplot command. This code gives me two windows of pre-s...
each time I open a stream and write the data (sine and cosine waves of 0.25 Hz sampled at 20 Hz) to the text file trial.txt with the :if-exists :append option and close the stream. Then at each iteration I plot the whole data using the gnuplot through the format-gnuplot command. This code gives me two windows of pre-s...
[ 0.01416015625, 0.0113525390625, 0.01080322265625, -0.00750732421875, 0.00787353515625, -0.004547119140625, 0.02001953125, 0.003509521484375, 0.0128173828125, -0.015869140625, -0.0016326904296875, -0.006072998046875, -0.00396728515625, -0.0169677734375, 0.0189208984375, 0.008056640625, ...
[ 12638, 1733, 87, 9803, 75973, 33022, 2053, 14186, 136, 552, 259, 3132, 126175, 758, 50183, 121413, 387, 47, 7986, 11435, 110324, 124326, 3190, 54376, 9007, 3611, 35829, 20903, 720, 23577, 28271, 104155, 105710, 9384, 75101, 18151, 76199, 163,...
[ 0.0433349609375, 0.076416015625, 0.010650634765625, 0.1295166015625, 0.1971435546875, 0.10406494140625, 0.1280517578125, 0.15869140625, 0.0968017578125, 0.092529296875, 0.1422119140625, 0.1036376953125, 0.0751953125, 0.07110595703125, 0.140625, 0.112060546875, 0.04791259765625, 0.0...
embed
9948142_c0
9948142
lisp
0
Title: How does Lisp dynamically assign symbols? Underlying data structure/mechanism of a Lisp symbol? Problem title: How does Lisp dynamically assign symbols? Underlying data structure/mechanism of a Lisp symbol? Tags: symbols, runtime, list, lisp, dynamic Problem: How does Lisp dynamically assign symbols? Underlying ...
How does Lisp dynamically assign symbols? Underlying data structure/mechanism of a Lisp symbol? How does Lisp dynamically assign symbols? Underlying data structure/mechanism of a Lisp symbol? symbols runtime list lisp dynamic How Lisp Underlying How does Lisp dynamically assign symbols? Underlying data structure/mechan...
[ 0.0194091796875, 0.00101470947265625, 0.0023345947265625, 0.037109375, -0.0245361328125, 0.0244140625, 0.00086212158203125, 0.028564453125, 0.00994873046875, 0.0263671875, 0.00799560546875, -0.0098876953125, 0.0113525390625, 0.0106201171875, -0.0002765655517578125, 0.0140380859375, 0...
[ 11249, 1261, 7008, 84079, 25958, 95486, 26582, 7, 9626, 538, 2053, 45646, 17032, 8780, 11675, 6032, 5303, 400, 214, 114864, 61924, 62, 136, 335, 4420, 2499, 5423, 34292, 3509, 284, 805, 831, 1405, 759, 6562, 2046, 35389, 119140, 456, 162,...
[ 0.05462646484375, 0.2020263671875, 0.2440185546875, 0.2117919921875, 0.06317138671875, 0.187744140625, 0.235595703125, 0.02972412109375, 0.1475830078125, 0.1578369140625, 0.0960693359375, 0.126708984375, 0.0936279296875, 0.030059814453125, 0.003326416015625, 0.04974365234375, 0.18737...
embed
2775440_c0
2775440
lisp
0
Title: &quot;Inlining&quot; (kind of) functions at runtime in C Problem title: &quot;Inlining&quot; (kind of) functions at runtime in C Tags: jit, lisp, metaprogramming, inline, c Problem: "Inlining" (kind of) functions at runtime in C I was thinking about a typical problem that is very JIT-able, but hard to approach w...
&quot;Inlining&quot; (kind of) functions at runtime in C &quot;Inlining&quot; (kind of) functions at runtime in C jit lisp metaprogramming inline c Inlining "Inlining" (kind of) functions at runtime in C I was thinking about a typical problem that is very JIT-able, but hard to approach with raw C. The scenario is setti...
[ 0.0052490234375, -0.000614166259765625, 0.005950927734375, 0.0120849609375, -0.0057373046875, 0.00628662109375, 0.0030670166015625, -0.0096435546875, 0.0230712890625, -0.0341796875, -0.00836181640625, 0.019775390625, -0.01080322265625, 0.015869140625, 0.023681640625, -0.004302978515625...
[ 4153, 150, 592, 68347, 111, 32354, 99, 11675, 6032, 23, 313, 890, 18, 400, 7008, 23550, 28966, 2256, 501, 360, 7, 47644, 222201, 2967, 4552, 821, 6371, 2886, 7941, 51515, 49649, 106117, 53550, 1257, 36549, 6275, 1314, 7730, 277, 144429, ...
[ 0.1724853515625, 0.25927734375, 0.2125244140625, 0.1224365234375, 0.025726318359375, 0.23193359375, 0.110595703125, 0.1502685546875, 0.1893310546875, 0.130126953125, 0.18994140625, 0.10028076171875, 0.07220458984375, 0.05718994140625, 0.1737060546875, 0.083251953125, 0.119384765625, ...
embed
20256189_c0
20256189
lisp
0
Title: Progressively building a large text chunk and then writing it to a file Problem title: Progressively building a large text chunk and then writing it to a file Tags: common-lisp, lisp Problem: Progressively building a large text chunk and then writing it to a file I am new to Common Lisp and am trying to conceive...
Progressively building a large text chunk and then writing it to a file Progressively building a large text chunk and then writing it to a file common-lisp lisp Progressively Progressively building a large text chunk and then writing it to a file I am new to Common Lisp and am trying to conceive of the best way to gene...
[ 0.00927734375, -0.00225830078125, -0.0002994537353515625, -0.005584716796875, 0.0033721923828125, 0.0037841796875, -0.008056640625, -0.005157470703125, 0.000423431396484375, 0.01470947265625, 0.01312255859375, 0.007598876953125, 0.00225830078125, -0.00164794921875, 0.03173828125, 0.012...
[ 109816, 29888, 33976, 21334, 7986, 7839, 92, 32562, 47, 11435, 39210, 4086, 254, 400, 7008, 3525, 151301, 1261, 2965, 3917, 139392, 6626, 50717, 151313, 79315, 178308, 15190, 33022, 140992, 75973, 24145, 2704, 3564, 720, 9454, 645, 13438, 152...
[ 0.1756591796875, 0.112060546875, 0.1856689453125, 0.1492919921875, 0.1712646484375, 0.1544189453125, 0.076904296875, 0.20361328125, 0.1136474609375, 0.1854248046875, 0.0841064453125, 0.0687255859375, 0.0927734375, 0.073974609375, 0.1923828125, 0.00506591796875, 0.1580810546875, 0.1...
embed
1998835_c0
1998835
lisp
0
Title: How do I fix a broken Lisp directory path for Emacs? Problem title: How do I fix a broken Lisp directory path for Emacs? Tags: emacs, installation, path, lisp Problem: How do I fix a broken Lisp directory path for Emacs? I installed a new version of emacs (new for me). I didn't want to overwrite the stock copy s...
How do I fix a broken Lisp directory path for Emacs? How do I fix a broken Lisp directory path for Emacs? emacs installation path lisp How Lisp Emacs Warning x86_64-unknown-linux-gnu How do I fix a broken Lisp directory path for Emacs? I installed a new version of emacs (new for me). I didn't want to overwrite the stoc...
[ 0.00141143798828125, 0.0218505859375, -0.01458740234375, -0.001678466796875, -0.0233154296875, 0.0361328125, -0.0294189453125, 0.02734375, -0.01019287109375, 0.004852294921875, 0.0037384033203125, 0.01373291015625, -0.01708984375, 0.00125885009765625, 0.006103515625, -0.0125732421875, ...
[ 11249, 54, 30022, 148431, 1261, 7008, 14364, 53, 60875, 100, 85269, 4439, 87, 352, 2263, 7, 59720, 400, 5550, 592, 15276, 13307, 309, 69723, 2397, 6077, 104155, 20600, 3525, 11389, 54936, 163, 645, 434, 18781, 31837, 43658, 21115, 39116, ...
[ 0.0634765625, 0.0145416259765625, 0.1658935546875, 0.209228515625, 0.1993408203125, 0.260009765625, 0.1246337890625, 0.099853515625, 0.2137451171875, 0.0836181640625, 0.199951171875, 0.2362060546875, 0.00518798828125, 0.122314453125, 0.185791015625, 0.1170654296875, 0.10357666015625,...
embed
33948758_c0
33948758
lisp
0
Title: Lisp reversing all continuous sequences of elements Problem title: Lisp reversing all continuous sequences of elements Tags: list, lisp, common-lisp Problem: Lisp reversing all continuous sequences of elements I want to reverse only the continuous sequences, not all the elements of my original list. Ex: (reverse...
Lisp reversing all continuous sequences of elements Lisp reversing all continuous sequences of elements list lisp common-lisp Lisp Lisp reversing all continuous sequences of elements I want to reverse only the continuous sequences, not all the elements of my original list. I was thinking of splitting it into 2 function...
[ -0.0022125244140625, 0.0439453125, -0.000171661376953125, 0.011474609375, -0.002960205078125, 0.00506591796875, 0.0057373046875, 0.0135498046875, 0.004425048828125, -0.032958984375, -0.00689697265625, 0.02880859375, -0.009033203125, 0.01806640625, 0.004913330078125, 0.0277099609375, ...
[ 1261, 7008, 39531, 6953, 756, 62005, 223, 40, 26513, 5170, 80854, 5303, 400, 39210, 4086, 254, 3444, 184, 4734, 7311, 47644, 65450, 1916, 3934, 116, 32354, 8781, 138, 106, 24931, 83324, 1810, 59911, 55898, 28271, 5281, 6528, 3642, 54, 378...
[ 0.1552734375, 0.2169189453125, 0.2178955078125, 0.08734130859375, 0.1246337890625, 0.163330078125, 0.0775146484375, 0.050018310546875, 0.190673828125, 0.08349609375, 0.194580078125, 0.1539306640625, 0.10089111328125, 0.09234619140625, 0.105224609375, 0.1610107421875, 0.0809326171875,...
embed
7167374_c0
7167374
lisp
0
Title: slimv not loading on *.lisp files in vim Problem title: slimv not loading on *.lisp files in vim Tags: vim, ftplugin, lisp, linux, slime Problem: slimv not loading on *.lisp files in vim I installed slimv.vim (first through yaourt on Archlinux and then through vimana) and via both methods, slimv.vim doesn't load...
slimv not loading on *.lisp files in vim slimv not loading on *.lisp files in vim vim ftplugin lisp linux slime slimv.vim HOME g:slimv_python python2 slimv not loading on *.lisp files in vim I installed slimv.vim (first through yaourt on Archlinux and then through vimana) and via both methods, slimv.vim doesn't load wh...
[ 0.01373291015625, 0.0194091796875, -0.00518798828125, 0.005767822265625, -0.0185546875, 0.007293701171875, -0.00775146484375, 0.01287841796875, -0.012939453125, -0.017333984375, 0.009033203125, 0.00323486328125, -0.035888671875, -0.0048828125, -0.0277099609375, -0.015380859375, 0.008...
[ 34264, 334, 959, 72367, 98, 661, 4086, 254, 102158, 119916, 23, 2480, 145301, 400, 7008, 11508, 13, 29671, 70060, 64617, 6493, 50828, 17198, 304, 214, 20600, 151, 34639, 63590, 2397, 6077, 279, 4707, 22027, 18, 9803, 11435, 8, 978, 32032,...
[ 0.2288818359375, 0.258544921875, 0.075927734375, 0.183349609375, 0.03997802734375, 0.0290985107421875, 0.1163330078125, 0.184326171875, 0.120849609375, 0.2449951171875, 0.016632080078125, 0.055206298828125, 0.1116943359375, 0.1231689453125, 0.196044921875, 0.03546142578125, 0.0724487...
embed
9517645_c0
9517645
lisp
0
Title: Error when I try to make clone of HN in Windows 7: &#x27;rm&#x27; is not recognized Problem title: Error when I try to make clone of HN in Windows 7: &#x27;rm&#x27; is not recognized Tags: arc-lisp, lisp Problem: Error when I try to make clone of HN in Windows 7: 'rm' is not recognized I have downloaded Arc 3.1 ...
Error when I try to make clone of HN in Windows 7: &#x27;rm&#x27; is not recognized Error when I try to make clone of HN in Windows 7: &#x27;rm&#x27; is not recognized arc-lisp lisp Error Windows localhost:8080 arc3.1 ac.scm:1031:20 gs1259 gs2061 gs2059 gs1059 Error when I try to make clone of HN in Windows 7: 'rm' is ...
[ -0.0208740234375, 0.0296630859375, 0.0098876953125, 0.01287841796875, -0.006866455078125, 0.01239013671875, 0.021484375, -0.0264892578125, -0.0091552734375, -0.045166015625, 0.007049560546875, 0.0022125244140625, 0.031005859375, -0.007232666015625, -0.00067138671875, -0.001312255859375...
[ 212059, 9790, 3249, 20450, 86, 111, 79059, 23, 3773, 361, 3768, 42, 39, 83, 959, 125296, 46552, 4086, 254, 400, 7008, 4000, 40294, 4836, 97109, 1030, 3931, 5016, 16619, 1549, 11540, 706, 963, 12975, 71, 7026, 51210, 45151, 136, 2552, 27...
[ 0.1365966796875, 0.088134765625, 0.06207275390625, 0.17919921875, 0.1083984375, 0.024566650390625, 0.170166015625, 0.05792236328125, 0.119140625, 0.177001953125, 0.137939453125, 0.103271484375, 0.1676025390625, 0.03436279296875, 0.1195068359375, 0.19140625, 0.17431640625, 0.1181640...
embed
74476556_c0
74476556
lisp
0
Title: How do I convert a string to a hash ( key: character, value: list of the index of the character ) in Racket? Problem title: How do I convert a string to a hash ( key: character, value: list of the index of the character ) in Racket? Tags: lisp, racket Problem: How do I convert a string to a hash ( key: character...
How do I convert a string to a hash ( key: character, value: list of the index of the character ) in Racket? How do I convert a string to a hash ( key: character, value: list of the index of the character ) in Racket? lisp racket How Racket Hash sub1 How do I convert a string to a hash ( key: character, value: list of ...
[ -0.03515625, 0.012939453125, -0.00885009765625, 0.023681640625, -0.026611328125, -0.025146484375, 0.003936767578125, -0.00885009765625, 0.00177001953125, -0.019287109375, -0.007781982421875, -0.01446533203125, -0.0009307861328125, 0.030029296875, -0.001922607421875, -0.0076904296875, ...
[ 11249, 54, 87, 96760, 79315, 47, 10, 1556, 127, 22799, 62816, 34292, 5303, 111, 63262, 23, 2552, 27853, 400, 7008, 673, 162087, 1614, 418, 3444, 23180, 124850, 142424, 27650, 3917, 37842, 33022, 678, 3509, 38, 8560, 3564, 71864, 114689, 7...
[ 0.07208251953125, 0.039215087890625, 0.039703369140625, 0.18603515625, 0.25927734375, 0.1351318359375, 0.098876953125, 0.1976318359375, 0.2181396484375, 0.181640625, 0.154052734375, 0.179931640625, 0.1220703125, 0.00201416015625, 0.144287109375, 0.056365966796875, 0.1246337890625, ...
embed
13459074_c0
13459074
lisp
0
Title: Scheme default valued function Problem title: Scheme default valued function Tags: recursion, scheme, tail, default, lisp Problem: Scheme default valued function I have been struggling for a few days over an idea I had in scheme. I am often writing code in the style of (define fib_h (lambda (n a b) <body ...>)) ...
Scheme default valued function Scheme default valued function recursion scheme tail default lisp Scheme fib_h Scheme default valued function I have been struggling for a few days over an idea I had in scheme. I am often writing code in the style of And I thought it would be a nice way to introduce myself into macros. U...
[ 0.0201416015625, 0.0106201171875, 0.00173187255859375, 0.004364013671875, 0.000919342041015625, 0.00084686279296875, -0.025634765625, -0.0169677734375, 0.020263671875, -0.0260009765625, 0.001953125, -0.014404296875, 0.0079345703125, 0.012939453125, 0.00286865234375, -0.0196533203125, ...
[ 34702, 282, 114977, 34292, 71, 32354, 195625, 1830, 150370, 46741, 400, 7008, 809, 275, 127, 237875, 645, 6528, 1902, 27983, 32562, 18151, 20623, 111, 17569, 26267, 65508, 111789, 7, 10176, 107314, 1810, 20903, 6275, 3293, 2806, 61924, 420, ...
[ 0.2041015625, 0.104248046875, 0.265869140625, 0.193603515625, 0.0694580078125, 0.2159423828125, 0.16650390625, 0.03192138671875, 0.22509765625, 0.1624755859375, 0.0487060546875, 0.0985107421875, 0.0799560546875, 0.021759033203125, 0.101318359375, 0.1014404296875, 0.03472900390625, ...
embed
75684975_c1
75684975
lisp
1
(= (vla-get-Layer obj) (tblsearch "LAYER" layer)) (not (eq (vla-get-Handle obj) nil))) (setq empty nil) ) ) ; If empty continue to next iteration in list (if empty (setq emptylayers (cons layer emptylayers)) ; If not continue to step 3 (progn (setq layername layer) (if (/= (substr layername (- (strlen layername) 6)) "...
(= (vla-get-Layer obj) (tblsearch "LAYER" layer)) (not (eq (vla-get-Handle obj) nil))) (setq empty nil) ) ) ; If empty continue to next iteration in list (if empty (setq emptylayers (cons layer emptylayers)) ; If not continue to step 3 (progn (setq layername layer) (if (/= (substr layername (- (strlen layername) 6)) "...
[ -0.0034637451171875, -0.005767822265625, 0.002227783203125, 0.027099609375, -0.0186767578125, 0.027587890625, 0.002960205078125, 0.0169677734375, 0.01202392578125, 0.031005859375, 0.00139617919921875, -0.00689697265625, 0.0194091796875, -0.0272216796875, -0.005584716796875, 0.003829956...
[ 78690, 32019, 3794, 2729, 8889, 995, 170, 9030, 86250, 8356, 137990, 135355, 10869, 864, 135679, 133, 17324, 3509, 201505, 4263, 21342, 11737, 720, 5303, 3190, 5259, 1314, 25553, 959, 29954, 138, 75620, 11627, 1977, 2943, 1256, 9297, 4460, ...
[ 0.049346923828125, 0.1927490234375, 0.09228515625, 0.14111328125, 0.190673828125, 0.130859375, 0.1614990234375, 0.097412109375, 0.2205810546875, 0.1060791015625, 0.1962890625, 0.286865234375, 0.041778564453125, 0.146728515625, 0.1317138671875, 0.0196685791015625, 0.1361083984375, 0...
embed
78382402_c0
78382402
lisp
0
Title: How to pass a string as an argument of defun on elisp Problem title: How to pass a string as an argument of defun on elisp Tags: emacs, lisp, text-editor Problem: How to pass a string as an argument of defun on elisp This elisp code, which I written on init.el, intended as xref buffer pop-up only takes 30% of th...
How to pass a string as an argument of defun on elisp How to pass a string as an argument of defun on elisp emacs lisp text-editor How How to pass a string as an argument of defun on elisp This elisp code, which I written on init.el, intended as xref buffer pop-up only takes 30% of the screen, works well. However when ...
[ 0.00653076171875, 0.01373291015625, -0.0140380859375, -0.00811767578125, -0.0181884765625, 0.003570556640625, 0.004119873046875, 0.000263214111328125, -0.00494384765625, 0.01422119140625, 0.00811767578125, -0.025146484375, 0, -0.00262451171875, 0.0021820068359375, -0.01507568359375, ...
[ 11249, 27875, 79315, 237, 10750, 111, 8, 16498, 98, 15296, 7008, 142, 352, 2263, 400, 7986, 175583, 18151, 59121, 217, 583, 179140, 1022, 29087, 373, 18234, 7426, 2037, 4734, 51776, 16279, 49119, 43240, 9790, 61924, 1884, 903, 44691, 959, ...
[ 0.0242156982421875, 0.156005859375, 0.25439453125, 0.1011962890625, 0.251953125, 0.134765625, 0.2021484375, 0.24560546875, 0.037384033203125, 0.109375, 0.2161865234375, 0.0386962890625, 0.0340576171875, 0.0821533203125, 0.065185546875, 0.018707275390625, 0.1622314453125, 0.13818359...
embed
34804391_c1
34804391
lisp
1
'prior-odds)) (defun sufficiency (arc) (cadr arc)) (defun necessity (arc) (car (cddr arc))) ;Primary evidential variables ;Lumped evidential variables (define-node popularity 0.5 0.6 (indep (arc sounds 1.5 1.0) (arc clientele 1.0 0.24))) (define-node elegance 0.5 0.5 (indep (arc decor 3.0 0.5) (arc table-setting 1.0 0...
'prior-odds)) (defun sufficiency (arc) (cadr arc)) (defun necessity (arc) (car (cddr arc))) ;Primary evidential variables ;Lumped evidential variables (define-node popularity 0.5 0.6 (indep (arc sounds 1.5 1.0) (arc clientele 1.0 0.24))) (define-node elegance 0.5 0.5 (indep (arc decor 3.0 0.5) (arc table-setting 1.0 0...
[ -0.01025390625, 0.0031585693359375, 0.000850677490234375, 0.0213623046875, 0.017333984375, 0.0361328125, -0.01904296875, -0.0087890625, 0.006134033203125, -0.01104736328125, 0.0029754638671875, -0.00482177734375, -0.0017242431640625, -0.01318359375, 0.01373291015625, -0.00872802734375,...
[ 242, 5293, 748, 9, 13606, 7, 16, 15, 112, 16498, 133784, 1474, 27771, 147, 238, 25426, 42, 46552, 30050, 2481, 3284, 71574, 7569, 32149, 2819, 145111, 6635, 36875, 15403, 77336, 316, 20051, 64552, 157, 5700, 81730, 6, 122887, 5012, 102678...
[ 0.03472900390625, 0.1556396484375, 0.1851806640625, 0.0548095703125, 0.262939453125, 0.14453125, 0.03564453125, 0.010528564453125, 0.1668701171875, 0.2083740234375, 0.205078125, 0.09765625, 0.0865478515625, 0.150634765625, 0.107177734375, 0.08233642578125, 0.146728515625, 0.2069091...
embed
3123935_c0
3123935
lisp
0
Title: What can be the use of SymbolType in Python? Problem title: What can be the use of SymbolType in Python? Tags: scheme, python, symbols, types, lisp Problem: What can be the use of SymbolType in Python? Here's the SymbolType package that adds symbols to Python. Can those who have done anything useful with Lisp/Sc...
What can be the use of SymbolType in Python? What can be the use of SymbolType in Python? scheme python symbols types lisp TypeError What SymbolType Python easy_install __name__ a.update Out a.items Traceback What can be the use of SymbolType in Python? Here's the SymbolType package that adds symbols to Python. Can tho...
[ 0.00933837890625, 0.01287841796875, 0.011474609375, -0.00848388671875, -0.0198974609375, -0.0220947265625, -0.006072998046875, 0.0096435546875, -0.01287841796875, 0.007415771484375, 0.00860595703125, -0.0264892578125, -0.000507354736328125, -0.007110595703125, -0.0050048828125, 0.00799...
[ 831, 186, 4527, 131899, 196707, 23, 145581, 4865, 111, 150370, 17198, 50828, 26582, 52895, 400, 7008, 60457, 18468, 23468, 80383, 11627, 117008, 13538, 10, 1486, 12620, 70, 98169, 15190, 47, 80234, 1261, 25452, 12549, 92940, 903, 10644, 11814...
[ 0.09246826171875, 0.036163330078125, 0.139892578125, 0.250732421875, 0.30517578125, 0.056243896484375, 0.256103515625, 0.010467529296875, 0.01702880859375, 0.1612548828125, 0.0885009765625, 0.1153564453125, 0.24951171875, 0.1453857421875, 0.054901123046875, 0.1669921875, 0.1384277343...
embed
4559971_c0
4559971
lisp
0
Title: Mapping variable argument LISP function to C function - C Problem title: Mapping variable argument LISP function to C function - C Tags: lisp, interpreter, c Problem: Mapping variable argument LISP function to C function - C I am developing a custom LISP interpreter. It won't support defining functions like in L...
Mapping variable argument LISP function to C function - C Mapping variable argument LISP function to C function - C lisp interpreter c Mapping LISP Hello Mapping variable argument LISP function to C function - C I am developing a custom LISP interpreter. It won't support defining functions like in LISP, instead all fun...
[ 0.0150146484375, 0.01953125, -0.005706787109375, 0.01385498046875, -0.00634765625, 0.0145263671875, 0.0140380859375, 0.01446533203125, -0.00262451171875, -0.0189208984375, 0.0169677734375, -0.0296630859375, -0.01806640625, 0.006591796875, -0.0019989013671875, 0.009033203125, 0.009338...
[ 911, 26783, 77336, 10750, 16970, 9434, 32354, 47, 313, 400, 7008, 29481, 56, 501, 35378, 168698, 114122, 8060, 13204, 1884, 756, 291, 48398, 40, 125195, 93002, 11782, 70796, 1614, 9297, 30646, 16750, 58136, 29479, 26008, 62822, 9384, 33022, ...
[ 0.1800537109375, 0.1082763671875, 0.2255859375, 0.27734375, 0.130126953125, 0.22900390625, 0.2064208984375, 0.11279296875, 0.1649169921875, 0.11181640625, 0.1624755859375, 0.1685791015625, 0.0721435546875, 0.0985107421875, 0.0170135498046875, 0.06787109375, 0.054534912109375, 0.143...
embed
34972854_c0
34972854
lisp
0
Title: Call to EVAL being evaluated in result portion of DO before DO runs Problem title: Call to EVAL being evaluated in result portion of DO before DO runs Tags: common-lisp, lisp, eval Problem: Call to EVAL being evaluated in result portion of DO before DO runs The following code is intended to count down from the s...
Call to EVAL being evaluated in result portion of DO before DO runs Call to EVAL being evaluated in result portion of DO before DO runs common-lisp lisp eval Call EVAL Call to EVAL being evaluated in result portion of DO before DO runs The following code is intended to count down from the specified wait time and then e...
[ 0.0341796875, 0.005126953125, -0.002349853515625, -0.0019989013671875, -0.017333984375, -0.0030364990234375, 0.0159912109375, -0.005584716796875, 0.00860595703125, -0.0400390625, 0.0235595703125, -0.0216064453125, -0.0191650390625, 0.00016689300537109375, 0.007293701171875, 0.008483886...
[ 26265, 47, 241, 61152, 151575, 16750, 126826, 6197, 8108, 127877, 297, 39210, 4086, 254, 400, 7008, 28, 1405, 25632, 18151, 179140, 54529, 7565, 1295, 58735, 40485, 1733, 120384, 3173, 11675, 6056, 7077, 9325, 6138, 1003, 24372, 140992, 1528,...
[ 0.185546875, 0.1732177734375, 0.11376953125, 0.298095703125, 0.210693359375, 0.1702880859375, 0.10302734375, 0.153564453125, 0.139404296875, 0.10546875, 0.06304931640625, 0.076416015625, 0.051239013671875, 0.1092529296875, 0.05517578125, 0.118896484375, 0.051727294921875, 0.1557617...
embed
1020622_c0
1020622
lisp
0
Title: Is INTERPRETER an anti-pattern? Problem title: Is INTERPRETER an anti-pattern? Tags: greenspunning, anti-patterns, design-patterns, interpreter-pattern, lisp Problem: Is INTERPRETER an anti-pattern? To me, the Interpreter patten sounds very much like an anti-pattern known as Greenspun's tenth rule: Any sufficien...
Is INTERPRETER an anti-pattern? Is INTERPRETER an anti-pattern? greenspunning anti-patterns design-patterns interpreter-pattern lisp INTERPRETER Is INTERPRETER an anti-pattern? To me, the Interpreter patten sounds very much like an anti-pattern known as Greenspun's tenth rule: That is, if you need to use Interpreter, y...
[ -0.0032958984375, 0.00098419189453125, 0.002410888671875, 0.0034027099609375, -0.023193359375, -0.002716064453125, -0.00107574462890625, 0.01031494140625, -0.0157470703125, -0.0390625, -0.00238037109375, -0.00250244140625, -0.0216064453125, -0.010498046875, -0.006072998046875, -0.00129...
[ 2071, 59692, 94632, 14755, 2874, 4453, 22766, 142, 50997, 4177, 592, 4331, 29481, 56, 400, 7008, 5337, 56359, 2340, 510, 102678, 4552, 5045, 1884, 15497, 7, 1492, 927, 79986, 3871, 4527, 47041, 28282, 72803, 606, 497, 70425, 58735, 7108, ...
[ 0.05389404296875, 0.165771484375, 0.25439453125, 0.25244140625, 0.175048828125, 0.1678466796875, 0.1392822265625, 0.051727294921875, 0.0716552734375, 0.179443359375, 0.047821044921875, 0.06689453125, 0.2366943359375, 0.2076416015625, 0.051605224609375, 0.108642578125, 0.1773681640625...
embed
37018345_c0
37018345
lisp
0
Title: tree traversal in lisp Problem title: tree traversal in lisp Tags: recursion, lisp Problem: tree traversal in lisp I'm trying to traverse a tree in lisp and print out all the parent-child relations. Here is my input: (5 (3 (4 (1)) (g) (9 (6))) (n (8 (0)) (q) (7) (b (f (c (a)))))) I'm trying to get it to print ou...
tree traversal in lisp tree traversal in lisp recursion lisp NIL tree traversal in lisp I'm trying to traverse a tree in lisp and print out all the parent-child relations. Here is my input: (5 (3 (4 (1)) (g) (9 (6))) (n (8 (0)) (q) (7) (b (f (c (a)))))) I'm trying to get it to print out something along the lines of: my...
[ -0.004913330078125, 0.037841796875, -0.007171630859375, -0.0145263671875, -0.0009765625, 0.01068115234375, -0.0211181640625, -0.001068115234375, -0.0196533203125, -0.03173828125, -0.006317138671875, -0.01055908203125, -0.0084228515625, 0.0008697509765625, 0.01434326171875, 0.0031585693...
[ 53201, 37317, 289, 23, 400, 7008, 195625, 1830, 541, 16444, 31577, 13, 28412, 1810, 756, 49129, 206, 38472, 91582, 107730, 11516, 6896, 9451, 798, 177, 23817, 6791, 19, 17966, 6649, 864, 8696, 275, 420, 167089, 124519, 43581, 18151, 35064, ...
[ 0.2197265625, 0.21240234375, 0.1080322265625, 0.0648193359375, 0.15185546875, 0.2177734375, 0.20166015625, 0.05517578125, 0.0906982421875, 0.1741943359375, 0.089599609375, 0.06817626953125, 0.1766357421875, 0.1309814453125, 0.0628662109375, 0.17626953125, 0.07708740234375, 0.129760...
embed
61156799_c0
61156799
lisp
0
Title: What is the difference between letrec-syntax and let-syntax in Scheme? Problem title: What is the difference between letrec-syntax and let-syntax in Scheme? Tags: scheme, lisp, lisp-macros Problem: What is the difference between letrec-syntax and let-syntax in Scheme? There were similar question but not with syn...
What is the difference between letrec-syntax and let-syntax in Scheme? What is the difference between letrec-syntax and let-syntax in Scheme? scheme lisp lisp-macros What Scheme What is the difference between letrec-syntax and let-syntax in Scheme? There were similar question but not with syntax macros, I though that t...
[ 0.0003604888916015625, 0.0252685546875, 0.00069427490234375, 0.0205078125, -0.0020904541015625, 0.004852294921875, -0.0035400390625, 0.0024566650390625, 0.0007781982421875, -0.00860595703125, -0.01904296875, -0.00726318359375, -0.01416015625, 0.0032806396484375, 0.0211181640625, -0.023...
[ 4865, 70, 60212, 17721, 2633, 31688, 9, 12654, 86531, 136, 23, 34702, 282, 83, 150370, 400, 7008, 35572, 3666, 21373, 6002, 111789, 1632, 831, 18, 1957, 3789, 1884, 678, 32354, 43240, 5701, 27781, 18151, 6626, 129927, 4488, 68073, 4000, 7...
[ 0.031494140625, 0.0814208984375, 0.2327880859375, 0.130859375, 0.2568359375, 0.251953125, 0.041961669921875, 0.19384765625, 0.20703125, 0.10760498046875, 0.0635986328125, 0.18701171875, 0.1846923828125, 0.04876708984375, 0.1832275390625, 0.045654296875, 0.1241455078125, 0.001708984...
embed
12292538_c0
12292538
lisp
0
Title: Reading Delimited Input in Lisp Problem title: Reading Delimited Input in Lisp Tags: lisp, input Problem: Reading Delimited Input in Lisp In Common Lisp, I need to capture user input in the form of a list of reals. This list is terminated by two zeros in a row. For example, 5.0 0 6.0 3 2.0 5 1.0 7 13.0 8 0 0 sho...
Reading Delimited Input in Lisp Reading Delimited Input in Lisp lisp input Reading Delimited Input Lisp Reading Delimited Input in Lisp In Common Lisp, I need to capture user input in the form of a list of reals. This list is terminated by two zeros in a row. For example, 5.0 0 6.0 3 2.0 5 1.0 7 13.0 8 0 0 should retur...
[ -0.0179443359375, 0.017822265625, -0.0150146484375, -0.00118255615234375, 0.007354736328125, 0.02734375, 0.0184326171875, 0.006561279296875, 0.0033721923828125, -0.022705078125, 0.01251220703125, -0.01068115234375, -0.0201416015625, -0.00909423828125, 0.01708984375, -0.0087890625, -0...
[ 104951, 262, 93343, 297, 360, 7077, 23, 1261, 7008, 400, 107730, 151301, 3871, 141621, 38937, 3173, 5303, 2773, 7, 121011, 390, 6626, 45234, 15555, 103932, 757, 2289, 2389, 138, 16655, 190, 53855, 132265, 5608, 30646, 187461, 65034, 36880, ...
[ 0.232666015625, 0.1241455078125, 0.250244140625, 0.092529296875, 0.119873046875, 0.114501953125, 0.0518798828125, 0.175537109375, 0.2088623046875, 0.1240234375, 0.1915283203125, 0.115478515625, 0.032806396484375, 0.1336669921875, 0.150146484375, 0.05291748046875, 0.16650390625, 0.1...
embed
45526302_c0
45526302
lisp
0
Title: How to create a common lisp (SBCL) vector of a particular type for usage in a usocket? Problem title: How to create a common lisp (SBCL) vector of a particular type for usage in a usocket? Tags: lisp, common-lisp, arrays Problem: How to create a common lisp (SBCL) vector of a particular type for usage in a usock...
How to create a common lisp (SBCL) vector of a particular type for usage in a usocket? How to create a common lisp (SBCL) vector of a particular type for usage in a usocket? lisp common-lisp arrays How SBCL usocket::socket-send How to create a common lisp (SBCL) vector of a particular type for usage in a usocket? I'm v...
[ 0.005279541015625, 0.0264892578125, -0.01611328125, 0.002288818359375, -0.010498046875, 0.00799560546875, -0.00537109375, -0.00592041015625, -0.01202392578125, -0.0225830078125, 0.0096435546875, -0.03076171875, 0.0174560546875, 0.002777099609375, -0.021240234375, -0.0147705078125, -0...
[ 11249, 28282, 39210, 400, 7008, 36474, 37486, 173, 18770, 17311, 10644, 127689, 5388, 27853, 4086, 254, 10298, 4778, 90944, 991, 39285, 3525, 151301, 1261, 1528, 33120, 221, 31470, 32354, 136, 74105, 5844, 5646, 8781, 19305, 309, 31304, 61028...
[ 0.06396484375, 0.16259765625, 0.1651611328125, 0.133056640625, 0.181884765625, 0.08258056640625, 0.1973876953125, 0.1890869140625, 0.2073974609375, 0.0662841796875, 0.133056640625, 0.1051025390625, 0.05914306640625, 0.1888427734375, 0.108642578125, 0.13525390625, 0.097412109375, 0....
embed
53998558_c0
53998558
lisp
0
Title: Forward-chaining beneath first search in lisp Problem title: Forward-chaining beneath first search in lisp Tags: stack-overflow, lisp, common-lisp Problem: Forward-chaining beneath first search in lisp i'm trying to find the problem in fugiring out the stack over flow problem the alogrithm is clear but it and th...
Forward-chaining beneath first search in lisp Forward-chaining beneath first search in lisp stack-overflow lisp common-lisp Forward-chaining chain_av Forward-chaining beneath first search in lisp i'm trying to find the problem in fugiring out the stack over flow problem the alogrithm is clear but it and the recursive c...
[ 0.0081787109375, 0.01025390625, -0.01519775390625, 0.01104736328125, -0.01446533203125, -0.009033203125, 0.0185546875, 0.0013885498046875, 0.0011749267578125, -0.0306396484375, 0.01226806640625, 0.01177978515625, 0.01611328125, 0.0142822265625, 0.00182342529296875, -0.0126953125, -0....
[ 1326, 19364, 1436, 14653, 9149, 10519, 5117, 33938, 400, 7008, 177261, 5465, 118664, 39210, 4086, 254, 121293, 3818, 23, 7413, 2967, 116131, 2852, 1810, 645, 86608, 10, 4867, 2783, 18337, 34735, 195625, 5844, 11782, 7228, 2174, 57, 3263, 67...
[ 0.0638427734375, 0.138916015625, 0.1436767578125, 0.1390380859375, 0.138916015625, 0.196533203125, 0.12548828125, 0.2364501953125, 0.112548828125, 0.19482421875, 0.1322021484375, 0.0906982421875, 0.15283203125, 0.07080078125, 0.0819091796875, 0.14794921875, 0.2059326171875, 0.12402...
embed
74762009_c0
74762009
lisp
0
Title: How to create a function that returns the number of nodes in a tree on a given level Problem title: How to create a function that returns the number of nodes in a tree on a given level Tags: clisp, lisp, common-lisp Problem: How to create a function that returns the number of nodes in a tree on a given level I t...
How to create a function that returns the number of nodes in a tree on a given level How to create a function that returns the number of nodes in a tree on a given level clisp lisp common-lisp How How to create a function that returns the number of nodes in a tree on a given level I tried this but it doesn't work. As c...
[ -0.007293701171875, -0.00180816650390625, -0.017822265625, -0.01458740234375, 0.01226806640625, -0.000804901123046875, -0.0133056640625, -0.015625, -0.000732421875, -0.06298828125, -0.0225830078125, -0.03076171875, 0.00494384765625, 0.0191650390625, 0.01409912109375, -0.00848388671875,...
[ 11249, 28282, 32354, 30646, 14012, 110, 988, 53201, 34475, 17366, 7, 23, 98, 95701, 7008, 400, 39210, 4086, 254, 450, 37842, 22027, 18, 4488, 2816, 4527, 1653, 5983, 158, 71, 99247, 22288, 3284, 2174, 77336, 40956, 18781, 71013, 157, 191,...
[ 0.041168212890625, 0.1783447265625, 0.208251953125, 0.1951904296875, 0.1484375, 0.192626953125, 0.1861572265625, 0.228271484375, 0.05389404296875, 0.2227783203125, 0.0316162109375, 0.03839111328125, 0.0289459228515625, 0.0697021484375, 0.1348876953125, 0.063232421875, 0.0927734375, ...
embed
6645428_c0
6645428
lisp
0
Title: LISP SICP Video Lecture 2a Average Damp Question Problem title: LISP SICP Video Lecture 2a Average Damp Question Tags: lisp, scheme, sicp Problem: LISP SICP Video Lecture 2a Average Damp Question In the following code, I am trying to understand how the variable whatami gets its value. In following the logic, I s...
LISP SICP Video Lecture 2a Average Damp Question LISP SICP Video Lecture 2a Average Damp Question lisp scheme sicp LISP SICP Video Lecture Average Damp Question _sqrt LISP SICP Video Lecture 2a Average Damp Question In the following code, I am trying to understand how the variable whatami gets its value. In following t...
[ 0.0172119140625, 0.0107421875, -0.00982666015625, 0.018310546875, -0.00096893310546875, 0.03466796875, 0.0079345703125, 0.006500244140625, 0, -0.021484375, 0.0235595703125, -0.044189453125, -0.0242919921875, -0.00830078125, -0.01214599609375, 0.005157470703125, -0.011474609375, -0....
[ 16970, 9434, 159, 198993, 2692, 75625, 116, 11, 40168, 29838, 930, 2676, 68185, 400, 7008, 150370, 26536, 254, 864, 3198, 25632, 18151, 31577, 28219, 3642, 77336, 2367, 1191, 62163, 6863, 34292, 62775, 50491, 143, 6492, 85, 53, 64, 113, 8...
[ 0.046783447265625, 0.1700439453125, 0.01275634765625, 0.1417236328125, 0.1129150390625, 0.05816650390625, 0.040252685546875, 0.0733642578125, 0.1328125, 0.1678466796875, 0.099365234375, 0.222412109375, 0.1014404296875, 0.0413818359375, 0.159423828125, 0.1402587890625, 0.0350646972656...
embed
53761619_c0
53761619
lisp
0
Title: Does a non-null Scheme list contain at least one atom? Problem title: Does a non-null Scheme list contain at least one atom? Tags: lisp, racket, scheme, the-little-schemer Problem: Does a non-null Scheme list contain at least one atom? In The Little Schemer (4th Ed.) it is claimed that a list for which null? is ...
Does a non-null Scheme list contain at least one atom? Does a non-null Scheme list contain at least one atom? lisp racket scheme the-little-schemer Does Scheme Does a non-null Scheme list contain at least one atom? In The Little Schemer (4th Ed.) it is claimed that a list for which null? is false contains at least one ...
[ 0.0001430511474609375, 0.0185546875, 0.0166015625, 0.01409912109375, -0.010009765625, 0.01104736328125, 0.021240234375, -0.0152587890625, -0.006317138671875, -0.0203857421875, 0.0142822265625, -0.02587890625, 0.000629425048828125, -0.0030517578125, 0.005828857421875, 0.00775146484375, ...
[ 101790, 351, 139550, 34702, 282, 5303, 70541, 19713, 1632, 34627, 400, 7008, 673, 27853, 150370, 150, 46401, 7560, 1991, 581, 59784, 9451, 10462, 63043, 56574, 32, 98320, 16454, 7986, 10422, 11, 5928, 242, 132, 47593, 121742, 80934, 11350, ...
[ 0.033111572265625, 0.1395263671875, 0.220703125, 0.189697265625, 0.14501953125, 0.212158203125, 0.14794921875, 0.136962890625, 0.1318359375, 0.263916015625, 0.045806884765625, 0.1082763671875, 0.04644775390625, 0.14697265625, 0.13623046875, 0.021728515625, 0.09552001953125, 0.09069...
embed
21859194_c0
21859194
lisp
0
Title: More simple Lisp functions not working Problem title: More simple Lisp functions not working Tags: lisp Problem: More simple Lisp functions not working I am trying to make a function that counts the number of lists within a list. (defun test (a) (if (equal a nil) (return-from test 0)) (if (not (listp a)) (print ...
More simple Lisp functions not working More simple Lisp functions not working lisp test More Lisp More simple Lisp functions not working I am trying to make a function that counts the number of lists within a list. I don't know how the debugger works so I tried some newbie debugging with print statements. The code abov...
[ -0.00156402587890625, 0.0228271484375, -0.0067138671875, 0.0137939453125, -0.0037689208984375, 0.00482177734375, 0.005523681640625, -0.0003566741943359375, 0.00830078125, -0.0208740234375, -0.01007080078125, -0.022216796875, 0.00714111328125, 0.031005859375, 0.023681640625, 0.008117675...
[ 5455, 8781, 1261, 7008, 32354, 959, 20697, 400, 3034, 31577, 54529, 14012, 5303, 28032, 8, 978, 21407, 43240, 9014, 28412, 63805, 18151, 36917, 14602, 3853, 71924, 6528, 44691, 30646, 80854, 14922, 36766, 1957, 150631, 11782, 6954, 4879, 3462...
[ 0.0955810546875, 0.182373046875, 0.12890625, 0.192138671875, 0.1707763671875, 0.09521484375, 0.119140625, 0.111083984375, 0.134765625, 0.01922607421875, 0.1407470703125, 0.071044921875, 0.1583251953125, 0.108642578125, 0.096435546875, 0.129150390625, 0.1424560546875, 0.0517578125, ...
embed