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
7426027_c0
7426027
lisp
0
Title: How can I make a structure's constructor evaluate sequentially in Common Lisp? Problem title: How can I make a structure's constructor evaluate sequentially in Common Lisp? Tags: common-lisp, lisp Problem: How can I make a structure's constructor evaluate sequentially in Common Lisp? I would like to do...
How can I make a structure's constructor evaluate sequentially in Common Lisp? How can I make a structure's constructor evaluate sequentially in Common Lisp? common-lisp lisp How Common Lisp REAL-NAME How can I make a structure's constructor evaluate sequentially in Common Lisp? I would like to do something a...
[ 0.017578125, 0.033447265625, 0.0010986328125, 0.015869140625, 0.0191650390625, 0.00689697265625, 0.017333984375, 0.00616455078125, 0.0036468505859375, 0.0034942626953125, -0.00113677978515625, 0.029296875, 0.02783203125, 0.0126953125, 0.007415771484375, 0.00124359130859375, 0.0010757...
[ 11249, 831, 3249, 45646, 3768, 64549, 748, 151575, 13, 243228, 25958, 151301, 1261, 7008, 39210, 4086, 254, 400, 88491, 182512, 87, 23, 1884, 27255, 17378, 77336, 83, 51, 99091, 3642, 2046, 10750, 32354, 166117, 11522 ]
[ 0.056182861328125, 0.058197021484375, 0.07830810546875, 0.1929931640625, 0.0272064208984375, 0.1751708984375, 0.1463623046875, 0.1978759765625, 0.1063232421875, 0.20458984375, 0.0780029296875, 0.173828125, 0.160888671875, 0.1929931640625, 0.0848388671875, 0.06964111328125, 0.11059570...
embed
34614813_c0
34614813
lisp
0
Title: Read-string doesn't output complete string clojure Problem title: Read-string doesn't output complete string clojure Tags: string, lisp, clojure Problem: Read-string doesn't output complete string clojure I am fairly new to functional programming. I am learning clojure. I was trying out a few commands....
Read-string doesn't output complete string clojure Read-string doesn't output complete string clojure string lisp clojure Read-string Read-string doesn't output complete string clojure I am fairly new to functional programming. I am learning clojure. I was trying out a few commands. Some of them work fine. I ...
[ 0.0089111328125, -0.009765625, -0.0057373046875, 0.02099609375, -0.019287109375, 0.0260009765625, 0.028564453125, -0.0242919921875, -0.009033203125, 0.0126953125, 0.004547119140625, -0.0341796875, -0.004058837890625, -0.005401611328125, 0.005950927734375, -0.014404296875, -0.03015136...
[ 4764, 91693, 22027, 3768, 18, 140992, 28484, 79315, 20450, 461, 107, 400, 7008, 123309, 56037, 52080, 31577, 75101, 4488, 179459, 35064, 149016, 15400, 5117, 70, 1284, 442, 17932, 1632, 31635, 13315, 26866 ]
[ 0.16845703125, 0.202392578125, 0.04278564453125, 0.049530029296875, 0.07177734375, 0.1904296875, 0.16357421875, 0.2208251953125, 0.0869140625, 0.11865234375, 0.082275390625, 0.0279998779296875, 0.1199951171875, 0.1143798828125, 0.054473876953125, 0.000885009765625, 0.00982666015625, ...
embed
2239643_c0
2239643
lisp
0
Title: Lisp, a couple of questions about lists and recursion Problem title: Lisp, a couple of questions about lists and recursion Tags: recursion, function, lisp, list Problem: Lisp, a couple of questions about lists and recursion sorry to overflow with so many questions. I have the following: (defun recursive-function...
Lisp, a couple of questions about lists and recursion Lisp, a couple of questions about lists and recursion recursion function lisp list Lisp Lisp, a couple of questions about lists and recursion sorry to overflow with so many questions. I have the following: But since recursive-function returns a list, I end up with a...
[ 0.00244140625, 0.0322265625, -0.00836181640625, -0.01129150390625, -0.00927734375, 0.003021240234375, -0.00058746337890625, -0.01287841796875, 0.005523681640625, -0.0167236328125, 0.0189208984375, -0.03369140625, -0.0115966796875, 0.018798828125, 0.0023651123046875, 0.00897216796875, ...
[ 1261, 7008, 24941, 17582, 5303, 7, 136, 195625, 1830, 32354, 400, 59090, 16792, 5844, 137175, 30646, 3564, 1257, 678, 111, 3444, 10, 49878, 27798, 3917, 29479, 98, 5646, 146232, 42, 4295 ]
[ 0.111328125, 0.181640625, 0.0543212890625, 0.081298828125, 0.220703125, 0.03466796875, 0.0196685791015625, 0.25341796875, 0.1983642578125, 0.166748046875, 0.09600830078125, 0.02850341796875, 0.005401611328125, 0.1629638671875, 0.16162109375, 0.1715087890625, 0.091552734375, 0.04870...
embed
37645391_c0
37645391
lisp
0
Title: common lisp equivalent of a python idiom Problem title: common lisp equivalent of a python idiom Tags: lisp, common-lisp, python Problem: common lisp equivalent of a python idiom How do I run an equivalent of this Python command in Lisp from lib import func For example, I want to use the split-sequence package, ...
common lisp equivalent of a python idiom common lisp equivalent of a python idiom lisp common-lisp python lib func split-sequence:split-sequence Space common lisp equivalent of a python idiom How do I run an equivalent of this Python command in Lisp For example, I want to use the split-sequence package, and in particul...
[ 0.01470947265625, -0.006256103515625, 0.0081787109375, 0.0206298828125, -0.02001953125, 0.01348876953125, 0.0150146484375, 0.000560760498046875, -0.01348876953125, -0.049072265625, 0.01080322265625, 0.0147705078125, -0.00531005859375, -0.00014495849609375, -0.00090789794921875, -0.0150...
[ 39210, 400, 7008, 183234, 111, 17198, 50828, 13373, 306, 4086, 254, 25474, 7477, 65450, 184, 944, 3956, 4353, 9, 43045, 11675, 903, 145581, 75101, 23, 1261, 3444, 4527, 98169, 4734, 55300, 1295, 141012, 100231, 83, 79315, 10, 2046, 17203, ...
[ 0.1578369140625, 0.1458740234375, 0.2147216796875, 0.20361328125, 0.007537841796875, 0.0948486328125, 0.1280517578125, 0.156494140625, 0.163330078125, 0.1217041015625, 0.1668701171875, 0.08929443359375, 0.105712890625, 0.219970703125, 0.10015869140625, 0.141845703125, 0.0880126953125...
embed
72036293_c0
72036293
lisp
0
Title: lisp proprieties of entity not updating after entmod? Problem title: lisp proprieties of entity not updating after entmod? Tags: lisp, autocad Problem: lisp proprieties of entity not updating after entmod? I'm kinda a noob at lisp and i'm doing a little project that aims to change the height of a text, color, an...
lisp proprieties of entity not updating after entmod? lisp proprieties of entity not updating after entmod? lisp autocad lisp proprieties of entity not updating after entmod? I'm kinda a noob at lisp and i'm doing a little project that aims to change the height of a text, color, and also put the text inside a rectangle...
[ 0.01055908203125, -0.00023651123046875, 0.004547119140625, -0.00186920166015625, 0.01513671875, 0.007568359375, 0.00445556640625, 0.0164794921875, 0.0030670166015625, -0.00144195556640625, -0.017578125, -0.007110595703125, -0.01190185546875, -0.04736328125, 0.029052734375, 0.0126342773...
[ 400, 7008, 32724, 2449, 111, 77630, 939, 959, 1257, 56464, 7103, 22, 13415, 1809, 25426, 18, 3522, 13452, 131264, 15549, 155955, 7986, 10576, 46132, 148734, 449, 11907, 6032, 11782, 124326, 45082, 32354, 65572, 26785, 133, 3173, 10932, 61475,...
[ 0.12939453125, 0.1829833984375, 0.17578125, 0.0985107421875, 0.09527587890625, 0.145263671875, 0.0567626953125, 0.0872802734375, 0.124267578125, 0.179443359375, 0.102294921875, 0.023193359375, 0.22119140625, 0.08837890625, 0.154052734375, 0.007415771484375, 0.04034423828125, 0.0430...
embed
9957453_c0
9957453
lisp
0
Title: How to delete useless JavaScript code using Python or Lisp Problem title: How to delete useless JavaScript code using Python or Lisp Tags: javascript, lisp, python Problem: How to delete useless JavaScript code using Python or Lisp The JavaScript code is as follows: <script> a={name:"abc"}; b={xyz:"123"}; this.c...
How to delete useless JavaScript code using Python or Lisp How to delete useless JavaScript code using Python or Lisp javascript lisp python Python How JavaScript Lisp this.c this.cc Date Array this.g document.write b.xyz How to delete useless JavaScript code using Python or Lisp The JavaScript code is as follows: Only...
[ 0.007293701171875, 0.0284423828125, -0.0052490234375, -0.000736236572265625, -0.0272216796875, -0.00162506103515625, -0.0037384033203125, 0.0107421875, -0.00909423828125, -0.022216796875, -0.007781982421875, 0.003265380859375, -0.01220703125, 0.0247802734375, 0.0203857421875, 0.0013275...
[ 11249, 47, 154109, 4527, 9393, 17925, 18151, 17368, 145581, 707, 1261, 7008, 136951, 400, 17198, 50828, 903, 238, 10060, 25512, 69253, 177, 12937, 18781, 876, 50878, 169, 28960, 87293, 77336, 275, 48636, 136, 100231, 5125, 11814, 36917, 35672...
[ 0.044952392578125, 0.03985595703125, 0.246337890625, 0.1414794921875, 0.2120361328125, 0.255126953125, 0.21826171875, 0.038665771484375, 0.2744140625, 0.074951171875, 0.169189453125, 0.2125244140625, 0.1649169921875, 0.1270751953125, 0.0946044921875, 0.0565185546875, 0.122802734375, ...
embed
42825747_c0
42825747
lisp
0
Title: How do I pass dummy arguments to clojure lambdas? Problem title: How do I pass dummy arguments to clojure lambdas? Tags: clojure, functional-programming, lisp, lambda, jvm Problem: How do I pass dummy arguments to clojure lambdas? I'm writing some code using Reagent, and part of that involves writing some callba...
How do I pass dummy arguments to clojure lambdas? How do I pass dummy arguments to clojure lambdas? clojure functional-programming lisp lambda jvm How How do I pass dummy arguments to clojure lambdas? I'm writing some code using Reagent, and part of that involves writing some callbacks and state manipulation. A few of ...
[ -0.01519775390625, 0.0302734375, -0.00286865234375, -0.0162353515625, -0.0017547607421875, 0.007659912109375, 0.01434326171875, 0.0010986328125, -0.005859375, -0.01025390625, -0.010986328125, -0.037841796875, -0.0213623046875, 0.0250244140625, 0.00341796875, 0.004730224609375, -0.002...
[ 11249, 27875, 8473, 1176, 10750, 7, 47, 20450, 461, 107, 21, 6492, 1124, 123309, 28966, 400, 7008, 85, 334, 54, 87, 32562, 18151, 853, 83963, 11782, 12620, 11341, 45258, 44677, 23253, 32354, 114977, 3444, 30646, 53697, 34292, 4527, 468, 9...
[ 0.0703125, 0.1546630859375, 0.2044677734375, 0.218017578125, 0.253173828125, 0.0916748046875, 0.10687255859375, 0.1424560546875, 0.1844482421875, 0.14697265625, 0.046142578125, 0.186279296875, 0.1422119140625, 0.1170654296875, 0.0711669921875, 0.0057373046875, 0.1187744140625, 0.11...
embed
38507228_c0
38507228
lisp
0
Title: LISP - write a list to file Problem title: LISP - write a list to file Tags: lisp, common-lisp Problem: LISP - write a list to file I need to write a numeric list to a file and put a return at the end of the line. I have tried with this code but work only for the first element of the list. (defun write-segment (...
LISP - write a list to file LISP - write a list to file lisp common-lisp LISP LISP - write a list to file I need to write a numeric list to a file and put a return at the end of the line. I have tried with this code but work only for the first element of the list. Some one can help me to resolve this problem?
[ -0.001861572265625, 0.025390625, -0.00750732421875, 0.006561279296875, -0.016845703125, 0.006103515625, -0.0050048828125, 0.0164794921875, -0.00445556640625, 0.0189208984375, -0.0026092529296875, 0.00567626953125, -0.001617431640625, 0.01171875, 0.004180908203125, 0.00055694580078125, ...
[ 16970, 9434, 33022, 10, 5303, 47, 11435, 400, 7008, 39210, 4086, 254, 3871, 54744, 238, 3884, 30646, 3564, 13315, 37842, 18151, 4488, 4734, 5117, 12830, 4358, 103608, 2967 ]
[ 0.1453857421875, 0.23828125, 0.194091796875, 0.047515869140625, 0.23291015625, 0.1820068359375, 0.2242431640625, 0.10723876953125, 0.1905517578125, 0.11651611328125, 0.0802001953125, 0.1566162109375, 0.107177734375, 0.11199951171875, 0.0306854248046875, 0.04937744140625, 0.2012939453...
embed
24576431_c0
24576431
lisp
0
Title: Clojure - sum up a bunch of numbers Problem title: Clojure - sum up a bunch of numbers Tags: clojure, lisp Problem: Clojure - sum up a bunch of numbers Hey I'm doing a Project Euler question, and I'm looking to sum up all the numbers under 1000 that are multiplies of 3 or 5. But being a clojure noob, my code jus...
Clojure - sum up a bunch of numbers Clojure - sum up a bunch of numbers clojure lisp Clojure Clojure - sum up a bunch of numbers Hey I'm doing a Project Euler question, and I'm looking to sum up all the numbers under 1000 that are multiplies of 3 or 5. But being a clojure noob, my code just keeps returning zero.. and I...
[ -0.024658203125, 0.01409912109375, 0.0157470703125, -0.007049560546875, -0.0225830078125, 0.023681640625, -0.004302978515625, 0.0022125244140625, 0.005157470703125, -0.02197265625, -0.00433349609375, -0.009765625, -0.00994873046875, 0.0035400390625, 0, 0.0181884765625, -0.00309753417...
[ 51053, 461, 107, 10554, 1257, 147306, 111, 101935, 20, 20450, 400, 7008, 28240, 27331, 5177, 603, 9655, 16487, 47, 756, 1379, 4382, 118126, 138, 707, 1892, 4966, 3522, 18151, 1660, 13695, 30646, 214, 45234, 9077, 15400, 5, 13315, 634, 254...
[ 0.1641845703125, 0.187255859375, 0.1492919921875, 0.2264404296875, 0.1680908203125, 0.20751953125, 0.057464599609375, 0.2169189453125, 0.01959228515625, 0.1488037109375, 0.06512451171875, 0.1505126953125, 0.029144287109375, 0.08758544921875, 0.1064453125, 0.14306640625, 0.05328369140...
embed
66729939_c0
66729939
lisp
0
Title: Mito how to save multiple Date/Time Types Problem title: Mito how to save multiple Date/Time Types Tags: lisp, common-lisp Problem: Mito how to save multiple Date/Time Types I have some files that using different date types: some only have year "2020", others have month "2020-12", and still, some have date:"2020...
Mito how to save multiple Date/Time Types Mito how to save multiple Date/Time Types lisp common-lisp Mito Date Time Types MONTHS DAYS SECONDS USECONDS Mito how to save multiple Date/Time Types I have some files that using different date types: some only have year "2020", others have month "2020-12", and still, some hav...
[ 0.002899169921875, -0.029052734375, 0.00347900390625, 0.03955078125, -0.0306396484375, -0.01416015625, 0.002288818359375, 0.0145263671875, 0.0020751953125, 0.01092529296875, 0.00445556640625, 0.010498046875, 0.00897216796875, 0.00408935546875, -0.000606536865234375, -0.00634765625, -...
[ 3574, 31, 3642, 30098, 48716, 25512, 64, 70059, 60457, 47, 400, 7008, 39210, 4086, 254, 19055, 174307, 6405, 26947, 77980, 78441, 102158, 17368, 12921, 5622, 52895, 4734, 6602, 49409, 31150, 9955, 7464, 31435, 3117, 3444, 4527, 51514, 134598,...
[ 0.1939697265625, 0.2083740234375, 0.094482421875, 0.18408203125, 0.212158203125, 0.1666259765625, 0.06658935546875, 0.157470703125, 0.2022705078125, 0.042816162109375, 0.036773681640625, 0.1357421875, 0.08441162109375, 0.00445556640625, 0.0892333984375, 0.1478271484375, 0.04412841796...
embed
4119509_c0
4119509
lisp
0
Title: How to read sexp from file Problem title: How to read sexp from file Tags: common-lisp, lisp Problem: How to read sexp from file If I write a file using (with-open-file (s "~/example.sexp" :direction :output) (write '(1 2 3) :stream s) (write '(4 5 6) :stream s) (write '(7 8 9) :stream s)) A file is created cont...
How to read sexp from file How to read sexp from file common-lisp lisp file How example.sexp How to read sexp from file If I write a file using A file is created containing But when I attempt to open and read it using I get an ":INPUT-STREAM is not of type STREAM" error. returns STREAM::LATIN-1-FILE-STREAM which looks ...
[ 0.0126953125, 0.00970458984375, -0.0059814453125, -0.00677490234375, -0.01080322265625, 0.0084228515625, 0.017822265625, 0.0166015625, -0.004364013671875, -0.0301513671875, 0.02880859375, 0.00225830078125, 0.0002288818359375, 0.006195068359375, 0.0172119140625, -0.01953125, -0.005340...
[ 11249, 47, 12301, 1100, 254, 1295, 11435, 39210, 4086, 400, 7008, 27781, 7, 83613, 33022, 17368, 75935, 70541, 81887, 9803, 8852, 124599, 56564, 8922, 959, 111, 10644, 18499, 30646, 38705, 5759, 919, 52099, 33342, 20903, 3871, 60212, 5303, ...
[ 0.039215087890625, 0.0260772705078125, 0.21728515625, 0.203125, 0.2138671875, 0.1396484375, 0.184326171875, 0.1199951171875, 0.02294921875, 0.04058837890625, 0.1943359375, 0.10791015625, 0.00433349609375, 0.2166748046875, 0.0687255859375, 0.037506103515625, 0.047149658203125, 0.050...
embed
36545110_c0
36545110
lisp
0
Title: I can&#x27;t use setq in sbcl [LISP] Problem title: I can&#x27;t use setq in sbcl [LISP] Tags: common-lisp, lisp, sbcl Problem: I can't use setq in sbcl [LISP] I tried looking through related questions, but I couldn't find a straightforward answer as to how I should define my variables in Common LISP. I use the ...
I can&#x27;t use setq in sbcl [LISP] I can&#x27;t use setq in sbcl [LISP] common-lisp lisp sbcl LISP I can't use setq in sbcl [LISP] I tried looking through related questions, but I couldn't find a straightforward answer as to how I should define my variables in Common LISP. I use the sbcl implementation and I've been ...
[ 0.01806640625, 0.02294921875, 0.0128173828125, 0.0035552978515625, -0.000766754150390625, 0.004425048828125, -0.002899169921875, 0.01116943359375, 0.000682830810546875, -0.0244140625, -0.005340576171875, 0.026123046875, 0.00079345703125, -0.01483154296875, -0.00823974609375, 0.01660156...
[ 831, 3768, 18, 4527, 5423, 864, 23, 91, 275, 34937, 67616, 683, 39210, 4086, 254, 400, 7008, 16970, 9434, 61924, 77336, 7, 151301, 208124, 57143, 46876, 18151, 173340, 18499, 581, 14214, 83, 51, 99091, 20623, 4205, 6977, 12960, 26008, 310...
[ 0.097412109375, 0.0550537109375, 0.07135009765625, 0.12353515625, 0.2008056640625, 0.2213134765625, 0.05328369140625, 0.060394287109375, 0.090576171875, 0.1832275390625, 0.0904541015625, 0.155517578125, 0.1080322265625, 0.046844482421875, 0.083251953125, 0.043609619140625, 0.09777832...
embed
22732172_c0
22732172
lisp
0
Title: Reading Outer Nested Forms in Lisp? Problem title: Reading Outer Nested Forms in Lisp? Tags: common-lisp, lisp Problem: Reading Outer Nested Forms in Lisp? Is there a way to do this: (let ((x 5)(y 7)) (get-outer-form) ;; 'get-outer-form would capture the entire LET expression (* x y)) 35 ;; value returned from L...
Reading Outer Nested Forms in Lisp? Reading Outer Nested Forms in Lisp? common-lisp lisp LET Reading Outer Nested Forms Lisp Reading Outer Nested Forms in Lisp? Is there a way to do this: If it can be done, pseudo-code will suffice. I'll naively assume that this would have to be done with read , however, if there is to...
[ 0.007659912109375, 0.02880859375, -0.01275634765625, 0.00124359130859375, 0.00390625, 0.00970458984375, 0.0234375, 0.0036163330078125, -0.0019989013671875, -0.05419921875, 0.01025390625, 0.002655029296875, -0.029541015625, -0.0020294189453125, 0.02392578125, -0.0177001953125, -0.0098...
[ 104951, 13538, 56, 28701, 71, 15236, 7, 23, 1261, 7008, 32, 39210, 4086, 254, 400, 27089, 10, 3917, 47, 54, 903, 831, 16940, 74189, 40899, 1221, 133784, 329, 116392, 41591, 678, 12301, 5045, 645, 31251, 139392, 29806 ]
[ 0.23095703125, 0.1744384765625, 0.1617431640625, 0.2255859375, 0.1336669921875, 0.246826171875, 0.032012939453125, 0.093017578125, 0.16943359375, 0.2423095703125, 0.037200927734375, 0.1044921875, 0.111328125, 0.15869140625, 0.113037109375, 0.1307373046875, 0.0069580078125, 0.076782...
embed
36044632_c0
36044632
lisp
0
Title: How to move an element in a list to the front of the list in LISP Problem title: How to move an element in a list to the front of the list in LISP Tags: lisp, common-lisp Problem: How to move an element in a list to the front of the list in LISP I am trying to check if a word is an element of a list. It it isn't...
How to move an element in a list to the front of the list in LISP How to move an element in a list to the front of the list in LISP lisp common-lisp How LISP How to move an element in a list to the front of the list in LISP I am trying to check if a word is an element of a list. It it isn't then add the word to the fro...
[ -0.00131988525390625, 0.00823974609375, 0.01092529296875, -0.0032501220703125, -0.0040283203125, 0.0303955078125, 0.00921630859375, 0.0218505859375, -0.00457763671875, -0.03125, 0.0033111572265625, 0.0179443359375, -0.00555419921875, 0.000812530517578125, -0.01519775390625, -0.00628662...
[ 11249, 47, 25813, 12830, 23, 5303, 12912, 111, 16970, 9434, 142, 400, 7008, 39210, 4086, 254, 31577, 12765, 2174, 2565, 83, 15190, 21771, 2685, 3642, 18151 ]
[ 0.06036376953125, 0.1217041015625, 0.1900634765625, 0.21044921875, 0.06671142578125, 0.208984375, 0.1959228515625, 0.0791015625, 0.124755859375, 0.2108154296875, 0.005615234375, 0.100830078125, 0.1614990234375, 0.066650390625, 0.0660400390625, 0.1246337890625, 0.0283660888671875, 0...
embed
9463393_c0
9463393
lisp
0
Title: &quot;AS&quot; pseudo operator syntax in clsql Problem title: &quot;AS&quot; pseudo operator syntax in clsql Tags: common-lisp, sql, mysql, lisp Problem: "AS" pseudo operator syntax in clsql I cannot figure out what would be the correct syntax for aliasing a field in the SQL query builder in clsql. Below is an e...
&quot;AS&quot; pseudo operator syntax in clsql &quot;AS&quot; pseudo operator syntax in clsql common-lisp sql mysql lisp clsql:select item_id sale_date "AS" pseudo operator syntax in clsql I cannot figure out what would be the correct syntax for aliasing a field in the SQL query builder in clsql. Below is an example, a...
[ 0.00555419921875, 0.0048828125, 0.01385498046875, -0.001068115234375, -0.00555419921875, 0.0034332275390625, -0.0189208984375, -0.01251220703125, 0.0128173828125, -0.015869140625, 0.01318359375, 0.00628662109375, -0.01361083984375, -0.0000667572021484375, -0.0103759765625, -0.010009765...
[ 9713, 1230, 41502, 74189, 39933, 6002, 86531, 33139, 99247, 39210, 254, 400, 7008, 100184, 35735, 532, 11473, 17489, 7, 26785, 55109, 214, 44457, 80866, 41, 1294, 45367, 56, 17336, 27781, 28987, 4488, 171259, 5809, 58745, 71013, 88746, 237, ...
[ 0.2117919921875, 0.056884765625, 0.024169921875, 0.214111328125, 0.1900634765625, 0.1138916015625, 0.1661376953125, 0.0858154296875, 0.170654296875, 0.034637451171875, 0.08642578125, 0.003387451171875, 0.10443115234375, 0.0689697265625, 0.0860595703125, 0.051239013671875, 0.111938476...
embed
41467997_c0
41467997
lisp
0
Title: Explanation of a lisp code Problem title: Explanation of a lisp code Tags: common-lisp, lisp Problem: Explanation of a lisp code I start studying Lisp and I find a code on the book as example but I do not understand what is it for. Are you able to help me understanding that? I don't know if it is the right place...
Explanation of a lisp code Explanation of a lisp code common-lisp lisp Explanation Explanation of a lisp code I start studying Lisp and I find a code on the book as example but I do not understand what is it for. Are you able to help me understanding that? I don't know if it is the right place to do it. Thanks everyone
[ 0.0020751953125, 0.0277099609375, -0.00653076171875, 0.04541015625, 0.004150390625, 0.0181884765625, -0.005859375, 0.02099609375, 0.0098876953125, -0.0284423828125, -0.0014495849609375, -0.00433349609375, 0.00634765625, 0.0201416015625, -0.01519775390625, 0.0064697265625, 0.010009765...
[ 5443, 5868, 400, 7008, 18151, 2320, 111, 39210, 4086, 254, 10, 35187, 1261, 7413, 12877, 27781, 28219, 2367, 83, 442, 100, 100094, 7108 ]
[ 0.041412353515625, 0.1607666015625, 0.1328125, 0.2020263671875, 0.2225341796875, 0.01416015625, 0.015625, 0.07342529296875, 0.0894775390625, 0.10784912109375, 0.01490020751953125, 0.0280609130859375, 0.11346435546875, 0.00661468505859375, 0.08905029296875, 0.05438232421875, 0.0707397...
embed
62452020_c0
62452020
lisp
0
Title: Common Lisp `case` on `read` with custom package Problem title: Common Lisp `case` on `read` with custom package Tags: sbcl, common-lisp, lisp, package, user-input Problem: Common Lisp `case` on `read` with custom package Following code from Paul G's OnLisp works fine if I run it in REPL without custom package. ...
Common Lisp `case` on `read` with custom package Common Lisp `case` on `read` with custom package sbcl common-lisp lisp package user-input Common Lisp Common Lisp `case` on `read` with custom package Following code from Paul G's OnLisp works fine if I run it in REPL without custom package. When I define a package and u...
[ 0.000225067138671875, -0.00009489059448242188, -0.0004749298095703125, 0.00787353515625, -0.0079345703125, -0.012939453125, 0.03271484375, 0.00860595703125, -0.004730224609375, -0.01373291015625, 0.01611328125, 0.00958251953125, -0.0089111328125, -0.025146484375, 0.007293701171875, -0....
[ 151301, 1261, 7008, 58437, 98, 39116, 678, 114122, 98169, 275, 34937, 39210, 4086, 254, 400, 38937, 77168, 18151, 10208, 2161, 9506, 43240, 5885, 11675, 442, 9069, 21130, 15490, 61924, 4527, 29102, 1176, 959, 4488, 11343, 51776, 808, 7225, ...
[ 0.164306640625, 0.1568603515625, 0.19140625, 0.238037109375, 0.06866455078125, 0.202880859375, 0.08184814453125, 0.1539306640625, 0.2310791015625, 0.037872314453125, 0.154052734375, 0.13232421875, 0.102783203125, 0.1522216796875, 0.09454345703125, 0.026214599609375, 0.030288696289062...
embed
5331746_c0
5331746
lisp
0
Title: Practical use of fold/reduce in functional languages Problem title: Practical use of fold/reduce in functional languages Tags: reduce, fold, functional-programming, lisp Problem: Practical use of fold/reduce in functional languages Fold (aka reduce ) is considered a very important higher order function. Map can ...
Practical use of fold/reduce in functional languages Practical use of fold/reduce in functional languages reduce fold functional-programming lisp Practical Fold Map Practical use of fold/reduce in functional languages Fold (aka reduce ) is considered a very important higher order function. Map can be expressed in terms...
[ -0.0067138671875, -0.0020294189453125, 0.00579833984375, 0.0042724609375, -0.0142822265625, 0.008056640625, -0.020263671875, 0.0174560546875, 0.01348876953125, -0.03662109375, 0.007720947265625, -0.036376953125, 0.0020294189453125, 0.00811767578125, 0.00238037109375, -0.002731323242187...
[ 109613, 4527, 42822, 64, 107, 106357, 123309, 46876, 34390, 28966, 400, 7008, 30077, 71, 42719, 23, 9227, 90698, 4552, 5526, 77546, 12989, 32354, 831, 36510, 69407, 102678, 1286, 108858, 138155, 222201, 5809, 47, 2046, 10554, 12996, 38132, 10...
[ 0.190673828125, 0.1534423828125, 0.3017578125, 0.04827880859375, 0.1494140625, 0.246337890625, 0.1956787109375, 0.1533203125, 0.277099609375, 0.1075439453125, 0.04754638671875, 0.1241455078125, 0.251708984375, 0.1851806640625, 0.20068359375, 0.0242462158203125, 0.07373046875, 0.072...
embed
33061001_c0
33061001
lisp
0
Title: how to find length of a pair with out considering dot and elements after dot in scheme language? Problem title: how to find length of a pair with out considering dot and elements after dot in scheme language? Tags: scheme, racket, lisp Problem: how to find length of a pair with out considering dot and elements a...
how to find length of a pair with out considering dot and elements after dot in scheme language? how to find length of a pair with out considering dot and elements after dot in scheme language? scheme racket lisp how to find length of a pair with out considering dot and elements after dot in scheme language? I found th...
[ -0.00421142578125, 0.044677734375, -0.0272216796875, 0.01434326171875, 0.01116943359375, 0.0010223388671875, -0.021728515625, 0.00408935546875, 0.00714111328125, -0.06005859375, -0.000339508056640625, -0.0205078125, 0.00921630859375, -0.00022125244140625, 0.00994873046875, -0.021850585...
[ 3642, 47, 7413, 140909, 111, 80836, 1810, 179635, 20633, 80854, 7103, 150370, 46876, 10, 673, 27853, 400, 7008, 14037, 70, 28271, 19048, 39041, 199015 ]
[ 0.04510498046875, 0.024139404296875, 0.12744140625, 0.2060546875, 0.0770263671875, 0.2271728515625, 0.056671142578125, 0.0711669921875, 0.1531982421875, 0.11334228515625, 0.053466796875, 0.2169189453125, 0.1473388671875, 0.0180206298828125, 0.0312347412109375, 0.1328125, 0.0360412597...
embed
4711682_c0
4711682
lisp
0
Title: Inserting mutable pairs into a mutable list Problem title: Inserting mutable pairs into a mutable list Tags: racket, scheme, lisp Problem: Inserting mutable pairs into a mutable list How can I push a mutable pair onto a stack such that i'm only creating one stack. I have some code that works but creates lists wi...
Inserting mutable pairs into a mutable list Inserting mutable pairs into a mutable list racket scheme lisp Inserting arg1 arg2 arg3 Where Inserting mutable pairs into a mutable list How can I push a mutable pair onto a stack such that i'm only creating one stack. I have some code that works but creates lists within lis...
[ -0.004974365234375, 0.01251220703125, 0.0001239776611328125, -0.0013580322265625, 0.01348876953125, 0.0191650390625, -0.0208740234375, -0.01080322265625, 0.021484375, -0.0284423828125, 0.012939453125, -0.01904296875, -0.000522613525390625, -0.0191650390625, -0.00531005859375, -0.000682...
[ 360, 2189, 1916, 842, 22819, 80836, 7, 3934, 5303, 673, 27853, 150370, 400, 7008, 79459, 418, 304, 363, 831, 25944, 10, 98, 188, 177261, 6044, 4734, 105233, 1632, 18151, 43240, 28282, 28032, 18822, 4488, 104250, 18499, 186992, 3284, 41206, ...
[ 0.07110595703125, 0.171630859375, 0.000518798828125, 0.1678466796875, 0.208740234375, 0.22900390625, 0.035369873046875, 0.054656982421875, 0.221923828125, 0.04534912109375, 0.153076171875, 0.1182861328125, 0.055633544921875, 0.148681640625, 0.110107421875, 0.0148162841796875, 0.01693...
embed
11013514_c0
11013514
lisp
0
Title: set-car! and let in scheme language Problem title: set-car! and let in scheme language Tags: lisp, mit-scheme, scheme, racket Problem: set-car! and let in scheme language I am little bit confused by the result of this example: (define mk-q (lambda () (let ([l '(x)]) (cons l l)))) (define q (mk-q)) q => ((x) x) (...
set-car! and let in scheme language set-car! and let in scheme language lisp mit-scheme scheme racket mk-q2 set-car! and let in scheme language I am little bit confused by the result of this example: I am wondering why both x atoms have been replaced by set-car! procedure (my first guess for what the result would be wa...
[ 0.01397705078125, 0.0230712890625, 0.002685546875, 0.0208740234375, 0.005584716796875, 0.00176239013671875, 0.01220703125, 0.00653076171875, 0.0118408203125, -0.00592041015625, -0.00579833984375, 0.00396728515625, 0.0018310546875, -0.009521484375, 0.004058837890625, 0.00384521484375, ...
[ 5423, 9, 3284, 38, 136, 2633, 23, 150370, 46876, 400, 7008, 491, 7560, 282, 673, 27853, 19201, 864, 304, 10176, 4785, 55681, 5281, 16750, 27781, 149016, 15400, 15044, 1022, 34627, 7, 765, 2809, 91995, 71, 390, 50491, 5117, 57767, 425, 1...
[ 0.2474365234375, 0.06640625, 0.27587890625, 0.120849609375, 0.0247955322265625, 0.2117919921875, 0.09954833984375, 0.197265625, 0.16845703125, 0.038726806640625, 0.1414794921875, 0.148193359375, 0.115966796875, 0.0421142578125, 0.041168212890625, 0.1663818359375, 0.046295166015625, ...
embed
47432309_c0
47432309
lisp
0
Title: 3D arrays in Scheme language Problem title: 3D arrays in Scheme language Tags: arrays, lisp, multidimensional-array, scheme Problem: 3D arrays in Scheme language I know how to work with 2D and 3D arrays in different imperative languages like c, c++ etc. but I am a newbie to functional programming languages. and ...
3D arrays in Scheme language 3D arrays in Scheme language arrays lisp multidimensional-array scheme Scheme 3D arrays in Scheme language I know how to work with 2D and 3D arrays in different imperative languages like c, c++ etc. but I am a newbie to functional programming languages. and I am working now in Scheme Langua...
[ 0.0208740234375, 0.0208740234375, -0.00408935546875, 0.00592041015625, -0.004852294921875, -0.002197265625, -0.0107421875, -0.00885009765625, 0.000827789306640625, -0.0303955078125, 0.01275634765625, -0.0252685546875, -0.0108642578125, -0.0172119140625, -0.00537109375, -0.0032501220703...
[ 138, 397, 10298, 4778, 34702, 282, 46876, 400, 7008, 157955, 19305, 150370, 3714, 4488, 116, 12921, 222530, 37223, 9014, 123309, 56037, 20697, 83658, 220734, 1261, 28219, 28670, 10763, 27958, 80234, 177953, 27853, 3066, 1029, 28174, 27781, 23, ...
[ 0.1707763671875, 0.181884765625, 0.19970703125, 0.1505126953125, 0.1920166015625, 0.187744140625, 0.150634765625, 0.0584716796875, 0.1552734375, 0.0771484375, 0.1353759765625, 0.1925048828125, 0.03955078125, 0.0894775390625, 0.007965087890625, 0.0015869140625, 0.154296875, 0.096557...
embed
3467696_c0
3467696
lisp
0
Title: Implementing Micro Manual LISP Problem title: Implementing Micro Manual LISP Tags: lisp Problem: Implementing Micro Manual LISP I am implementing an interpreter for the LISP defined in, http://www.scribd.com/vacuum?url=http://www.ee.ryerson.ca/~elf/pub/misc/micromanualLISP.pdf My problem is the paper states that...
Implementing Micro Manual LISP Implementing Micro Manual LISP lisp Implementing Micro Manual LISP LIST CONS NIL QUOTE Implementing Micro Manual LISP I am implementing an interpreter for the LISP defined in, http://www.scribd.com/vacuum?url=http://www.ee.ryerson.ca/~elf/pub/misc/micromanualLISP.pdf My problem is the pap...
[ 0.0014801025390625, 0.029052734375, -0.0003948211669921875, 0.0208740234375, -0.0101318359375, 0.03662109375, 0.005767822265625, -0.013427734375, -0.0084228515625, -0.0267333984375, 0.0014801025390625, -0.0198974609375, 0.000484466552734375, -0.000911712646484375, -0.001373291015625, 0...
[ 153941, 214, 37992, 111021, 16970, 9434, 400, 7008, 195977, 109022, 541, 16444, 232856, 29479, 29481, 56, 61924, 71, 16126, 34145, 64, 54818, 60386, 1681, 408, 17463, 187840, 669, 20605, 67616, 683, 15483, 2967, 15122, 117249, 10, 83, 3229, ...
[ 0.1832275390625, 0.012908935546875, 0.1761474609375, 0.22802734375, 0.1636962890625, 0.232177734375, 0.0999755859375, 0.1578369140625, 0.25048828125, 0.153564453125, 0.00201416015625, 0.06622314453125, 0.0679931640625, 0.17041015625, 0.1861572265625, 0.1370849609375, 0.1046142578125,...
embed
23019080_c0
23019080
lisp
0
Title: Scheme - cdr without outer brackets Problem title: Scheme - cdr without outer brackets Tags: lisp, cdr, scheme Problem: Scheme - cdr without outer brackets consider this list: ((3 (1 (2 15) (8 5))) (1 10)), I would like to get its head and body. The procedure "car" works here as I imagine: (car '((3 (1 (2 15) (8...
Scheme - cdr without outer brackets Scheme - cdr without outer brackets lisp cdr scheme Scheme Scheme - cdr without outer brackets consider this list: ((3 (1 (2 15) (8 5))) (1 10)), I would like to get its head and body. The procedure "car" works here as I imagine: (car '((3 (1 (2 15) (8 5))) (1 10))) - return its firs...
[ 0.0108642578125, 0.026123046875, -0.01025390625, 0.017578125, -0.00469970703125, 0.0289306640625, 0.007110595703125, -0.00970458984375, 0.00177001953125, -0.0306396484375, -0.008544921875, -0.019775390625, -0.0361328125, -0.00457763671875, 0.001373291015625, -0.01361083984375, 0.0046...
[ 34702, 282, 56329, 42, 15490, 1810, 56, 1620, 27853, 400, 7008, 150370, 16916, 5303, 86827, 2858, 423, 17966, 190, 209, 2806, 1884, 47, 2046, 6863, 10336, 136, 14361, 50491, 3284, 43240, 3688, 237, 28987, 30646, 5117, 35735, 6562, 4966, 2...
[ 0.21337890625, 0.1795654296875, 0.1068115234375, 0.185302734375, 0.1309814453125, 0.10003662109375, 0.0667724609375, 0.15478515625, 0.163818359375, 0.033660888671875, 0.128173828125, 0.2105712890625, 0.0215301513671875, 0.17626953125, 0.0823974609375, 0.033538818359375, 0.13623046875...
embed
52306898_c0
52306898
lisp
0
Title: Common Lisp - CCL, why a warning when passing a global to a local function? Problem title: Common Lisp - CCL, why a warning when passing a global to a local function? Tags: ccl, common-lisp, lisp Problem: Common Lisp - CCL, why a warning when passing a global to a local function? I’m learning Common Lisp, using ...
Common Lisp - CCL, why a warning when passing a global to a local function? Common Lisp - CCL, why a warning when passing a global to a local function? ccl common-lisp lisp Common Lisp CCL Common Lisp - CCL, why a warning when passing a global to a local function? I’m learning Common Lisp, using CCL. I get a warning wh...
[ 0.007537841796875, 0.0196533203125, 0.00823974609375, -0.00775146484375, -0.01263427734375, -0.0125732421875, -0.00096893310546875, 0.005218505859375, 0.000568389892578125, -0.0223388671875, 0.006011962890625, -0.00421142578125, 0.004241943359375, -0.000789642333984375, 0.020751953125, ...
[ 151301, 1261, 7008, 313, 37486, 15400, 10, 1631, 592, 3229, 452, 6953, 7964, 47, 4000, 32354, 34937, 39210, 4086, 254, 400, 52080, 17368, 4527, 77336, 44084, 22691, 903, 123309, 60042 ]
[ 0.17529296875, 0.1572265625, 0.20654296875, 0.07928466796875, 0.230712890625, 0.12109375, 0.02789306640625, 0.1796875, 0.1424560546875, 0.0478515625, 0.10986328125, 0.07806396484375, 0.194091796875, 0.141357421875, 0.1800537109375, 0.1690673828125, 0.1527099609375, 0.1104736328125,...
embed
77875120_c0
77875120
lisp
0
Title: Practical common lisp - chapter 3 Problem title: Practical common lisp - chapter 3 Tags: common-lisp, lisp Problem: Practical common lisp - chapter 3 I am new to programming and started with the practical common lisp book. My challenge is in the third chapter. The function (defun save-db (filename) (with-open-fi...
Practical common lisp - chapter 3 Practical common lisp - chapter 3 common-lisp lisp Practical my-cds.db Practical common lisp - chapter 3 I am new to programming and started with the practical common lisp book. My challenge is in the third chapter. The function When i go to the REPL and type (save-db "c:/my-cds.db") ,...
[ 0.024658203125, 0.01806640625, 0.00714111328125, -0.00604248046875, -0.01336669921875, 0.0126953125, -0.012451171875, 0.006561279296875, 0.00775146484375, -0.0230712890625, -0.00579833984375, -0.0016937255859375, 0.01251220703125, 0.00408935546875, -0.004638671875, -0.00958251953125, ...
[ 109613, 289, 39210, 400, 7008, 139539, 138, 4086, 254, 759, 71574, 7, 48073, 3525, 56037, 449, 138155, 12877, 66801, 50960, 32354, 738, 47, 9069, 21130, 10644, 108999, 12, 1176, 908, 21150, 8, 93, 46347, 37486, 73434, 103084, 919, 52099, ...
[ 0.1871337890625, 0.010772705078125, 0.121337890625, 0.0845947265625, 0.1478271484375, 0.095947265625, 0.1788330078125, 0.04461669921875, 0.0771484375, 0.057342529296875, 0.1124267578125, 0.05072021484375, 0.155517578125, 0.0091552734375, 0.125732421875, 0.03363037109375, 0.1915283203...
embed
8162535_c0
8162535
lisp
0
Title: Why no error about undefined variable is raised in LISP while setq()? Problem title: Why no error about undefined variable is raised in LISP while setq()? Tags: lisp, emacs Problem: Why no error about undefined variable is raised in LISP while setq()? In my Emacs config I have such a string: (setq ibuffer-saved-...
Why no error about undefined variable is raised in LISP while setq()? Why no error about undefined variable is raised in LISP while setq()? lisp emacs Why LISP System Messages SVN Why no error about undefined variable is raised in LISP while setq()? In my Emacs config I have such a string: The variables name and mode a...
[ 0.002777099609375, 0.01953125, 0.00616455078125, 0.00323486328125, -0.0050048828125, 0.023193359375, -0.01483154296875, 0.022216796875, 0.005889892578125, 0.01220703125, 0.0004634857177734375, 0.006011962890625, -0.00372314453125, -0.02197265625, -0.01446533203125, 0.000751495361328125...
[ 44084, 110, 18499, 1672, 9232, 5983, 77336, 165249, 16970, 9434, 5423, 864, 297, 23, 12960, 132, 400, 7008, 352, 2263, 7, 12353, 48205, 159, 40711, 85269, 4439, 153837, 79315, 9351, 136, 13736, 18151, 151575, 26785, 9790, 6044, 10002, 1961 ...
[ 0.07928466796875, 0.088623046875, 0.1934814453125, 0.05889892578125, 0.1141357421875, 0.1973876953125, 0.2392578125, 0.1898193359375, 0.125244140625, 0.218505859375, 0.144775390625, 0.1500244140625, 0.047119140625, 0.01019287109375, 0.0576171875, 0.0166168212890625, 0.072998046875, ...
embed
60233884_c1
60233884
lisp
1
4.9 7278 72.8 - SUBST 4 315 3.2 7537 75.4 7593 75.9 - SUBST-BINDINGS 5 150 1.5 235 2.3 7743 77.4 - PPRINT-DISPATCH 6 143 1.4 274 2.7 7886 78.9 - SB-IMPL::%FIND-SYMBOL 7 114 1.1 114 1.1 8000 80.0 - SB-IMPL::%MAKE-STRING-OUTPUT-STREAM 8 106 1.1 347 3.5 8106 81.1 - SB-KERNEL:OUTPUT-SYMBOL-NAME 9 94 0.9 113 1.1 8200 82.0 -...
subst" efficiency I just wrote a program that calls subst inside a loop, along with a number of other functions, and by far, the subst function calls take the most amount of time. Below is a notional snippet of code that contains the spirit of the program i wrote. subst-bindings makes recursive calls to subst internall...
[ 0.006317138671875, 0.00909423828125, -0.0096435546875, 0.011962890625, -0.0179443359375, -0.01220703125, 0.00579833984375, 0.01416015625, 0.01904296875, 0.021484375, -0.01708984375, 0.0181884765625, 0.0017852783203125, 0.00787353515625, -0.0028533935546875, 0.0069580078125, 0.0063781...
[ 196842, 58, 227066, 54397, 1528, 11782, 46132, 40956, 32354, 2060, 5646, 2684, 41170, 1733, 17336, 110, 43315, 18151, 52101, 128239, 7, 30482, 195625, 5844, 47, 70796, 13028, 8561, 80835, 105609, 225081, 90944, 37486, 53400, 23009, 29481, 23180...
[ 0.28564453125, 0.03302001953125, 0.265869140625, 0.09765625, 0.1494140625, 0.1807861328125, 0.1083984375, 0.1744384765625, 0.174560546875, 0.0224609375, 0.114501953125, 0.0999755859375, 0.056396484375, 0.158203125, 0.006866455078125, 0.013214111328125, 0.010009765625, 0.08728027343...
embed
64291784_c0
64291784
lisp
0
Title: How to translate box representation to parenthesis representation Problem title: How to translate box representation to parenthesis representation Tags: scheme, lisp, common-lisp Problem: How to translate box representation to parenthesis representation I was working on something that was clear for a while but, ...
How to translate box representation to parenthesis representation How to translate box representation to parenthesis representation scheme lisp common-lisp How How to translate box representation to parenthesis representation I was working on something that was clear for a while but, at some point, I wasn't able to und...
[ 0.004486083984375, 0.0113525390625, -0.00201416015625, 0.0205078125, -0.015869140625, 0.01153564453125, -0.01263427734375, -0.003143310546875, -0.0091552734375, -0.01031494140625, 0.0037384033203125, -0.029052734375, -0.0157470703125, -0.00131988525390625, -0.0128173828125, -0.02514648...
[ 11249, 3900, 19309, 16530, 18811, 1363, 47, 49129, 160291, 7, 150370, 400, 7008, 39210, 4086, 254, 28219, 29569, 33636, 1022, 104, 96276, 1632, 678, 33720, 98, 26847, 6626, 8966, 3642, 33022, 48322, 136, 10, 238, 425, 71, 11 ]
[ 0.047027587890625, 0.103271484375, 0.14990234375, 0.203369140625, 0.2108154296875, 0.01470947265625, 0.08306884765625, 0.14697265625, 0.175048828125, 0.0494384765625, 0.115234375, 0.052337646484375, 0.1199951171875, 0.10052490234375, 0.05023193359375, 0.1051025390625, 0.0083923339843...
embed
15014094_c0
15014094
lisp
0
Title: sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do the two implementations access USOCKET differently? Problem title: sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do the two implementations access USOCKET differently? Tags: amazon-s3, common-lisp, lisp Problem: sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do the two implementations acc...
sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do the two implementations access USOCKET differently? sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do the two implementations access USOCKET differently? amazon-s3 common-lisp lisp USOCKET:TIMEOUT-ERROR USOCKET zs3:bucket-exists-p Test amazon-s3 sbcl vs clisp: USOCKET:TIMEOUT-ERROR. Do t...
[ 0.01513671875, 0.0294189453125, -0.002227783203125, -0.02490234375, -0.0059814453125, 0.0010986328125, 0.0111083984375, 0.00133514404296875, 0.00075531005859375, 0.0096435546875, 0.0150146484375, -0.001190185546875, -0.00020599365234375, -0.0218505859375, 0.013427734375, -0.0126953125,...
[ 91, 275, 34937, 20209, 95701, 7008, 7082, 29065, 63787, 618, 66820, 52001, 12501, 14255, 1052, 6626, 208124, 7, 17203, 12921, 2527, 5870, 363, 39210, 4086, 254, 400, 97, 978, 27853, 54376, 8647, 984, 70, 26499, 63773, 72367, 15075, 159, 1...
[ 0.06268310546875, 0.101318359375, 0.214111328125, 0.1256103515625, 0.1256103515625, 0.2088623046875, 0.0897216796875, 0.132568359375, 0.1728515625, 0.09063720703125, 0.1285400390625, 0.2298583984375, 0.098388671875, 0.136962890625, 0.0858154296875, 0.095458984375, 0.1732177734375, ...
embed
45090554_c0
45090554
lisp
0
Title: Methods &quot;runtime&quot; and &quot;system-clock&quot; always return 0.1 Problem title: Methods &quot;runtime&quot; and &quot;system-clock&quot; always return 0.1 Tags: lisp, scheme, mit-scheme Problem: Methods "runtime" and "system-clock" always return 0.1 According to manual, methods runtime and system-clock...
Methods &quot;runtime&quot; and &quot;system-clock&quot; always return 0.1 Methods &quot;runtime&quot; and &quot;system-clock&quot; always return 0.1 lisp scheme mit-scheme Methods Value Release Microcode Runtime LIAR x86-64 Methods "runtime" and "system-clock" always return 0.1 According to manual, methods runtime and...
[ -0.000457763671875, -0.00787353515625, -0.006805419921875, 0.0029449462890625, -0.005401611328125, -0.007476806640625, 0.0016021728515625, -0.00634765625, -0.01220703125, -0.02197265625, -0.01025390625, 0.005126953125, -0.0194091796875, 0.0025787353515625, -0.01483154296875, -0.0172119...
[ 74644, 16428, 6032, 136, 16751, 238, 21135, 11343, 30646, 107754, 400, 7008, 150370, 491, 7560, 282, 190060, 152590, 37992, 40899, 28398, 16970, 11909, 15276, 13307, 7, 23009, 150624, 11675, 5426, 33306, 159029, 2856, 23, 9069, 21130, 34292, ...
[ 0.255126953125, 0.122802734375, 0.2183837890625, 0.080810546875, 0.1729736328125, 0.0601806640625, 0.2498779296875, 0.13232421875, 0.2122802734375, 0.26025390625, 0.054107666015625, 0.1552734375, 0.163818359375, 0.1973876953125, 0.137451171875, 0.1082763671875, 0.1474609375, 0.1160...
embed
24504404_c0
24504404
lisp
0
Title: Use of &#x27;optimize&#x27; proclamation Problem title: Use of &#x27;optimize&#x27; proclamation Tags: performance, lisp, common-lisp Problem: Use of 'optimize' proclamation To enhance efficiency of my Lisp program, I want to insert this line into my code: (optimize (speed 3) (safety 0) (debug 0) (space 0)) Curr...
Use of &#x27;optimize&#x27; proclamation Use of &#x27;optimize&#x27; proclamation performance lisp common-lisp Use Use of 'optimize' proclamation To enhance efficiency of my Lisp program, I want to insert this line into my code: Currently I think I should put it at the top of each file. Is it a good idea or should I in...
[ 0.0174560546875, 0.0003948211669921875, -0.00482177734375, -0.0033721923828125, -0.031494140625, -0.01318359375, -0.011474609375, -0.007110595703125, 0.0019073486328125, -0.0146484375, 0.004119873046875, -0.00506591796875, 0.00970458984375, -0.036865234375, 0.000301361083984375, 0.0027...
[ 36836, 111, 3768, 100433, 20650, 134086, 1363, 23718, 400, 7008, 39210, 4086, 254, 156856, 227066, 1261, 1528, 3444, 183540, 903, 13315, 3934, 18151, 5351, 5608, 3884, 442, 2663, 12638, 11435, 4127, 6528, 29458, 3687, 4527, 6483, 38997, 5426,...
[ 0.1204833984375, 0.0257720947265625, 0.0897216796875, 0.2247314453125, 0.2127685546875, 0.244873046875, 0.0986328125, 0.1734619140625, 0.117431640625, 0.2052001953125, 0.1160888671875, 0.110107421875, 0.1279296875, 0.1441650390625, 0.15576171875, 0.1329345703125, 0.1029052734375, 0...
embed
4565325_c0
4565325
lisp
0
Title: Too many arguments for function Problem title: Too many arguments for function Tags: scheme, functional-programming, lisp, function, arguments Problem: Too many arguments for function I'm starting to learn Lisp with a Java background. In SICP's exercise there are many tasks where students should create abstract ...
Too many arguments for function Too many arguments for function scheme functional-programming lisp function arguments Too Too many arguments for function I'm starting to learn Lisp with a Java background. In SICP's exercise there are many tasks where students should create abstract functions with many parameters, like ...
[ -0.004150390625, 0.025634765625, -0.0181884765625, 0.01483154296875, -0.00909423828125, 0.01904296875, 0.0004863739013671875, 0.0013580322265625, 0.01165771484375, -0.02490234375, -0.0028076171875, -0.042236328125, -0.00421142578125, 0.01708984375, -0.00347900390625, -0.00921630859375,...
[ 56374, 5941, 10750, 7, 100, 32354, 150370, 123309, 28966, 400, 7008, 30698, 1261, 41925, 76615, 198993, 81979, 66211, 25921, 28282, 164789, 171859, 9185, 196651, 46002, 201939, 11417, 80244, 55300, 1286, 3501, 201, 56104, 118482, 25452, 12549, ...
[ 0.1446533203125, 0.169921875, 0.282958984375, 0.097900390625, 0.05645751953125, 0.2060546875, 0.1724853515625, 0.124755859375, 0.1002197265625, 0.1112060546875, 0.199951171875, 0.036041259765625, 0.1376953125, 0.18212890625, 0.05108642578125, 0.1572265625, 0.11376953125, 0.09582519...
embed
16801645_c0
16801645
lisp
0
Title: Lisp : (A (B C)), why 1 list and 1 atom? Problem title: Lisp : (A (B C)), why 1 list and 1 atom? Tags: syntax, parentheses, list, lisp Problem: Lisp : (A (B C)), why 1 list and 1 atom? I'm learning Lisp and i don't understand some examples they give in a course for explaning lists and atoms . I understand : (A B...
Lisp : (A (B C)), why 1 list and 1 atom? Lisp : (A (B C)), why 1 list and 1 atom? syntax parentheses list lisp Lisp Lisp : (A (B C)), why 1 list and 1 atom? I'm learning Lisp and i don't understand some examples they give in a course for explaning lists and atoms . I understand : (A B) : 1 list, 2 atoms (A B C) : 1 lis...
[ 0.01055908203125, 0.0142822265625, -0.0107421875, 0.03662109375, -0.01470947265625, 0.032470703125, 0.006591796875, 0.007354736328125, 0.002471923828125, -0.0091552734375, 0.01336669921875, -0.0294189453125, 0.0024261474609375, 0.0240478515625, 0.006866455078125, -0.000682830810546875,...
[ 1261, 7008, 152, 284, 571, 313, 15400, 106, 5303, 136, 34627, 6002, 86531, 49129, 35412, 400, 52080, 28219, 27781, 143, 335, 116, 138, 47644, 5351, 62, 83, 5117, 4568, 160291, 7, 959, 90698, 8035, 1632, 54529, 179459, 13580 ]
[ 0.1634521484375, 0.1953125, 0.0185699462890625, 0.122314453125, 0.125732421875, 0.1431884765625, 0.1458740234375, 0.14013671875, 0.250732421875, 0.1385498046875, 0.252685546875, 0.0125732421875, 0.06561279296875, 0.1229248046875, 0.1121826171875, 0.1080322265625, 0.00927734375, 0.0...
embed
18805122_c0
18805122
lisp
0
Title: Using (sqrt x) in Lisp code Problem title: Using (sqrt x) in Lisp code Tags: clisp, common-lisp, lisp Problem: Using (sqrt x) in Lisp code I am having some issue while writing symbolic differentiation in lisp. I am trying write derivative of sqrt (x) but when i use this variable inside code, it give me that x is...
Using (sqrt x) in Lisp code Using (sqrt x) in Lisp code clisp common-lisp lisp Using Lisp Using (sqrt x) in Lisp code I am having some issue while writing symbolic differentiation in lisp. I am trying write derivative of sqrt (x) but when i use this variable inside code, it give me that x is not defined. I am calling t...
[ 0.005706787109375, 0.02099609375, -0.006591796875, -0.013916015625, 0.013916015625, 0.01275634765625, 0.01171875, 0.0166015625, -0.01513671875, -0.0238037109375, -0.019287109375, 0.00872802734375, 0.00014495849609375, -0.01177978515625, -0.015869140625, 0.014404296875, -0.01745605468...
[ 345, 6953, 7, 864, 3198, 1022, 1261, 7008, 18151, 23, 95701, 39210, 4086, 254, 400, 31089, 32562, 128201, 99710, 2320, 31577, 33022, 30057, 4935, 91, 425, 4527, 77336, 46132, 83, 959, 61924, 159029, 32354, 13448, 271, 14700, 42, 820, 4371...
[ 0.07177734375, 0.03668212890625, 0.039642333984375, 0.142333984375, 0.21826171875, 0.1878662109375, 0.1231689453125, 0.20068359375, 0.167724609375, 0.0154266357421875, 0.04290771484375, 0.0682373046875, 0.0726318359375, 0.113037109375, 0.0958251953125, 0.058990478515625, 0.0809326171...
embed
39449586_c1
39449586
lisp
1
/./cl-jupyter.lisp". 1: [CONTINUE] Ignore runtime option --load "./cl-jupyter.lisp". 2: Skip rest of --eval and --load options. 3: Skip to toplevel READ/EVAL/PRINT loop. 4: [EXIT ] Exit SBCL (calling #'EXIT, killing the process). Code signals: SBCL, Install, IPython, python3, install-cl-jupyter.py, cl-jupyter.lisp, ANS...
/./cl-jupyter.lisp". 1: [CONTINUE] Ignore runtime option --load "./cl-jupyter.lisp". 2: Skip rest of --eval and --load options. 3: Skip to toplevel READ/EVAL/PRINT loop. 4: [EXIT ] Exit SBCL (calling #'EXIT, killing the process). Code signals: SBCL, Install, IPython, python3, install-cl-jupyter.py, cl-jupyter.lisp, ANS...
[ 0.02490234375, 0.011474609375, 0.007110595703125, -0.006317138671875, -0.0218505859375, 0.0015716552734375, 0.031494140625, -0.01531982421875, -0.004669189453125, -0.01458740234375, -0.03271484375, 0.003448486328125, -0.027099609375, 0.00021076202392578125, -0.0147705078125, -0.0009307...
[ 248, 64, 34937, 9, 461, 6493, 720, 5, 4086, 254, 740, 13806, 108369, 166709, 647, 268, 87, 11137, 107, 11675, 6032, 35829, 4210, 63033, 15573, 91958, 10588, 13, 1405, 136, 50717, 22408, 2663, 67919, 188300, 61152, 17255, 59537, 40956, 279...
[ 0.09027099609375, 0.065673828125, 0.1934814453125, 0.00970458984375, 0.133544921875, 0.199462890625, 0.201171875, 0.0810546875, 0.1297607421875, 0.19384765625, 0.0361328125, 0.107177734375, 0.05963134765625, 0.0924072265625, 0.0418701171875, 0.044403076171875, 0.008026123046875, 0....
embed
16566284_c0
16566284
lisp
0
Title: How closely related are aspect-oriented programming to macros? Problem title: How closely related are aspect-oriented programming to macros? Tags: clojure, lisp, scheme Problem: How closely related are aspect-oriented programming to macros? I've heard the term 'aspect oriented programming' tossed around for a lo...
How closely related are aspect-oriented programming to macros? How closely related are aspect-oriented programming to macros? clojure lisp scheme How How closely related are aspect-oriented programming to macros? I've heard the term 'aspect oriented programming' tossed around for a long time... I'm still confused... Ho...
[ -0.006927490234375, 0.012451171875, -0.00124359130859375, 0.003143310546875, -0.00958251953125, 0.022705078125, -0.002044677734375, 0.000553131103515625, 0.00665283203125, -0.0194091796875, -0.01611328125, -0.00823974609375, -0.02734375, -0.004791259765625, -0.0002994537353515625, -0.0...
[ 11249, 20903, 538, 62548, 43585, 9, 49133, 297, 56037, 449, 47, 111789, 7, 20450, 461, 107, 400, 7008, 150370, 49782, 13579, 202532, 23509, 10932, 4989, 55681, 4537, 80934, 111, 142, 83, 5646, 144573, 1528, 8668, 19888, 17368, 12096, 27489,...
[ 0.0265045166015625, 0.086669921875, 0.05596923828125, 0.1719970703125, 0.3076171875, 0.001678466796875, 0.2039794921875, 0.120361328125, 0.2220458984375, 0.1669921875, 0.10205078125, 0.2171630859375, 0.122314453125, 0.09173583984375, 0.091064453125, 0.07135009765625, 0.090087890625, ...
embed
9242440_c0
9242440
lisp
0
Title: How to make a Clojure function take a variable number of parameters? Problem title: How to make a Clojure function take a variable number of parameters? Tags: procedure, clojure, function, lisp Problem: How to make a Clojure function take a variable number of parameters? I'm learning Clojure and I'm trying to de...
How to make a Clojure function take a variable number of parameters? How to make a Clojure function take a variable number of parameters? procedure clojure function lisp How Clojure How to make a Clojure function take a variable number of parameters? I'm learning Clojure and I'm trying to define a function that take a ...
[ -0.0067138671875, 0.0181884765625, 0.0012359619140625, 0.0216064453125, -0.00689697265625, 0.0234375, -0.01025390625, -0.00110626220703125, 0.0096435546875, -0.03857421875, -0.005889892578125, -0.0576171875, -0.0006561279296875, 0.0035247802734375, 0, 0.0004730224609375, 0.0043334960...
[ 11249, 47, 3249, 51053, 461, 107, 32354, 5646, 77336, 14012, 171859, 7, 50491, 20450, 400, 7008, 10, 52080, 61924, 16757, 18403, 10554, 2856, 997, 3714, 3642, 29479, 831, 112, 14783, 418, 90173, 22183, 10461, 51776, 6626, 4734, 94957, 26946...
[ 0.10003662109375, 0.0202178955078125, 0.121826171875, 0.18408203125, 0.1796875, 0.1771240234375, 0.229248046875, 0.1484375, 0.2379150390625, 0.1380615234375, 0.25390625, 0.1002197265625, 0.20849609375, 0.148193359375, 0.045013427734375, 0.1424560546875, 0.014495849609375, 0.0342407...
embed
26705229_c0
26705229
lisp
0
Title: Counter variable in LISP Problem title: Counter variable in LISP Tags: math, lisp, common-lisp Problem: Counter variable in LISP Define the function 'occ' that takes a list L and a symbol A and counts the occurance of symbol A in L. Example: (occ '(((s) o ) d) 'f) --> 0 What i have gotten so far: (defun occ(list...
Counter variable in LISP Counter variable in LISP math lisp common-lisp Counter LISP Checks Breaking Counter variable in LISP Define the function 'occ' that takes a list L and a symbol A and counts the occurance of symbol A in L. Example: (occ '(((s) o ) d) 'f) --> 0 What i have gotten so far: However My output keep sa...
[ -0.0179443359375, 0.005645751953125, 0.01287841796875, 0.01171875, 0.00970458984375, 0.0211181640625, 0.00775146484375, 0.00183868408203125, 0.019775390625, -0.031982421875, -0.0185546875, -0.004730224609375, 0.0235595703125, 0.0201416015625, 0.0020294189453125, -0.001495361328125, 0...
[ 197956, 77336, 16970, 9434, 23, 48909, 400, 7008, 39210, 4086, 254, 38679, 91365, 64552, 32354, 31, 10060, 51776, 5303, 339, 136, 26582, 62, 54529, 74918, 7154, 89536, 128258, 7, 36, 104, 420, 129908, 757, 17763, 2060, 33306, 140992, 13695,...
[ 0.2451171875, 0.26953125, 0.137939453125, 0.23046875, 0.040740966796875, 0.10693359375, 0.10028076171875, 0.1798095703125, 0.088134765625, 0.077392578125, 0.169189453125, 0.1572265625, 0.1766357421875, 0.103271484375, 0.1815185546875, 0.147705078125, 0.255126953125, 0.1033935546875...
embed
58827404_c0
58827404
lisp
0
Title: Scheme&#x27;s block structure efficiency Problem title: Scheme&#x27;s block structure efficiency Tags: sicp, scheme, racket, lisp Problem: Scheme's block structure efficiency The book defines block structure in Chapter 1, allowing you to 'package' define s inside a procedure definition. Consider this mean-square...
Scheme&#x27;s block structure efficiency Scheme&#x27;s block structure efficiency sicp scheme racket lisp Scheme Scheme's block structure efficiency The book defines block structure in Chapter 1, allowing you to 'package' define s inside a procedure definition. Consider this mean-square definition for example: when I r...
[ 0.01055908203125, 0.02880859375, 0.00372314453125, 0.00457763671875, 0.0027008056640625, 0.0205078125, 0.01190185546875, -0.00787353515625, 0.0084228515625, -0.007476806640625, 0.00238037109375, 0.00836181640625, -0.006500244140625, -0.03125, -0.00323486328125, 0.0260009765625, 0.010...
[ 34702, 282, 3768, 46389, 45646, 227066, 26536, 254, 150370, 27853, 7008, 12877, 61924, 117615, 106, 190358, 29102, 4588, 91, 46132, 50491, 80934, 29459, 108047, 11675, 66, 116, 13956, 26785, 2046, 209, 9655, 621, 70, 70796, 83080, 72713, 7225...
[ 0.1746826171875, 0.10009765625, 0.0352783203125, 0.232177734375, 0.2393798828125, 0.173828125, 0.0171051025390625, 0.0965576171875, 0.1749267578125, 0.1243896484375, 0.0989990234375, 0.1259765625, 0.1595458984375, 0.058563232421875, 0.04034423828125, 0.0738525390625, 0.1903076171875,...
embed
76198536_c1
76198536
lisp
1
70052925C3}>) Backtrace: 0: ((:METHOD SLOT-MISSING (T T T T)) #<BUILT-IN-CLASS COMMON-LISP:SYMBOL> *INSTANCE-B* SOMETHING SLOT-VALUE NIL) [fast-method] 1: (SLOT-VALUE *INSTANCE-B* SOMETHING) 2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (SLOT-VALUE (ELT #(*INSTANCE-B*) 0) (QUOTE SOMETHING)) #<NULL-LEXENV>) 3: (EVAL (SLOT-VALUE (ELT...
70052925C3}>) Backtrace: 0: ((:METHOD SLOT-MISSING (T T T T)) #<BUILT-IN-CLASS COMMON-LISP:SYMBOL> *INSTANCE-B* SOMETHING SLOT-VALUE NIL) [fast-method] 1: (SLOT-VALUE *INSTANCE-B* SOMETHING) 2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (SLOT-VALUE (ELT #(*INSTANCE-B*) 0) (QUOTE SOMETHING)) #<NULL-LEXENV>) 3: (EVAL (SLOT-VALUE (ELT...
[ 0.0012054443359375, 0.017578125, 0.00537109375, 0.006317138671875, -0.00604248046875, 0.0198974609375, 0.0224609375, -0.00110626220703125, 0.0223388671875, 0.001983642578125, -0.034912109375, 0.0064697265625, 0.00142669677734375, 0.0023651123046875, 0.0115966796875, -0.0206298828125, ...
[ 10044, 758, 4235, 2588, 363, 2740, 26828, 39989, 13, 757, 33677, 193792, 115447, 53695, 111848, 384, 16444, 8852, 37486, 70877, 82707, 67616, 683, 65311, 98335, 618, 113786, 571, 191226, 61152, 541, 39473, 1928, 7352, 13806, 36474, 59537, 734...
[ 0.034820556640625, 0.04241943359375, 0.0775146484375, 0.1329345703125, 0.07861328125, 0.01507568359375, 0.1715087890625, 0.265869140625, 0.1136474609375, 0.1431884765625, 0.1292724609375, 0.1468505859375, 0.22119140625, 0.189208984375, 0.1435546875, 0.0283966064453125, 0.1181640625, ...
embed
71296846_c0
71296846
lisp
0
Title: What is the proper way to pass a list to a function taking only a flattened list? Problem title: What is the proper way to pass a list to a function taking only a flattened list? Tags: scheme, lisp Problem: What is the proper way to pass a list to a function taking only a flattened list? In scheme, functions can...
What is the proper way to pass a list to a function taking only a flattened list? What is the proper way to pass a list to a function taking only a flattened list? scheme lisp What What is the proper way to pass a list to a function taking only a flattened list? In scheme, functions can return single values : or can re...
[ -0.01251220703125, 0.01220703125, 0.004913330078125, -0.0059814453125, -0.01251220703125, 0.00799560546875, 0.0123291015625, -0.004150390625, 0.0054931640625, -0.049560546875, 0.0014801025390625, -0.016845703125, 0.007598876953125, 0.01007080078125, -0.009521484375, -0.0113525390625, ...
[ 27798, 3917, 27875, 5303, 47, 32354, 35971, 4734, 49878, 510, 297, 150370, 400, 7008, 4865, 83, 70, 10, 360, 7, 831, 30646, 11001, 142424, 166577, 70163, 93766, 51776, 237, 10750, 997 ]
[ 0.156494140625, 0.10137939453125, 0.1556396484375, 0.241455078125, 0.1121826171875, 0.2093505859375, 0.043365478515625, 0.101806640625, 0.226806640625, 0.1473388671875, 0.0872802734375, 0.232421875, 0.083251953125, 0.18310546875, 0.0297698974609375, 0.000244140625, 0.00421142578125, ...
embed
60338543_c0
60338543
lisp
0
Title: How does deftype treat symbols and why does it differ from defvar/defun Problem title: How does deftype treat symbols and why does it differ from defvar/defun Tags: types, variables, lisp, common-lisp, binding Problem: How does deftype treat symbols and why does it differ from defvar/defun The cell binding of sy...
How does deftype treat symbols and why does it differ from defvar/defun How does deftype treat symbols and why does it differ from defvar/defun types variables lisp common-lisp binding defvar/defun How How does deftype treat symbols and why does it differ from defvar/defun The cell binding of symbols in Common Lisp doe...
[ 0.01263427734375, -0.0059814453125, -0.00408935546875, 0.0029144287109375, -0.01165771484375, 0.00262451171875, -0.0140380859375, 0.02294921875, -0.007415771484375, 0.0004596710205078125, -0.0036468505859375, -0.005126953125, -0.0011138916015625, 0.0142822265625, 0.0036773681640625, 0....
[ 11249, 8, 420, 50986, 85689, 26582, 15400, 129927, 1961, 112, 16498, 14602, 7, 52895, 77336, 400, 7008, 39210, 4086, 254, 128239, 64, 1295, 38750, 151301, 1261, 65042, 15190, 176726, 1653, 2063, 14361, 19770, 34292, 137272, 22288, 65998, 1064...
[ 0.038055419921875, 0.1488037109375, 0.1492919921875, 0.290283203125, 0.1636962890625, 0.24169921875, 0.07525634765625, 0.1524658203125, 0.1414794921875, 0.119384765625, 0.143798828125, 0.004913330078125, 0.03021240234375, 0.130126953125, 0.152099609375, 0.05157470703125, 0.1489257812...
embed
25382286_c0
25382286
lisp
0
Title: SICP terminology: computational object Problem title: SICP terminology: computational object Tags: sicp, scheme, terminology, lisp Problem: SICP terminology: computational object What is the precise definition of a computational object in SICP? Is it a value ? Is it an expression ? Its not quite clear to me, cou...
SICP terminology: computational object SICP terminology: computational object sicp scheme terminology lisp SICP SICP terminology: computational object What is the precise definition of a computational object in SICP? Is it a value ? Is it an expression ? Its not quite clear to me, could you please tell me which is the ...
[ 0.006011962890625, 0.02099609375, 0.0184326171875, 0.03271484375, -0.00872802734375, 0.021728515625, 0.00396728515625, 0.01080322265625, -0.0185546875, -0.01348876953125, -0.0189208984375, -0.01953125, 0.006011962890625, 0.0125732421875, -0.006103515625, -0.00106048583984375, 0.00921...
[ 159, 198993, 18614, 25443, 181135, 43315, 36746, 26536, 254, 150370, 400, 7008, 83, 70, 134995, 80934, 111, 10, 23, 2071, 442, 34292, 142, 125195, 32233, 34735, 26785, 91084, 73342, 15400, 27781, 187136, 10422, 11814, 188304, 23755, 22288, 35...
[ 0.1072998046875, 0.247802734375, 0.1671142578125, 0.1302490234375, 0.205810546875, 0.2093505859375, 0.28466796875, 0.09228515625, 0.185791015625, 0.1353759765625, 0.0211944580078125, 0.1470947265625, 0.0259857177734375, 0.053558349609375, 0.1287841796875, 0.2225341796875, 0.091430664...
embed
49740000_c1
49740000
lisp
1
format t "1. Add guest~%") (format t "2. Output guests~%") (format t "3. Output guests who have paid more than input~%") (format t "4. Remove guest~%") (format t "5. Exit~%") (format t "~%Enter choice: ") (setq choice (read)) (setq _guests '()) (cond ((eq choice 5) (return)) ;;;; this part doesn't work as desired ((eq ...
format t "1. Add guest~%") (format t "2. Output guests~%") (format t "3. Output guests who have paid more than input~%") (format t "4. Remove guest~%") (format t "5. Exit~%") (format t "~%Enter choice: ") (setq choice (read)) (setq _guests '()) (cond ((eq choice 5) (return)) ;;;; this part doesn't work as desired ((eq ...
[ -0.0145263671875, 0.01434326171875, 0.015380859375, 0.001678466796875, -0.0179443359375, 0.0322265625, -0.01025390625, 0.0185546875, 0.02490234375, -0.00186920166015625, 0.004119873046875, 0.00286865234375, -0.00872802734375, 0.02685546875, -0.016845703125, 0.00323486328125, 0.024047...
[ 9384, 808, 29117, 121399, 3949, 51727, 13538, 7077, 138931, 765, 72090, 1286, 3501, 107730, 181139, 758, 5443, 217, 155581, 44126, 3509, 864, 39116, 21325, 2271, 21162, 65395, 903, 2831, 22027, 25, 18, 4488, 237, 104851, 139550, 25553, 73, ...
[ 0.2457275390625, 0.1512451171875, 0.1925048828125, 0.29052734375, 0.0787353515625, 0.22021484375, 0.1424560546875, 0.1197509765625, 0.26708984375, 0.0301513671875, 0.2017822265625, 0.0960693359375, 0.0487060546875, 0.2073974609375, 0.1263427734375, 0.045654296875, 0.094482421875, 0...
embed
8962909_c0
8962909
lisp
0
Title: Why does this function return a different value every time? Problem title: Why does this function return a different value every time? Tags: common-lisp, lisp, literals, scope Problem: Why does this function return a different value every time? Can someone explain the following behavior? Specifically, why does t...
Why does this function return a different value every time? Why does this function return a different value every time? common-lisp lisp literals scope Why Why does this function return a different value every time? Can someone explain the following behavior? Specifically, why does the function return a different list ...
[ 0.01904296875, -0.000934600830078125, -0.0152587890625, -0.0030059814453125, -0.00110626220703125, -0.003631591796875, 0.01416015625, 0.0020751953125, -0.0031890869140625, 0.0157470703125, 0.0020599365234375, 0.00078582763671875, -0.0026397705078125, 0.01226806640625, 0.015869140625, 0...
[ 44084, 14602, 903, 32354, 30646, 10, 12921, 34292, 11907, 1733, 39210, 4086, 254, 400, 7008, 15659, 16765, 70820, 73342, 123166, 15400, 5303, 56112, 18, 3060, 6562, 61475, 29367, 47, 242, 2389, 757, 35839, 13538, 7077, 170198, 3917, 29479, ...
[ 0.161376953125, 0.1207275390625, 0.0980224609375, 0.216064453125, 0.2225341796875, 0.0867919921875, 0.2252197265625, 0.2115478515625, 0.19189453125, 0.230712890625, 0.1458740234375, 0.1048583984375, 0.15869140625, 0.114990234375, 0.1917724609375, 0.1390380859375, 0.1390380859375, 0...
embed
27420859_c0
27420859
lisp
0
Title: Lisp / Scheme : Progn vs And Problem title: Lisp / Scheme : Progn vs And Tags: scheme, evaluation, lisp Problem: Lisp / Scheme : Progn vs And I'd like to know if I can substitute progn with and in situations which the function must evaluate a sequence of s-expressions. Exemple comes from How To Design Programs (...
Lisp / Scheme : Progn vs And Lisp / Scheme : Progn vs And scheme evaluation lisp Lisp Scheme Progn Lisp / Scheme : Progn vs And I'd like to know if I can substitute progn with and in situations which the function must evaluate a sequence of s-expressions. Exemple comes from How To Design Programs ( http://htdp.org/2003...
[ 0.00125885009765625, 0.0296630859375, -0.00701904296875, 0.02783203125, -0.015869140625, 0.01092529296875, -0.00162506103515625, 0.017822265625, 0.01019287109375, 0.00078582763671875, 0.004241943359375, 0.00347900390625, -0.0169677734375, 0.005279541015625, 0.012451171875, -0.005310058...
[ 1261, 7008, 248, 34702, 282, 1250, 177, 19, 20209, 3493, 150370, 219836, 400, 1884, 3714, 831, 161740, 13, 67973, 678, 136, 113949, 32354, 8110, 151575, 944, 91, 204629, 717, 11724, 7663, 37975, 64240, 68510, 841, 15205, 156960, 2601, 2146,...
[ 0.1412353515625, 0.207763671875, 0.051666259765625, 0.1844482421875, 0.1448974609375, 0.1597900390625, 0.160400390625, 0.1912841796875, 0.158203125, 0.210205078125, 0.2215576171875, 0.167724609375, 0.0894775390625, 0.011627197265625, 0.0174713134765625, 0.039825439453125, 0.141845703...
embed
22361111_c0
22361111
lisp
0
Title: In Lisp, what is the relationship between a form and a file? Problem title: In Lisp, what is the relationship between a form and a file? Tags: clojure, common-lisp, lisp Problem: In Lisp, what is the relationship between a form and a file? I'm having one little hiccup in understanding Lisp. According to the Comm...
In Lisp, what is the relationship between a form and a file? In Lisp, what is the relationship between a form and a file? clojure common-lisp lisp Lisp In Lisp, what is the relationship between a form and a file? I'm having one little hiccup in understanding Lisp. According to the Common Lisp standard, a form is an ato...
[ 0.029541015625, 0.0191650390625, -0.01165771484375, -0.01068115234375, -0.0172119140625, 0.01300048828125, 0.031982421875, 0.005462646484375, -0.009521484375, -0.0225830078125, 0.0018463134765625, 0.0167236328125, -0.014892578125, -0.00762939453125, 0.0096435546875, -0.00152587890625, ...
[ 1261, 7008, 2367, 76755, 17721, 3173, 136, 11435, 360, 20450, 461, 107, 39210, 4086, 254, 400, 83, 10176, 143414, 100094, 151301, 5570, 10, 34627, 707, 5303, 131148, 151575, 37202, 23468, 2773, 8999, 3095, 4343, 103391, 102158, 37486, 51053, ...
[ 0.1705322265625, 0.2366943359375, 0.05035400390625, 0.206787109375, 0.122802734375, 0.288818359375, 0.1025390625, 0.27685546875, 0.041839599609375, 0.051513671875, 0.1185302734375, 0.122314453125, 0.060028076171875, 0.08941650390625, 0.1156005859375, 0.05975341796875, 0.075439453125,...
embed
3758636_c0
3758636
lisp
0
Title: A Complete RPN Expr-Eval Program Inside a Tweet? -- &quot;YES WE CAN!&quot;, Using LISP Problem title: A Complete RPN Expr-Eval Program Inside a Tweet? -- &quot;YES WE CAN!&quot;, Using LISP Tags: common-lisp, eval, lisp, rpn Problem: A Complete RPN Expr-Eval Program Inside a Tweet? -- "YES WE CAN!", Using LISP ...
A Complete RPN Expr-Eval Program Inside a Tweet? -- &quot;YES WE CAN!&quot;, Using LISP A Complete RPN Expr-Eval Program Inside a Tweet? -- &quot;YES WE CAN!&quot;, Using LISP common-lisp eval lisp rpn Complete RPN Expr-Eval Program Inside Tweet YES CAN Using LISP CL-USER A Complete RPN Expr-Eval Program Inside a Tweet...
[ -0.0001621246337890625, 0.0181884765625, 0.010986328125, 0.013671875, -0.005340576171875, 0.01611328125, 0.03759765625, 0.005126953125, 0.004669189453125, -0.047119140625, 0.005523681640625, 0.0146484375, -0.003204345703125, -0.029052734375, 0.00506591796875, 0.0244140625, -0.0117797...
[ 168318, 627, 34440, 60075, 42, 647, 1405, 7663, 187040, 140654, 46445, 56530, 64111, 345, 6953, 16970, 9434, 62, 294, 39210, 4086, 254, 28, 400, 7008, 10681, 19, 990, 6706, 46323, 1062, 50184, 3890, 103928, 21656, 8781, 3034, 30646, 483, ...
[ 0.1422119140625, 0.0933837890625, 0.21630859375, 0.1173095703125, 0.11181640625, 0.066650390625, 0.1949462890625, 0.2027587890625, 0.1697998046875, 0.232177734375, 0.1263427734375, 0.132080078125, 0.2166748046875, 0.06695556640625, 0.0225677490234375, 0.1103515625, 0.1917724609375, ...
embed
46143140_c0
46143140
lisp
0
Title: A different list merging into a new list in Lisp Problem title: A different list merging into a new list in Lisp Tags: lisp, common-lisp Problem: A different list merging into a new list in Lisp I would like to ask how can I merge 2 different lists of numbers to a new list keeping the "common points" between the...
A different list merging into a new list in Lisp A different list merging into a new list in Lisp lisp common-lisp Lisp A different list merging into a new list in Lisp I would like to ask how can I merge 2 different lists of numbers to a new list keeping the "common points" between them in Common Lisp. Example list1: ...
[ 0.00029754638671875, 0.033447265625, 0.00201416015625, 0.000782012939453125, -0.00408935546875, 0.02587890625, -0.0177001953125, 0.01214599609375, 0.01043701171875, 0.01483154296875, 0.002838134765625, 0.0147705078125, 0.0230712890625, -0.00098419189453125, -0.01019287109375, 0.0015106...
[ 12921, 5303, 1143, 9966, 3934, 3525, 23, 1261, 7008, 400, 39210, 4086, 254, 26458, 3642, 831, 87, 42564, 116, 101935, 47, 120260, 277, 3796, 26847, 17721, 151301, 89536, 138, 32036, 304, 118551, 22128, 126684, 4879, 29569, 35064, 76811, 296...
[ 0.196533203125, 0.264404296875, 0.181396484375, 0.1129150390625, 0.1224365234375, 0.146728515625, 0.054107666015625, 0.167236328125, 0.227294921875, 0.1175537109375, 0.109619140625, 0.12451171875, 0.1343994140625, 0.03057861328125, 0.083740234375, 0.0703125, 0.01800537109375, 0.261...
embed
76292392_c0
76292392
lisp
0
Title: How can I correctly represent a box structure with dotted pairs in Lisp? Problem title: How can I correctly represent a box structure with dotted pairs in Lisp? Tags: common-lisp, lisp, lispworks Problem: How can I correctly represent a box structure with dotted pairs in Lisp? I have issue with representing box ...
How can I correctly represent a box structure with dotted pairs in Lisp? How can I correctly represent a box structure with dotted pairs in Lisp? common-lisp lisp lispworks How Lisp CL-USER How can I correctly represent a box structure with dotted pairs in Lisp? I have issue with representing box structure via LISP's d...
[ 0.0067138671875, 0.016845703125, -0.0201416015625, -0.010498046875, -0.020751953125, 0.016357421875, -0.0220947265625, -0.0037841796875, 0.0004444122314453125, -0.0223388671875, 0.00112152099609375, 0.005096435546875, 0.0123291015625, -0.0087890625, 0.00390625, -0.006134033203125, 0....
[ 11249, 26785, 33636, 16530, 45646, 678, 20633, 3674, 80836, 7, 23, 1261, 7008, 39210, 4086, 254, 400, 18244, 46323, 1062, 50184, 831, 538, 31089, 1829, 16970, 9434, 140992, 123019, 214552, 104271, 2685, 186351, 158, 15464, 29806 ]
[ 0.0262603759765625, 0.1512451171875, 0.2210693359375, 0.21435546875, 0.220703125, 0.038726806640625, 0.1656494140625, 0.112548828125, 0.2265625, 0.04913330078125, 0.050262451171875, 0.1397705078125, 0.21630859375, 0.054901123046875, 0.0601806640625, 0.1097412109375, 0.06103515625, ...
embed
33668644_c0
33668644
lisp
0
Title: Contracts in Let language Problem title: Contracts in Let language Tags: let, lisp, racket, scheme Problem: Contracts in Let language I saw a question which asked about a contract of a method in a pet language known as let.The language is not important but does contract means that things that the method takes as...
Contracts in Let language Contracts in Let language let lisp racket scheme Contracts Contracts in Let language I saw a question which asked about a contract of a method in a pet language known as let.The language is not important but does contract means that things that the method takes as an argument and its value aft...
[ 0.00885009765625, 0.0228271484375, -0.01068115234375, 0.03369140625, -0.018798828125, 0.023193359375, -0.027099609375, 0.01385498046875, 0.0032196044921875, -0.0040283203125, -0.00982666015625, -0.020263671875, 0.00007152557373046875, 0.01153564453125, 0.0081787109375, 0.009033203125, ...
[ 149957, 7, 23, 10842, 46876, 2633, 400, 7008, 673, 27853, 150370, 24124, 9655, 18264, 111, 55300, 8093, 5526, 26950, 8966, 51776, 10750, 34292, 7103, 151575, 3688, 26582, 65998, 5351, 27489, 3525, 29459, 903, 83, 189543, 56, 81827, 2886, 85...
[ 0.274658203125, 0.06219482421875, 0.063232421875, 0.25830078125, 0.218017578125, 0.252197265625, 0.062286376953125, 0.1201171875, 0.0545654296875, 0.183349609375, 0.1649169921875, 0.0146942138671875, 0.001373291015625, 0.28564453125, 0.0176544189453125, 0.181640625, 0.180419921875, ...
embed
1539144_c0
1539144
lisp
0
Title: What is &#x27; (apostrophe) in Lisp / Scheme? Problem title: What is &#x27; (apostrophe) in Lisp / Scheme? Tags: lisp, quote, scheme, the-little-schemer Problem: What is ' (apostrophe) in Lisp / Scheme? I am on day 1 hour 1 of teaching myself Scheme. Needless to say, I don't understand anything. So I'm reading T...
What is &#x27; (apostrophe) in Lisp / Scheme? What is &#x27; (apostrophe) in Lisp / Scheme? lisp quote scheme the-little-schemer What Lisp Scheme What is ' (apostrophe) in Lisp / Scheme? I am on day 1 hour 1 of teaching myself Scheme. Needless to say, I don't understand anything. So I'm reading The Little Schemer and u...
[ 0.023681640625, 0.046142578125, 0.0123291015625, 0.00823974609375, -0.0191650390625, 0.00567626953125, 0.0103759765625, 0.005706787109375, -0.009033203125, -0.036865234375, -0.007568359375, -0.016845703125, -0.03076171875, 0.001800537109375, -0.0291748046875, 0.01458740234375, -0.016...
[ 4865, 83, 54764, 3768, 74, 17121, 29813, 1106, 23, 1261, 7008, 248, 34702, 282, 32, 400, 66747, 150370, 70, 150, 46401, 7560, 1991, 242, 5155, 56816, 106, 128169, 35978, 2301, 28219, 23937, 16454, 581, 59784, 17368, 13580, 29481, 56, 4527...
[ 0.09124755859375, 0.1279296875, 0.06787109375, 0.18603515625, 0.1553955078125, 0.12646484375, 0.1851806640625, 0.205322265625, 0.1138916015625, 0.1793212890625, 0.254638671875, 0.09619140625, 0.22314453125, 0.1800537109375, 0.0003662109375, 0.1103515625, 0.161376953125, 0.176635742...
embed
38278795_c1
38278795
lisp
1
context help. [1]> (list 1 2 3 (list a b c)) *** - SYSTEM::READ-EVAL-PRINT: variable A has no value The following restarts are available: I tried to set values of variables a, b, c, but still it does not work. [5]> (let ((a 1)(b 2)(c 3))) NIL [6]> (list 1 2 3 (list a b c)) *** - SYSTEM::READ-EVAL-PRINT: variable A has...
context help. [1]> (list 1 2 3 (list a b c)) *** - SYSTEM::READ-EVAL-PRINT: variable A has no value The following restarts are available: I tried to set values of variables a, b, c, but still it does not work. [5]> (let ((a 1)(b 2)(c 3))) NIL [6]> (list 1 2 3 (list a b c)) *** - SYSTEM::READ-EVAL-PRINT: variable A has...
[ 0.01177978515625, 0.00116729736328125, 0.01092529296875, 0.0238037109375, -0.00811767578125, 0.0186767578125, 0.0155029296875, -0.0009613037109375, -0.0024566650390625, -0.00897216796875, -0.014404296875, 0.0025787353515625, -0.01214599609375, 0.006195068359375, 0.02197265625, -0.02038...
[ 43701, 4358, 6562, 116, 138, 876, 501, 55858, 90420, 41519, 397, 647, 61152, 17255, 59537, 77336, 62, 1556, 110, 34292, 25632, 10588, 67987, 19882, 37842, 47, 5423, 142424, 111, 7, 10, 7464, 959, 4488, 83914, 1974, 11, 275, 4958, 238, 5...
[ 0.261962890625, 0.1519775390625, 0.15966796875, 0.00665283203125, 0.1246337890625, 0.0657958984375, 0.10028076171875, 0.080810546875, 0.125, 0.09814453125, 0.03759765625, 0.04852294921875, 0.209716796875, 0.1094970703125, 0.08599853515625, 0.3017578125, 0.1529541015625, 0.114501953...
embed
18511113_c0
18511113
lisp
0
Title: emacs tabbar customisation, making unsaved changes visible Problem title: emacs tabbar customisation, making unsaved changes visible Tags: lisp, emacs, customization, tabbar Problem: emacs tabbar customisation, making unsaved changes visible i want to mark buffers, that have unsaved changes, in the tabbar tab ba...
emacs tabbar customisation, making unsaved changes visible emacs tabbar customisation, making unsaved changes visible lisp emacs customization tabbar emacs tabbar customisation, making unsaved changes visible i want to mark buffers, that have unsaved changes, in the tabbar tab bar in emacs. Also i want to assign F1 - F...
[ 0.037109375, 0.008544921875, -0.000896453857421875, -0.015380859375, -0.004058837890625, 0.012939453125, 0.00909423828125, 0.00830078125, -0.007293701171875, 0.00714111328125, 0.0162353515625, 0.0081787109375, -0.006256103515625, 0.0198974609375, -0.0216064453125, -0.0269775390625, -...
[ 352, 2263, 7, 20928, 1299, 114122, 15032, 20662, 51, 433, 4126, 65572, 75693, 400, 7008, 178036, 3444, 47, 16188, 373, 18234, 1909, 95486, 563, 418, 20, 1530, 9803, 24234, 59499, 77679, 56037, 41361, 6528, 4034, 34698, 52080, 222495, 27226,...
[ 0.10345458984375, 0.1629638671875, 0.0816650390625, 0.1556396484375, 0.181884765625, 0.15771484375, 0.07330322265625, 0.052642822265625, 0.08935546875, 0.06219482421875, 0.06378173828125, 0.1649169921875, 0.1717529296875, 0.08880615234375, 0.2034912109375, 0.1414794921875, 0.05523681...
embed
13359025_c0
13359025
lisp
0
Title: Adding to the end of list in LISP Problem title: Adding to the end of list in LISP Tags: lisp, append, common-lisp Problem: Adding to the end of list in LISP Possible Duplicate: what is the ‘cons’ to add an item to the end of the list? After watching many tutorials on lisp and searching high and low on google fo...
Adding to the end of list in LISP Adding to the end of list in LISP lisp append common-lisp Adding LISP AddRt Adding to the end of list in LISP After watching many tutorials on lisp and searching high and low on google for answers, I still cannot figure out how to add to the end of a list in LISP. I want my function to...
[ -0.007049560546875, 0.033447265625, 0.0185546875, -0.0028228759765625, -0.007537841796875, 0.0267333984375, 0.0067138671875, 0.007293701171875, 0.00714111328125, -0.0390625, 0.017578125, -0.005859375, 0.005767822265625, 0.01171875, 0.00183868408203125, -0.0118408203125, 0.021484375, ...
[ 62, 59725, 47, 70, 3564, 111, 5303, 23, 16970, 9434, 400, 7008, 114689, 71, 39210, 4086, 254, 29117, 1052, 18, 100244, 57143, 35166, 53418, 26366, 3642, 15190, 3444, 32354, 11, 275, 501, 104, 4734, 3714, 442, 12912, 4358, 4527, 158, 7, ...
[ 0.1025390625, 0.1087646484375, 0.162109375, 0.040802001953125, 0.2369384765625, 0.16015625, 0.20849609375, 0.05517578125, 0.14892578125, 0.2083740234375, 0.1064453125, 0.15771484375, 0.115966796875, 0.001007080078125, 0.10125732421875, 0.10455322265625, 0.13671875, 0.06640625, 0....
embed
22289422_c0
22289422
lisp
0
Title: How to define a function in LISP which passes two Forms and then executes them randomly Problem title: How to define a function in LISP which passes two Forms and then executes them randomly Tags: lisp, common-lisp Problem: How to define a function in LISP which passes two Forms and then executes them randomly I...
How to define a function in LISP which passes two Forms and then executes them randomly How to define a function in LISP which passes two Forms and then executes them randomly lisp common-lisp How LISP Forms How to define a function in LISP which passes two Forms and then executes them randomly I am new to LISP and I a...
[ 0.01409912109375, 0.018310546875, -0.0267333984375, 0.00156402587890625, -0.00592041015625, 0.0291748046875, 0.017333984375, -0.01556396484375, -0.0029754638671875, -0.039794921875, 0.0281982421875, 0.01495361328125, -0.017333984375, 0.021240234375, 0.0191650390625, 0.006256103515625, ...
[ 11249, 61924, 32354, 23, 16970, 9434, 3129, 10922, 6626, 15236, 7068, 71924, 96759, 2856, 538, 400, 7008, 39210, 4086, 254, 7, 47, 3525, 82424, 31577, 27875, 3789, 3173, 1221, 2499, 132216, 30646, 16750, 27781, 3714, 1467, 33938, 4420, 5033...
[ 0.053466796875, 0.204833984375, 0.2193603515625, 0.064453125, 0.148193359375, 0.2159423828125, 0.007080078125, 0.1307373046875, 0.1658935546875, 0.224365234375, 0.0347900390625, 0.173095703125, 0.2041015625, 0.0164794921875, 0.01129150390625, 0.0941162109375, 0.1414794921875, 0.051...
embed
68283473_c0
68283473
lisp
0
Title: Question regarding mapcon and its supposed equivalence to (apply #&#x27;nconc (maplist ...)) Problem title: Question regarding mapcon and its supposed equivalence to (apply #&#x27;nconc (maplist ...)) Tags: common-lisp, lisp Problem: Question regarding mapcon and its supposed equivalence to (apply #'nconc (mapli...
Question regarding mapcon and its supposed equivalence to (apply #&#x27;nconc (maplist ...)) Question regarding mapcon and its supposed equivalence to (apply #&#x27;nconc (maplist ...)) common-lisp lisp Question Question regarding mapcon and its supposed equivalence to (apply #'nconc (maplist ...)) The Hyperspec states...
[ -0.00311279296875, 0.00151824951171875, 0.023193359375, 0.01068115234375, -0.012939453125, 0.00775146484375, 0.003387451171875, 0.00026702880859375, 0.019287109375, -0.031494140625, -0.00106048583984375, -0.003997802734375, -0.0033721923828125, 0.00341796875, 0.00836181640625, 0.003662...
[ 68185, 118861, 22288, 2271, 134598, 224743, 9007, 538, 3768, 19, 238, 62346, 6562, 39210, 4086, 254, 400, 7008, 92179, 16711, 117249, 72089, 183234, 50339, 59911, 32354, 70163, 3934, 5303, 4527, 653, 43257, 2174, 43240, 15400, 22027, 18, 4488...
[ 0.063232421875, 0.007171630859375, 0.212158203125, 0.266845703125, 0.0947265625, 0.14599609375, 0.1129150390625, 0.1328125, 0.040771484375, 0.09033203125, 0.137451171875, 0.1514892578125, 0.1751708984375, 0.11083984375, 0.06982421875, 0.1201171875, 0.0809326171875, 0.141845703125, ...
embed
33707068_c0
33707068
lisp
0
Title: How can I view the definition of a function in lisp (sbcl)? Problem title: How can I view the definition of a function in lisp (sbcl)? Tags: sbcl, lisp, common-lisp Problem: How can I view the definition of a function in lisp (sbcl)? I use sbcl+emacs+slime . I writing a function in lisp, I use C-c C-c compile, b...
How can I view the definition of a function in lisp (sbcl)? How can I view the definition of a function in lisp (sbcl)? sbcl lisp common-lisp How C-c How can I view the definition of a function in lisp (sbcl)? I use sbcl+emacs+slime . I writing a function in lisp, I use C-c C-c compile, but i've already deleted it. I c...
[ 0.0029296875, 0.00958251953125, -0.0000743865966796875, 0.01019287109375, -0.0037384033203125, 0.000560760498046875, 0.0025482177734375, 0.00433349609375, 0.0135498046875, -0.02734375, -0.00958251953125, -0.02197265625, -0.011962890625, -0.021484375, 0.03173828125, 0.005859375, -0.01...
[ 11249, 831, 87, 21455, 70, 80934, 111, 32354, 23, 400, 7008, 7, 275, 34937, 10, 91, 39210, 4086, 254, 313, 9, 238, 4527, 11883, 4439, 1328, 64617, 13, 32562, 9969, 1340, 21771, 154109, 442, 7413, 3714, 3642, 61924, 6492, 85, 204629, 4...
[ 0.03533935546875, 0.083984375, 0.041015625, 0.2705078125, 0.12060546875, 0.26220703125, 0.10467529296875, 0.270263671875, 0.0972900390625, 0.130615234375, 0.2193603515625, 0.03778076171875, 0.091796875, 0.193115234375, 0.0255889892578125, 0.030914306640625, 0.06396484375, 0.0838012...
embed
2199463_c0
2199463
lisp
0
Title: Emacs/AUCTeX: run command on file that is not currently open Problem title: Emacs/AUCTeX: run command on file that is not currently open Tags: auctex, emacs, latex, lisp Problem: Emacs/AUCTeX: run command on file that is not currently open I edit my LaTeX files in Emacs using AUCTeX. To compile, I press C-c C-c ...
Emacs/AUCTeX: run command on file that is not currently open Emacs/AUCTeX: run command on file that is not currently open auctex emacs latex lisp Emacs AUCTeX root.tex chapter2.tex Emacs/AUCTeX: run command on file that is not currently open I edit my LaTeX files in Emacs using AUCTeX. To compile, I press C-c C-c , whi...
[ 0.005218505859375, 0.016845703125, -0.0177001953125, -0.01080322265625, -0.01348876953125, 0.028564453125, 0.0130615234375, -0.0098876953125, -0.0115966796875, -0.046630859375, -0.00171661376953125, 0.026123046875, -0.0174560546875, 0.0146484375, -0.00341796875, -0.03662109375, -0.01...
[ 85269, 4439, 64, 20000, 43379, 13, 1542, 12, 11675, 75101, 98, 11435, 450, 83, 959, 82424, 9803, 531, 238, 24371, 352, 2263, 21, 400, 7008, 57488, 74855, 139539, 5442, 87, 27211, 239, 10476, 102158, 23, 717, 9969, 1340, 24234, 313, 9, ...
[ 0.18896484375, 0.2073974609375, 0.059478759765625, 0.1297607421875, 0.1234130859375, 0.177978515625, 0.20361328125, 0.02972412109375, 0.1922607421875, 0.26123046875, 0.12744140625, 0.18408203125, 0.060821533203125, 0.045989990234375, 0.1539306640625, 0.146728515625, 0.2037353515625, ...
embed
7652141_c0
7652141
lisp
0
Title: In Clojure, how to cons or conj the elements of a collection but not the collection itself? Problem title: In Clojure, how to cons or conj the elements of a collection but not the collection itself? Tags: clojure, lisp Problem: In Clojure, how to cons or conj the elements of a collection but not the collection i...
In Clojure, how to cons or conj the elements of a collection but not the collection itself? In Clojure, how to cons or conj the elements of a collection but not the collection itself? clojure lisp Clojure In Clojure, how to cons or conj the elements of a collection but not the collection itself? cons currently behaves ...
[ -0.0030059814453125, 0.039306640625, -0.0015106201171875, 0.0054931640625, -0.0027923583984375, 0.0218505859375, -0.02294921875, -0.0084228515625, -0.00238037109375, -0.0284423828125, -0.00677490234375, 0.019775390625, 0.01458740234375, -0.004302978515625, -0.00799560546875, -0.0190429...
[ 51053, 461, 107, 3642, 158, 7, 707, 170, 80854, 42486, 1284, 959, 68034, 47, 20450, 400, 7008, 360, 82424, 186, 68991, 1884, 221, 2806, 69307, 177953, 903, 8781, 12319, 88303, 32354, 16648, 510 ]
[ 0.1126708984375, 0.1387939453125, 0.1116943359375, 0.06640625, 0.1954345703125, 0.15625, 0.09124755859375, 0.21875, 0.154052734375, 0.2059326171875, 0.087890625, 0.1007080078125, 0.08154296875, 0.007965087890625, 0.077880859375, 0.008514404296875, 0.1072998046875, 0.008056640625, ...
embed
71471764_c1
71471764
lisp
1
dodier\\Temp\\foo-dir-?????a???\\" does not exist Note that the current working directory is the folder which has non-ASCII characters in its name. Note that I have launched Clisp with the option -E UTF-8 . I tried setting EXT:*PATHNAME-ENCODING* to plausible values (UTF-8 and CP1251) but neither one works. Is there a ...
dodier\\Temp\\foo-dir-?????a???\\" does not exist Note that the current working directory is the folder which has non-ASCII characters in its name. Note that I have launched Clisp with the option -E UTF-8 . I tried setting EXT:*PATHNAME-ENCODING* to plausible values (UTF-8 and CP1251) but neither one works. Is there a ...
[ -0.004638671875, -0.0028839111328125, 0.01544189453125, 0.00909423828125, -0.02978515625, 0.01904296875, -0.0016632080078125, 0.00115203857421875, -0.0022125244140625, 0.0086669921875, 0.00665283203125, 0.0289306640625, -0.0013580322265625, 0.00665283203125, -0.00537109375, -0.02001953...
[ 54, 63052, 13273, 159065, 3584, 31, 9, 936, 85908, 11, 7273, 14602, 959, 32316, 43581, 20697, 14364, 53, 78303, 351, 134165, 568, 124850, 6863, 9351, 83184, 313, 4086, 254, 35829, 20, 647, 30992, 17376, 6, 37842, 53550, 241, 70981, 65135,...
[ 0.0638427734375, 0.231689453125, 0.0455322265625, 0.25146484375, 0.1201171875, 0.1314697265625, 0.03076171875, 0.165283203125, 0.193115234375, 0.137451171875, 0.1617431640625, 0.05517578125, 0.1240234375, 0.23095703125, 0.1121826171875, 0.132568359375, 0.134033203125, 0.0654296875,...
embed
9584686_c0
9584686
lisp
0
Title: Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) Problem title: Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) Tags: lisp Problem: Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) How do I load another Lisp file withou...
Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) lisp a CUSP Load SBCL Eclipse Plugin Load another lisp file from a relative path in SBCL using CUSP (Eclipse Plugin) How do I load another Lisp file without hav...
[ 0.007171630859375, 0.01513671875, 0.007659912109375, 0.020263671875, -0.0191650390625, -0.012451171875, 0.01318359375, 0.017333984375, 0.00010776519775390625, -0.052978515625, -0.00872802734375, 0.000209808349609375, -0.01507568359375, -0.0030975341796875, 0.000873565673828125, -0.0018...
[ 2091, 712, 15700, 400, 7008, 11435, 1295, 35845, 60875, 90944, 37486, 36587, 9434, 647, 106371, 184, 187364, 234962, 11249, 54, 72367, 1261, 15490, 19441, 40140, 4393, 63033, 248, 128405, 188, 29822, 4488, 89931, 17368, 5941, 20595, 11814, 85...
[ 0.135009765625, 0.0791015625, 0.1651611328125, 0.1461181640625, 0.258056640625, 0.189453125, 0.030731201171875, 0.1597900390625, 0.1837158203125, 0.09326171875, 0.16845703125, 0.1295166015625, 0.2064208984375, 0.006317138671875, 0.159423828125, 0.117919921875, 0.21044921875, 0.2314...
embed
6739608_c0
6739608
lisp
0
Title: Lisp Insert Sorting Problem Problem title: Lisp Insert Sorting Problem Tags: insert, lisp Problem: Lisp Insert Sorting Problem Use insert to write a function sort1 which sorts a list of integers into increasing order. [We are done if the list is nil. Otherwise insert the car of the list into the sorted cdr.] Thi...
Lisp Insert Sorting Problem Lisp Insert Sorting Problem insert lisp Lisp Insert Sorting Problem Lisp Insert Sorting Problem Use insert to write a function sort1 which sorts a list of integers into increasing order. [We are done if the list is nil. Otherwise insert the car of the list into the sorted cdr.] This is what ...
[ -0.01953125, -0.006256103515625, 0.01953125, -0.03173828125, -0.0277099609375, 0.00250244140625, -0.027587890625, -0.041748046875, -0.0162353515625, -0.0247802734375, -0.00469970703125, -0.0023956298828125, -0.01190185546875, -0.007568359375, 0.01123046875, 0.003143310546875, -0.0168...
[ 1261, 7008, 360, 33657, 53666, 15649, 214, 183540, 400, 36836, 33022, 32354, 12096, 418, 5303, 892, 26255, 3934, 118055, 12989, 16940, 2174, 83, 17324, 2258, 111, 17497, 71, 56329, 42, 145755, 63134, 61924, 15044, 11001, 82825 ]
[ 0.13232421875, 0.1707763671875, 0.1141357421875, 0.242919921875, 0.21435546875, 0.1513671875, 0.022674560546875, 0.264404296875, 0.09259033203125, 0.049530029296875, 0.1290283203125, 0.2115478515625, 0.229248046875, 0.1121826171875, 0.1304931640625, 0.126708984375, 0.1197509765625, ...
embed
10490513_c0
10490513
lisp
0
Title: How to do recursion in anonymous fn, without tail recursion Problem title: How to do recursion in anonymous fn, without tail recursion Tags: tail-recursion, clojure, functional-programming, lisp, recursion Problem: How to do recursion in anonymous fn, without tail recursion How do I do recursion in an anonymous ...
How to do recursion in anonymous fn, without tail recursion How to do recursion in anonymous fn, without tail recursion tail-recursion clojure functional-programming lisp recursion How How to do recursion in anonymous fn, without tail recursion How do I do recursion in an anonymous function, without using tail recursio...
[ 0.0069580078125, 0.00909423828125, 0.0115966796875, -0.0029449462890625, 0.0216064453125, 0.0030059814453125, 0.00921630859375, 0.002960205078125, 0.0037384033203125, -0.0625, 0.00188446044921875, 0.004425048828125, -0.0203857421875, 0.0115966796875, 0.031982421875, -0.005157470703125,...
[ 11249, 47, 54, 195625, 1830, 23, 52184, 10821, 14783, 15490, 46741, 107, 48650, 20450, 461, 123309, 28966, 400, 7008, 32354, 17368, 87590, 36663, 18, 3444, 4527, 40956, 11814, 43852, 42 ]
[ 0.07568359375, 0.03765869140625, 0.09814453125, 0.2294921875, 0.169921875, 0.05078125, 0.2144775390625, 0.1405029296875, 0.15087890625, 0.134765625, 0.203125, 0.002777099609375, 0.1512451171875, 0.0308380126953125, 0.039093017578125, 0.1041259765625, 0.0770263671875, 0.030197143554...
embed
66411840_c0
66411840
lisp
0
Title: Convert &quot;EngMath&quot; (Ontology for Mathematics) from lisp to OWL Problem title: Convert &quot;EngMath&quot; (Ontology for Mathematics) from lisp to OWL Tags: semantic-web, ontology, owl, semantics, lisp Problem: Convert "EngMath" (Ontology for Mathematics) from lisp to OWL In 1994, long before the specifi...
Convert &quot;EngMath&quot; (Ontology for Mathematics) from lisp to OWL Convert &quot;EngMath&quot; (Ontology for Mathematics) from lisp to OWL semantic-web ontology owl semantics lisp lisp Convert EngMath Ontology Mathematics OWL Convert "EngMath" (Ontology for Mathematics) from lisp to OWL In 1994, long before the sp...
[ -0.00628662109375, 0.02294921875, -0.01068115234375, -0.0027008056640625, -0.00848388671875, 0.004058837890625, -0.011474609375, -0.004608154296875, -0.000827789306640625, -0.0115966796875, 0.021240234375, -0.0164794921875, -0.004547119140625, -0.00885009765625, 0.0162353515625, 0.0102...
[ 1657, 11549, 91384, 199450, 20320, 18, 25443, 100, 123426, 47148, 1295, 400, 7008, 47, 180, 181280, 484, 14051, 3283, 36, 27751, 109109, 25024, 2161, 13211, 8108, 29458, 14978, 627, 221690, 56, 136, 139256, 137838, 91376, 893, 123470, 92635, ...
[ 0.06146240234375, 0.181640625, 0.1552734375, 0.25146484375, 0.1549072265625, 0.1602783203125, 0.215576171875, 0.08111572265625, 0.1009521484375, 0.127685546875, 0.06951904296875, 0.1636962890625, 0.19287109375, 0.08612060546875, 0.1356201171875, 0.265625, 0.086669921875, 0.12976074...
embed
39972402_c0
39972402
lisp
0
Title: How to make pairs using nested loop in Lisp Problem title: How to make pairs using nested loop in Lisp Tags: lisp, loops, while-loop Problem: How to make pairs using nested loop in Lisp I am trying to make a pairs function in Lisp. The pairs function gets two inputs then makes a pair with each other and make one...
How to make pairs using nested loop in Lisp How to make pairs using nested loop in Lisp lisp loops while-loop nested How Lisp How to make pairs using nested loop in Lisp I am trying to make a pairs function in Lisp. The pairs function gets two inputs then makes a pair with each other and make one list. Here is my code:...
[ -0.00787353515625, 0.0274658203125, -0.00445556640625, 0.00750732421875, 0.0152587890625, 0.03857421875, -0.01385498046875, 0.00616455078125, 0.002593994140625, -0.030029296875, 0.0155029296875, -0.00323486328125, -0.0034637451171875, -0.007476806640625, 0.002685546875, -0.00634765625,...
[ 11249, 3249, 80836, 7, 17368, 8512, 71, 40956, 23, 1261, 7008, 400, 12960, 28354, 31577, 32354, 6626, 107730, 30482, 678, 3789, 1632, 5303, 18151, 5608, 176377, 1884, 109637, 876, 501, 41600, 4958, 33079, 11, 275, 4879, 238, 16750, 4734, ...
[ 0.0679931640625, 0.131103515625, 0.258544921875, 0.1715087890625, 0.103759765625, 0.226806640625, 0.1441650390625, 0.21240234375, 0.05535888671875, 0.1505126953125, 0.220947265625, 0.114013671875, 0.1064453125, 0.16845703125, 0.0189056396484375, 0.1317138671875, 0.06805419921875, 0...
embed
41134396_c0
41134396
lisp
0
Title: Scheme: what is the intuition for COND to support multiple expressions in its body? Problem title: Scheme: what is the intuition for COND to support multiple expressions in its body? Tags: scheme, lisp Problem: Scheme: what is the intuition for COND to support multiple expressions in its body? All of the followi...
Scheme: what is the intuition for COND to support multiple expressions in its body? Scheme: what is the intuition for COND to support multiple expressions in its body? scheme lisp Scheme COND Scheme: what is the intuition for COND to support multiple expressions in its body? All of the following are correct. But versoi...
[ 0.0128173828125, 0.0179443359375, -0.00020885467529296875, 0.023193359375, -0.00775146484375, 0.005523681640625, 0.01190185546875, -0.00994873046875, 0.009033203125, 0.0172119140625, -0.0015106201171875, 0.00201416015625, -0.00433349609375, -0.01953125, 0.006927490234375, 0.00753784179...
[ 34702, 282, 58868, 1363, 14452, 397, 8060, 48716, 125195, 14361, 7, 150370, 400, 7008, 26785, 18892, 73, 116, 4785, 55681, 42459, 12989, 944, 71924, 20947, 3168, 123309, 67973, 64348, 16086, 190358, 11389, 787, 18151, 138 ]
[ 0.19873046875, 0.1383056640625, 0.2261962890625, 0.09222412109375, 0.1824951171875, 0.2003173828125, 0.169677734375, 0.1824951171875, 0.198486328125, 0.1368408203125, 0.031494140625, 0.207763671875, 0.046112060546875, 0.1258544921875, 0.049407958984375, 0.0966796875, 0.06060791015625...
embed
13787116_c1
13787116
lisp
1
the term is already taken and means something else :) The main idea is that instead of assigning POS tags to words, and then iteratively correcting the original assumption by applying a set of rules to the inferred information, I'm trying to do it in a way, that given a certain prefix, the engine would generate a cont...
the term is already taken and means something else :) The main idea is that instead of assigning POS tags to words, and then iteratively correcting the original assumption by applying a set of rules to the inferred information, I'm trying to do it in a way, that given a certain prefix, the engine would generate a cont...
[ 0.00457763671875, 0.01220703125, 0.005218505859375, -0.015625, -0.0150146484375, 0.006134033203125, 0.00011920928955078125, 0.006103515625, 0.01214599609375, -0.033447265625, 0.00677490234375, 0.026123046875, -0.00787353515625, 0.0130615234375, -0.007537841796875, 0.0283203125, 0.019...
[ 70, 13579, 83, 21771, 39958, 136, 26950, 9844, 37076, 1094, 581, 5201, 6528, 450, 64457, 95486, 54602, 69141, 47, 34153, 720, 26785, 214, 7311, 237259, 59911, 5423, 91736, 53498, 4677, 31577, 54, 3917, 34475, 24233, 183114, 87907, 2806, 139...
[ 0.022735595703125, 0.2293701171875, 0.109130859375, 0.22216796875, 0.238037109375, 0.03192138671875, 0.172119140625, 0.065673828125, 0.1275634765625, 0.083740234375, 0.0301513671875, 0.16796875, 0.2174072265625, 0.00384521484375, 0.08837890625, 0.1348876953125, 0.2763671875, 0.2277...
embed
12847764_c0
12847764
lisp
0
Title: stable-union lisp Problem title: stable-union lisp Tags: lisp Problem: stable-union lisp Need to write a union function in lisp that takes two lists as arguments and returns a list that is the union of the two with no repeats. Order should be consistent with those of the input lists For example: if inputs are '(...
stable-union lisp stable-union lisp lisp lst3 stable-union lisp Need to write a union function in lisp that takes two lists as arguments and returns a list that is the union of the two with no repeats. Order should be consistent with those of the input lists For example: if inputs are '(a b c) and '(e c d) the result s...
[ -0.0003833770751953125, 0.032958984375, 0.027099609375, -0.0245361328125, -0.02001953125, 0.007568359375, 0.008544921875, 0.00823974609375, 0.017822265625, -0.0098876953125, -0.003662109375, -0.0027618408203125, -0.00555419921875, 0.00494384765625, -0.00029754638671875, 0.019287109375,...
[ 144142, 87046, 400, 7008, 271, 363, 52889, 33022, 69941, 32354, 23, 51776, 6626, 5303, 237, 10750, 30646, 83, 70, 678, 110, 119140, 81206, 5608, 74729, 107730, 501, 136, 104, 16750, 28, 2060, 18499, 2186, 2870, 36746, 33180, 139550, 27417, ...
[ 0.233642578125, 0.2099609375, 0.137939453125, 0.2127685546875, 0.042266845703125, 0.114990234375, 0.048736572265625, 0.111572265625, 0.271484375, 0.1907958984375, 0.013671875, 0.056976318359375, 0.1104736328125, 0.19189453125, 0.0108642578125, 0.2161865234375, 0.12939453125, 0.0382...
embed
1868807_c0
1868807
lisp
0
Title: Elisp function returning mark instead of the right value Problem title: Elisp function returning mark instead of the right value Tags: elisp, emacs, lisp Problem: Elisp function returning mark instead of the right value I'm writing a routine to test to see if point is at the practical end of line. (defun end-of-...
Elisp function returning mark instead of the right value Elisp function returning mark instead of the right value elisp emacs lisp Elisp Elisp function returning mark instead of the right value I'm writing a routine to test to see if point is at the practical end of line. The problem is, when running it, I see "mark se...
[ 0.017333984375, 0.00225830078125, 0.005157470703125, 0.00125885009765625, -0.017333984375, 0.034423828125, 0.0113525390625, 0.016845703125, 0.000659942626953125, 0.009765625, -0.01165771484375, 0.0159912109375, 0.007720947265625, -0.01202392578125, -0.0068359375, 0.0081787109375, 0.0...
[ 25318, 7008, 32354, 30646, 16188, 64457, 111, 7108, 34292, 214, 15296, 352, 2263, 400, 32562, 124374, 3034, 1957, 6275, 99, 138155, 3564, 13315, 2967, 51042, 10015, 5423, 7665, 123759, 56, 76896, 384, 707, 17324 ]
[ 0.146484375, 0.259521484375, 0.2149658203125, 0.1890869140625, 0.25244140625, 0.170166015625, 0.056427001953125, 0.175537109375, 0.1885986328125, 0.036529541015625, 0.10003662109375, 0.0208740234375, 0.0714111328125, 0.05517578125, 0.07574462890625, 0.190185546875, 0.1298828125, 0....
embed
59580496_c0
59580496
lisp
0
Title: Should I avoid resetting &quot;by hand&quot; an auto-incremented loop variable? Problem title: Should I avoid resetting &quot;by hand&quot; an auto-incremented loop variable? Tags: common-lisp, lisp, variables, loops Problem: Should I avoid resetting "by hand" an auto-incremented loop variable? I have a loop con...
Should I avoid resetting &quot;by hand&quot; an auto-incremented loop variable? Should I avoid resetting &quot;by hand&quot; an auto-incremented loop variable? common-lisp lisp variables loops 1 Should Should I avoid resetting "by hand" an auto-incremented loop variable? I have a loop containing several variables; one ...
[ -0.0032958984375, 0.000736236572265625, 0.005706787109375, 0.016845703125, -0.023193359375, 0.0067138671875, 0.013427734375, 0.0101318359375, 0.01416015625, -0.005584716796875, 0.010498046875, 0.019287109375, -0.000881195068359375, 0.003448486328125, 0.032470703125, -0.00738525390625, ...
[ 151117, 71864, 456, 89840, 1272, 3535, 1809, 158661, 297, 40956, 77336, 39210, 4086, 254, 400, 7008, 70541, 40368, 12638, 29954, 160193, 168398, 47, 757, 831, 33022, 33342, 17932, 11389, 16610, 56, 13315, 46622, 9969, 150, 1236, 1261, 5570 ]
[ 0.0894775390625, 0.1536865234375, 0.119384765625, 0.193115234375, 0.1092529296875, 0.212890625, 0.21728515625, 0.15869140625, 0.01336669921875, 0.2061767578125, 0.263916015625, 0.050048828125, 0.04498291015625, 0.1231689453125, 0.05718994140625, 0.1717529296875, 0.04742431640625, 0...
embed
42322460_c0
42322460
lisp
0
Title: Why is my lisp function giving me this output? Problem title: Why is my lisp function giving me this output? Tags: common-lisp, lisp, list Problem: Why is my lisp function giving me this output? I am writing a function that will take a list from a user and will flatten this list into one simplified list. The fun...
Why is my lisp function giving me this output? Why is my lisp function giving me this output? common-lisp lisp list Why NIL Why is my lisp function giving me this output? I am writing a function that will take a list from a user and will flatten this list into one simplified list. The function seems to only return the ...
[ 0.001800537109375, 0.015380859375, 0.01708984375, 0.005950927734375, -0.00127410888671875, 0.0203857421875, 0.00537109375, 0.017578125, -0.003570556640625, 0.0027618408203125, -0.00191497802734375, -0.0155029296875, -0.00909423828125, 0.007659912109375, 0.005859375, 0.009765625, 0.02...
[ 44084, 83, 759, 400, 7008, 32354, 68772, 163, 903, 140992, 39210, 4086, 254, 5303, 541, 16444, 32562, 5646, 38937, 49878, 510, 3934, 112892, 37202, 4734, 30646, 5117, 35735, 959, 10588, 157666, 15400, 3293, 2367, 765, 221, 2060 ]
[ 0.1470947265625, 0.07666015625, 0.046356201171875, 0.1414794921875, 0.2083740234375, 0.1806640625, 0.12353515625, 0.056396484375, 0.1241455078125, 0.2237548828125, 0.117919921875, 0.10107421875, 0.1436767578125, 0.150390625, 0.0938720703125, 0.1693115234375, 0.09130859375, 0.030654...
embed
4253754_c0
4253754
lisp
0
Title: Emacs lisp: is it possible (using lisp) to run command in an eshell working in other buffer? Problem title: Emacs lisp: is it possible (using lisp) to run command in an eshell working in other buffer? Tags: shell, elisp, lisp, g%2B%2B, emacs Problem: Emacs lisp: is it possible (using lisp) to run command in an e...
Emacs lisp: is it possible (using lisp) to run command in an eshell working in other buffer? Emacs lisp: is it possible (using lisp) to run command in an eshell working in other buffer? shell elisp lisp g%2B%2B emacs lisp Emacs Emacs lisp: is it possible (using lisp) to run command in an eshell working in other buffer?...
[ 0.0021820068359375, 0.004547119140625, -0.0126953125, 0.00194549560546875, -0.023681640625, 0.034912109375, -0.00075531005859375, -0.0017852783203125, -0.021240234375, -0.018310546875, 0.0025634765625, 0.01287841796875, 0.0012969970703125, 0.01055908203125, 0, -0.032470703125, -0.018...
[ 85269, 4439, 400, 7008, 7722, 223, 11675, 75101, 23, 28, 128019, 20697, 3789, 373, 18234, 15296, 706, 352, 2263, 51042, 110527, 1632, 32562, 37223, 31344, 15700, 99091, 9969, 1340, 47, 919, 758, 140992, 11435, 98352, 9803, 3525, 123789, 191...
[ 0.1171875, 0.123291015625, 0.10986328125, 0.2073974609375, 0.1610107421875, 0.061767578125, 0.166259765625, 0.2255859375, 0.0606689453125, 0.1375732421875, 0.254150390625, 0.076416015625, 0.126220703125, 0.0411376953125, 0.1619873046875, 0.059661865234375, 0.00830078125, 0.01882934...
embed
17751856_c0
17751856
lisp
0
Title: Can one use the &quot;it&quot; command outside of a loop in Lisp? Problem title: Can one use the &quot;it&quot; command outside of a loop in Lisp? Tags: common-lisp, lisp, syntactic-sugar Problem: Can one use the "it" command outside of a loop in Lisp? I know that in a Lisp loop, one can use the special variable...
Can one use the &quot;it&quot; command outside of a loop in Lisp? Can one use the &quot;it&quot; command outside of a loop in Lisp? common-lisp lisp syntactic-sugar Can Lisp Can one use the "it" command outside of a loop in Lisp? I know that in a Lisp loop, one can use the special variable "it", as in this example from...
[ 0.016845703125, 0.02490234375, -0.006744384765625, -0.00921630859375, -0.005218505859375, 0.0189208984375, 0.006072998046875, 0.004913330078125, 0.00171661376953125, -0.0537109375, 0.0103759765625, 0.037841796875, -0.01611328125, 0.005035400390625, 0.0120849609375, 0.00531005859375, ...
[ 4171, 4527, 41502, 217, 1230, 75101, 50782, 111, 40956, 23, 1261, 7008, 1632, 39210, 4086, 254, 400, 6002, 102, 49086, 1159, 1970, 70, 10, 831, 5361, 77336, 27781, 19770, 183234, 23755, 2633, 4343, 442, 143726, 101087, 18151, 10176, 318, ...
[ 0.08819580078125, 0.1600341796875, 0.0987548828125, 0.2423095703125, 0.0699462890625, 0.25390625, 0.2071533203125, 0.0946044921875, 0.2071533203125, 0.07550048828125, 0.160400390625, 0.240478515625, 0.04412841796875, 0.061859130859375, 0.09259033203125, 0.1683349609375, 0.09106445312...
embed
2501046_c0
2501046
lisp
0
Title: Newbie: Keybindings error in Elisp Problem title: Newbie: Keybindings error in Elisp Tags: lisp, emacs, elisp Problem: Newbie: Keybindings error in Elisp I am trying to make a simple keybinding to the "na" function. When I execute (na) it inserts "å" in the current buffer, which it is supposed to, but the when I...
Newbie: Keybindings error in Elisp Newbie: Keybindings error in Elisp lisp emacs elisp Newbie Keybindings Elisp C-c C-t Liten Newbie: Keybindings error in Elisp I am trying to make a simple keybinding to the "na" function. When I execute (na) it inserts "å" in the current buffer, which it is supposed to, but the when I...
[ 0.0028839111328125, -0.010009765625, 0.01055908203125, -0.02783203125, 0.01348876953125, 0.0230712890625, -0.00439453125, 0.002777099609375, -0.00970458984375, -0.01031494140625, 0.00014781951904296875, -0.00482177734375, -0.004150390625, 0.0140380859375, -0.003173828125, -0.0133666992...
[ 2356, 9014, 26824, 128239, 7, 18499, 25318, 7008, 2263, 15296, 510, 31577, 8781, 22799, 47, 76, 32354, 71924, 183540, 6752, 43581, 373, 18234, 134598, 9790, 151552, 5117, 13315, 1456, 35133, 10750, 75101, 254, 24, 98908, 3509, 19770, 3564, ...
[ 0.02899169921875, 0.15185546875, 0.122314453125, 0.2548828125, 0.001129150390625, 0.19482421875, 0.0762939453125, 0.220703125, 0.033843994140625, 0.007232666015625, 0.1024169921875, 0.06585693359375, 0.09765625, 0.139404296875, 0.04705810546875, 0.220703125, 0.1561279296875, 0.1351...
embed
26117386_c0
26117386
lisp
0
Title: Why Scheme requires apply in Y-combinator implementation, but Racket doesn&#x27;t? Problem title: Why Scheme requires apply in Y-combinator implementation, but Racket doesn&#x27;t? Tags: lisp, apply, y-combinator, scheme, racket Problem: Why Scheme requires apply in Y-combinator implementation, but Racket doesn'...
Why Scheme requires apply in Y-combinator implementation, but Racket doesn&#x27;t? Why Scheme requires apply in Y-combinator implementation, but Racket doesn&#x27;t? lisp apply y-combinator scheme racket Why Scheme Y-combinator Racket Fact Fib Why Scheme requires apply in Y-combinator implementation, but Racket doesn't...
[ 0.0167236328125, 0.0169677734375, 0.0230712890625, 0.0283203125, 0.026611328125, -0.01129150390625, -0.003997802734375, -0.0079345703125, 0.0023956298828125, -0.0206298828125, 0.0164794921875, -0.0194091796875, -0.0262451171875, -0.0184326171875, 0.0072021484375, -0.01129150390625, 0...
[ 44084, 34702, 282, 144570, 59911, 990, 277, 19155, 1290, 208124, 2552, 27853, 22027, 3768, 18, 23, 1284, 400, 7008, 113, 150370, 673, 132640, 3698, 14602, 64209, 32354, 959 ]
[ 0.1190185546875, 0.186279296875, 0.1827392578125, 0.142578125, 0.2235107421875, 0.1973876953125, 0.0687255859375, 0.1890869140625, 0.1292724609375, 0.1304931640625, 0.119384765625, 0.197265625, 0.058349609375, 0.01934814453125, 0.0826416015625, 0.0108642578125, 0.055023193359375, 0...
embed
67879989_c0
67879989
lisp
0
Title: I need to make a function in Racket that removes elements similar to each other from the list Problem title: I need to make a function in Racket that removes elements similar to each other from the list Tags: lisp, paradigms, racket Problem: I need to make a function in Racket that removes elements similar to ea...
I need to make a function in Racket that removes elements similar to each other from the list I need to make a function in Racket that removes elements similar to each other from the list lisp paradigms racket the Racket I need to make a function in Racket that removes elements similar to each other from the list I nee...
[ -0.01409912109375, 0.033203125, -0.00909423828125, 0.00811767578125, -0.00159454345703125, 0.0037384033203125, -0.00347900390625, 0.0064697265625, 0.00066375732421875, -0.0040283203125, -0.0164794921875, -0.0017852783203125, 0.0020904541015625, -0.000850677490234375, -0.015380859375, 0...
[ 3871, 3249, 32354, 2552, 27853, 87388, 80854, 21373, 47, 12638, 3789, 1295, 5303, 400, 7008, 214709, 673, 23, 7, 28282, 27781, 27875, 83324, 2481, 959, 35829, 114977, 184750, 105950, 864, 32, 11343, 230612, 238 ]
[ 0.06170654296875, 0.0491943359375, 0.1865234375, 0.1251220703125, 0.242431640625, 0.1441650390625, 0.1612548828125, 0.20263671875, 0.01971435546875, 0.0306396484375, 0.0833740234375, 0.0921630859375, 0.1610107421875, 0.04473876953125, 0.1109619140625, 0.119873046875, 0.05911254882812...
embed
40535833_c0
40535833
lisp
0
Title: list to tree in typedracket Problem title: list to tree in typedracket Tags: functional-programming, lisp, racket, typed-racket Problem: list to tree in typedracket I am trying to convert a list of integers to a tree. The following are my function definitions: (define-struct (Some T) ([value : T])) (define-type ...
list to tree in typedracket list to tree in typedracket functional-programming lisp racket typed-racket a Some Option None BST Integer Listof list to tree in typedracket I am trying to convert a list of integers to a tree. The following are my function definitions: I am learning from home and have no idea what to do af...
[ -0.00689697265625, 0.00897216796875, -0.00653076171875, -0.01226806640625, 0.0128173828125, 0.01165771484375, -0.016357421875, -0.03173828125, -0.00762939453125, -0.0086669921875, -0.013916015625, -0.0291748046875, 0.01397705078125, 0.01708984375, -0.004486083984375, -0.00982666015625,...
[ 5303, 47, 53201, 23, 10644, 3041, 27853, 123309, 28966, 400, 7008, 673, 219, 31384, 86769, 438, 8545, 44401, 1261, 36834, 31577, 96760, 892, 26255, 25632, 32354, 80934, 52080, 1295, 5368, 6528, 2367, 54, 7103, 18344, 20469, 22936, 4358 ]
[ 0.2159423828125, 0.126220703125, 0.276611328125, 0.044586181640625, 0.15185546875, 0.0843505859375, 0.17919921875, 0.1290283203125, 0.10223388671875, 0.05841064453125, 0.1107177734375, 0.051849365234375, 0.0244140625, 0.0010585784912109375, 0.1474609375, 0.0104217529296875, 0.1059570...
embed
27305757_c0
27305757
lisp
0
Title: Learning vectors Problem title: Learning vectors Tags: scheme, lisp, racket Problem: Learning vectors I'm learning how vectors work. I have two vectors, one contains names and the other one contains "phone numbers". I wrote a function which is displaying all names and all phone number next to each other: (define...
Learning vectors Learning vectors scheme lisp racket Learning Tom Michael John Julia Learning vectors I'm learning how vectors work. I have two vectors, one contains names and the other one contains "phone numbers". I wrote a function which is displaying all names and all phone number next to each other: Result is: Is ...
[ -0.00113677978515625, 0.04638671875, -0.0096435546875, 0.038818359375, 0.00830078125, 0.0220947265625, -0.0196533203125, -0.0079345703125, -0.0030517578125, -0.05322265625, -0.00274658203125, -0.0223388671875, -0.004547119140625, 0.0007781982421875, -0.0179443359375, -0.000797271728515...
[ 114344, 22834, 22230, 150370, 400, 7008, 673, 27853, 8352, 11617, 4939, 60592, 52080, 3642, 4488, 765, 6626, 70541, 123055, 136, 3789, 26551, 101935, 54397, 32354, 44116, 756, 24089, 14012, 11737, 12638, 126684, 903, 70, 7108, 3917, 11522 ]
[ 0.20166015625, 0.256103515625, 0.2308349609375, 0.1871337890625, 0.07135009765625, 0.120849609375, 0.07684326171875, 0.171142578125, 0.11810302734375, 0.127197265625, 0.10546875, 0.205322265625, 0.11212158203125, 0.039825439453125, 0.13720703125, 0.03466796875, 0.12078857421875, 0....
embed
20060772_c0
20060772
lisp
0
Title: Counting elements of a list and sublists Problem title: Counting elements of a list and sublists Tags: lisp, racket, scheme Problem: Counting elements of a list and sublists I'm trying to create a function to count all the elements in a list, including the elements of its sublists. initially, to get started, i c...
Counting elements of a list and sublists Counting elements of a list and sublists lisp racket scheme Counting Counting elements of a list and sublists I'm trying to create a function to count all the elements in a list, including the elements of its sublists. initially, to get started, i came up with a basic function m...
[ -0.00136566162109375, 0.019287109375, -0.00994873046875, 0.0098876953125, 0.006561279296875, 0.0137939453125, -0.0037384033203125, -0.002838134765625, 0.0062255859375, -0.044189453125, -0.007476806640625, -0.031005859375, 0.0186767578125, 0.0279541015625, 0.007476806640625, -0.00805664...
[ 1311, 128396, 80854, 111, 5303, 136, 1614, 6562, 400, 7008, 673, 27853, 150370, 31577, 28282, 32354, 47, 54529, 756, 23, 26859, 62822, 759, 154663, 4358, 15426, 11782, 4527, 140909, 56574 ]
[ 0.14208984375, 0.17724609375, 0.222900390625, 0.051483154296875, 0.2294921875, 0.11767578125, 0.1981201171875, 0.238037109375, 0.0704345703125, 0.1512451171875, 0.06256103515625, 0.1778564453125, 0.157470703125, 0.049591064453125, 0.08428955078125, 0.1744384765625, 0.025665283203125,...
embed
3277352_c0
3277352
lisp
0
Title: Is there a Scheme implementation that parallelizes? Problem title: Is there a Scheme implementation that parallelizes? Tags: language-implementation, lisp, functional-programming, scheme, parallel-processing Problem: Is there a Scheme implementation that parallelizes? Is there a R5RS-or-higher Scheme implementat...
Is there a Scheme implementation that parallelizes? Is there a Scheme implementation that parallelizes? language-implementation lisp functional-programming scheme parallel-processing Scheme Is there a Scheme implementation that parallelizes? Is there a R5RS-or-higher Scheme implementation that does parallelization? For...
[ 0.00787353515625, 0.035888671875, 0.007293701171875, -0.0052490234375, -0.0206298828125, -0.0004596710205078125, 0.00128936767578125, -0.0123291015625, -0.006744384765625, -0.032958984375, 0.0032196044921875, 0.01318359375, -0.0166015625, -0.01373291015625, -0.00860595703125, 0.0052185...
[ 2071, 2685, 10, 34702, 282, 208124, 450, 95103, 20650, 7, 46876, 197648, 400, 7008, 123309, 28966, 150370, 63923, 627, 758, 15396, 84396, 14602, 47691, 5154, 54, 1221, 9433, 138, 190, 361, 134477, 2174, 36279, 831, 442, 134598, 92940, 56037...
[ 0.033660888671875, 0.07220458984375, 0.043182373046875, 0.2198486328125, 0.1922607421875, 0.2298583984375, 0.0438232421875, 0.270263671875, 0.1644287109375, 0.0615234375, 0.089599609375, 0.13427734375, 0.050811767578125, 0.138671875, 0.1644287109375, 0.0843505859375, 0.1800537109375,...
embed
25771708_c0
25771708
lisp
0
Title: LISP Exercice Fam Tr Problem title: LISP Exercice Fam Tr Tags: common-lisp, lisp Problem: LISP Exercice Fam Tr I'm trying to do this exercise like this: (defconstant *family-tree* '((father Barack Pat) (mother Michelle Pat) (father GeorgeW Peter) (mother Laura Peter) (father GeogerH James (mother Barbara James) ...
LISP Exercice Fam Tr LISP Exercice Fam Tr common-lisp lisp LISP Exercice Fam Barack Pat Michelle GeorgeW Peter Laura GeogerH James Barbara Bill Jane Hillary Mark Mary John LISP Exercice Fam Tr I'm trying to do this exercise like this: But I'm not sure if this is the best way. Moreover, I have no idea how to create the ...
[ 0.034423828125, 0.0103759765625, -0.01263427734375, -0.00872802734375, -0.0031280517578125, 0.0218505859375, -0.010986328125, 0.0108642578125, 0.00506591796875, -0.052490234375, -0.00439453125, -0.0159912109375, 0.00122833251953125, 0.036865234375, -0.00213623046875, 0.00384521484375, ...
[ 16970, 9434, 155534, 329, 52917, 5454, 39210, 4086, 254, 400, 7008, 76140, 9876, 113835, 14787, 1456, 7948, 41193, 30152, 1505, 841, 14631, 73149, 19893, 48511, 124830, 7880, 23213, 4939, 31577, 47, 54, 903, 81979, 1884, 9077, 2965, 3917, 6...
[ 0.170654296875, 0.244873046875, 0.219482421875, 0.1121826171875, 0.1944580078125, 0.186767578125, 0.1536865234375, 0.15234375, 0.170166015625, 0.1728515625, 0.2021484375, 0.196533203125, 0.1339111328125, 0.1602783203125, 0.1199951171875, 0.08349609375, 0.139892578125, 0.1640625, ...
embed
26454550_c1
26454550
lisp
1
for now. (defun cut-print (numbers cut-length) (let ((x numbers) (y cut-length) (k 0)) (loop while (> (length x) 0) do (tagbody ;; subtracting the min value from all list elements (setq x (map 'list (lambda (i) (- i y)) x)) ;; Don't print if the list length hasn't changed ;; from last iteration ;; else save length cha...
for now. (defun cut-print (numbers cut-length) (let ((x numbers) (y cut-length) (k 0)) (loop while (> (length x) 0) do (tagbody ;; subtracting the min value from all list elements (setq x (map 'list (lambda (i) (- i y)) x)) ;; Don't print if the list length hasn't changed ;; from last iteration ;; else save length cha...
[ 0.0069580078125, 0.00701904296875, 0.0198974609375, 0.00775146484375, -0.0115966796875, 0.0123291015625, -0.00128936767578125, -0.003997802734375, 0.0218505859375, 0.038818359375, -0.0224609375, -0.009521484375, -0.01324462890625, -0.0072021484375, -0.003753662109375, -0.00497436523437...
[ 100, 5036, 112, 16498, 59226, 35662, 2606, 1297, 23986, 927, 1974, 425, 101935, 53, 92, 757, 28354, 12960, 2740, 1022, 54, 6936, 37873, 1614, 39989, 881, 34292, 756, 5303, 80854, 3509, 864, 62346, 6562, 6492, 85, 9, 17, 113, 18, 28412, ...
[ 0.13623046875, 0.1939697265625, 0.10736083984375, 0.1561279296875, 0.2318115234375, 0.2066650390625, 0.067626953125, 0.059326171875, 0.0755615234375, 0.012725830078125, 0.04864501953125, 0.0207672119140625, 0.1163330078125, 0.04962158203125, 0.0220184326171875, 0.0733642578125, 0.100...
embed
52401107_c0
52401107
lisp
0
Title: Interpreting SCHEME for SICP Problem title: Interpreting SCHEME for SICP Tags: sicp, scheme, lisp Problem: Interpreting SCHEME for SICP I have read through a bunch of Structures and Interpretations of Computer Programs and it has really captured me. I love they way it explains programming concepts. But the probl...
Interpreting SCHEME for SICP Interpreting SCHEME for SICP sicp scheme lisp Interpreting SCHEME SICP Interpreting SCHEME for SICP I have read through a bunch of Structures and Interpretations of Computer Programs and it has really captured me. I love they way it explains programming concepts. But the problem is that I d...
[ 0.0009918212890625, 0.00836181640625, -0.0040283203125, 0.033935546875, -0.0206298828125, 0.006561279296875, -0.0035400390625, -0.0113525390625, -0.017578125, -0.040771484375, -0.004669189453125, 0.00579833984375, -0.0272216796875, -0.0179443359375, -0.006805419921875, -0.0108642578125...
[ 5337, 4692, 1916, 97692, 121377, 100, 159, 198993, 26536, 254, 150370, 400, 7008, 12301, 147306, 63667, 238, 159838, 40139, 7663, 6183, 141621, 5161, 73342, 56037, 23755, 2967, 3714, 3642, 2046, 78999, 34702, 282, 20697, 5045, 69405, 29481, 5...
[ 0.1279296875, 0.221435546875, 0.0831298828125, 0.2054443359375, 0.19775390625, 0.10064697265625, 0.1031494140625, 0.24951171875, 0.1279296875, 0.18408203125, 0.2333984375, 0.0704345703125, 0.1826171875, 0.0271148681640625, 0.0216217041015625, 0.0712890625, 0.000335693359375, 0.1658...
embed
7537805_c0
7537805
lisp
0
Title: Proper way to program in Lisp? Problem title: Proper way to program in Lisp? Tags: common-lisp, lisp Problem: Proper way to program in Lisp? I'm new to Common Lisp, and found myself taking advantage of way functions returns values. The following are to two trivial examples: (defun safe-avg (a b) (and (numberp a)...
Proper way to program in Lisp? Proper way to program in Lisp? common-lisp lisp Proper Lisp Proper way to program in Lisp? I'm new to Common Lisp, and found myself taking advantage of way functions returns values. The following are to two trivial examples: But I could've written it like this (arguably clearer): I wanted...
[ -0.00927734375, -0.00396728515625, 0.0140380859375, 0.000164031982421875, -0.01519775390625, 0.00885009765625, 0.0162353515625, -0.01397705078125, 0.00885009765625, -0.0260009765625, 0.0172119140625, 0.01397705078125, -0.00506591796875, 0.0033721923828125, 0.007354736328125, 0.00091934...
[ 1250, 1264, 3917, 47, 1528, 23, 1261, 7008, 39210, 4086, 254, 400, 3525, 151301, 35971, 92940, 32354, 30646, 142424, 27781, 5809, 272, 59121, 1884, 903, 34735, 36663, 3714, 12601, 2822, 55300, 20594, 31635, 50155, 8108, 162753, 62122 ]
[ 0.10296630859375, 0.1390380859375, 0.20166015625, 0.048858642578125, 0.2493896484375, 0.09844970703125, 0.169677734375, 0.2342529296875, 0.079345703125, 0.08642578125, 0.1146240234375, 0.10211181640625, 0.0309600830078125, 0.133056640625, 0.017669677734375, 0.11383056640625, 0.149902...
embed
33872902_c0
33872902
lisp
0
Title: How to place an element in a list? (lisp) Problem title: How to place an element in a list? (lisp) Tags: common-lisp, lisp Problem: How to place an element in a list? (lisp) (defun tictactoe3d () '( ((NIL NIL NIL) (NIL NIL NIL) (NIL NIL NIL)) ((NIL NIL NIL) (NIL NIL NIL) (NIL NIL NIL)) ((NIL NIL NIL) (NIL NIL NI...
How to place an element in a list? (lisp) How to place an element in a list? (lisp) common-lisp lisp How tictactoe3d NIL How to place an element in a list? (lisp) I need a function that will add a X or a O in the place of a NIL and I need that function to ask the user where he wants to put it. The board game is a tic t...
[ 0.004913330078125, 0.017578125, 0.01611328125, -0.00457763671875, -0.0029296875, 0.015625, 0.01422119140625, 0.002838134765625, 0.0086669921875, -0.00531005859375, 0.01483154296875, -0.0189208984375, 0.007476806640625, -0.00115203857421875, -0.0267333984375, 0.000637054443359375, 0.0...
[ 11249, 47, 3687, 12830, 23, 10, 5303, 4086, 254, 142, 39210, 400, 7008, 96212, 102, 44150, 13, 363, 71, 541, 16444, 3871, 32354, 15190, 1193, 707, 180, 26458, 38937, 7440, 86171, 3884, 45443, 6712, 36322, 4375, 138, 397, 6896, 892, 1438...
[ 0.104248046875, 0.09320068359375, 0.1871337890625, 0.2237548828125, 0.132080078125, 0.04443359375, 0.2177734375, 0.035003662109375, 0.112060546875, 0.0196990966796875, 0.09722900390625, 0.037445068359375, 0.127197265625, 0.1455078125, 0.121337890625, 0.09716796875, 0.0791015625, 0....
embed
35673996_c0
35673996
lisp
0
Title: Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? Problem title: Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? Tags: lisp, common-lisp Problem: Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? True or False? C...
Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? lisp common-lisp the Common Lisp CAR CDR CONS Common Lisp: Are all functions built from the core functions, CAR, CDR, CONS, etc? True or False? Common Lis...
[ -0.00341796875, 0.00640869140625, 0.005523681640625, 0.025146484375, -0.0198974609375, 0.0014801025390625, 0.00225830078125, -0.0003376007080078125, 0.0111083984375, -0.0157470703125, 0.006195068359375, -0.003662109375, -0.01275634765625, 0.0286865234375, 0.01300048828125, -0.007629394...
[ 151301, 1261, 7008, 756, 32354, 7, 88303, 1295, 56458, 42476, 23498, 109022, 313, 400, 39210, 4086, 254, 87599, 707, 22225, 184, 1556, 101120, 3164, 5809, 17368, 903, 19336, 5423, 117032, 178102, 232856, 14452, 397, 12689, 6538, 3358, 129656,...
[ 0.2418212890625, 0.209228515625, 0.242919921875, 0.09722900390625, 0.242919921875, 0.037933349609375, 0.1475830078125, 0.10150146484375, 0.18359375, 0.22412109375, 0.20263671875, 0.1685791015625, 0.025146484375, 0.1356201171875, 0.180419921875, 0.153564453125, 0.170654296875, 0.203...
embed
6298662_c0
6298662
lisp
0
Title: write comparison string function Problem title: write comparison string function Tags: string, lisp, comparison, common-lisp Problem: write comparison string function I fully understand the use of list in lisp but I 've got problem using string. I try to write my own code of functions like string> or string< fro...
write comparison string function write comparison string function string lisp comparison common-lisp write comparison string function I fully understand the use of list in lisp but I 've got problem using string. I try to write my own code of functions like string> or string< from common lisp to understand how lisp dea...
[ -0.00787353515625, 0.00775146484375, -0.0079345703125, 0.0225830078125, -0.003936767578125, -0.0032501220703125, 0.014404296875, -0.009765625, 0.01031494140625, 0.030517578125, 0.0057373046875, -0.003173828125, -0.0030059814453125, 0.004638671875, -0.0002899169921875, -0.0078125, 0.0...
[ 33022, 225490, 79315, 32354, 400, 7008, 39210, 4086, 254, 28219, 4527, 5303, 2967, 17368, 10002, 18151, 111, 2740, 16093, 8, 16765, 678, 1563, 238, 112, 167785, 5125, 30646, 615, 21441, 1614, 184, 864, 125429, 10001, 50218, 2263, 720, 757, ...
[ 0.1668701171875, 0.2374267578125, 0.240478515625, 0.2064208984375, 0.110107421875, 0.1881103515625, 0.09906005859375, 0.07464599609375, 0.1512451171875, 0.0634765625, 0.05419921875, 0.15087890625, 0.10205078125, 0.070556640625, 0.0355224609375, 0.12939453125, 0.004364013671875, 0.0...
embed
6980846_c0
6980846
lisp
0
Title: Emacs php-mode font-lock properties are not applied to certain chars Problem title: Emacs php-mode font-lock properties are not applied to certain chars Tags: regex, php-mode, emacs, lisp, font-lock Problem: Emacs php-mode font-lock properties are not applied to certain chars For example variable dollar signs. p...
Emacs php-mode font-lock properties are not applied to certain chars Emacs php-mode font-lock properties are not applied to certain chars regex php-mode emacs lisp font-lock Emacs Emacs php-mode font-lock properties are not applied to certain chars For example variable dollar signs. php-mode.el line 1087: If I'm not mi...
[ 0.00518798828125, -0.010498046875, -0.0032958984375, -0.0162353515625, -0.00927734375, 0.0279541015625, -0.0021209716796875, 0.036376953125, -0.00180816650390625, 0.0211181640625, 0.0002574920654296875, 0.0284423828125, -0.02734375, -0.0024261474609375, -0.00927734375, 0.00701904296875...
[ 85269, 4439, 3958, 61170, 12401, 21135, 183871, 959, 190659, 47, 24233, 21441, 6835, 3355, 352, 2263, 400, 7008, 77336, 15437, 24092, 583, 13315, 19308, 121742, 83613, 5608, 14858, 3650, 21690, 2886, 26719, 26366, 15400, 56112, 18, 9, 57266, ...
[ 0.1539306640625, 0.1614990234375, 0.1922607421875, 0.1480712890625, 0.20263671875, 0.2459716796875, 0.1944580078125, 0.109130859375, 0.1326904296875, 0.0223388671875, 0.0877685546875, 0.1859130859375, 0.1207275390625, 0.150390625, 0.05755615234375, 0.0633544921875, 0.040283203125, ...
embed
4296895_c0
4296895
lisp
0
Title: Correct usage of destructuring-bind Problem title: Correct usage of destructuring-bind Tags: common-lisp, lisp Problem: Correct usage of destructuring-bind I'm experimenting with destructuring-bind as follows: (destructuring-bind (a b) '(1 2) (list a b))) When I evaluate this in the REPL I get: READ from #1=#<IN...
Correct usage of destructuring-bind Correct usage of destructuring-bind common-lisp lisp #1 Correct READ INPUT STRING-INPUT-STREAM Condition SYSTEM::SIMPLE-READER-ERROR Correct usage of destructuring-bind I'm experimenting with destructuring-bind as follows: When I evaluate this in the REPL I get: I expected the result...
[ 0.004119873046875, 0.021484375, -0.0034637451171875, 0.0005950927734375, 0.0145263671875, 0.03125, 0.0026702880859375, 0.00167083740234375, -0.00537109375, -0.028564453125, 0.003662109375, -0.0240478515625, 0.004791259765625, 0.0137939453125, -0.00408935546875, -0.0026092529296875, -...
[ 46348, 15390, 127689, 8, 36716, 53089, 89817, 39210, 4086, 254, 400, 7008, 188300, 5881, 46549, 23186, 8852, 124599, 56564, 46347, 90420, 73434, 103084, 41519, 18044, 12501, 14255, 9, 28007, 151575, 9069, 21130, 87, 84751, 16750, 186, 18499, ...
[ 0.150146484375, 0.0867919921875, 0.189697265625, 0.1314697265625, 0.197021484375, 0.1905517578125, 0.295654296875, 0.116943359375, 0.044158935546875, 0.1085205078125, 0.032501220703125, 0.1048583984375, 0.1181640625, 0.039215087890625, 0.084228515625, 0.0151824951171875, 0.0336914062...
embed
1988_c0
1988
lisp
0
Title: How far can LISP macros go? Problem title: How far can LISP macros go? Tags: macros, lisp Problem: How far can LISP macros go? I have read a lot that LISP can redefine syntax on the fly, presumably with macros. I am curious how far does this actually go? Can you redefine the language structure so much that it bo...
How far can LISP macros go? How far can LISP macros go? macros lisp How LISP How far can LISP macros go? I have read a lot that LISP can redefine syntax on the fly, presumably with macros. I am curious how far does this actually go? Can you redefine the language structure so much that it borderline becomes a compiler f...
[ 0.01507568359375, 0.0166015625, 0.0045166015625, 0.00823974609375, -0.0042724609375, 0.0177001953125, -0.005645751953125, 0.004119873046875, 0.00799560546875, -0.021484375, 0.0002422332763671875, -0.0225830078125, -0.006866455078125, -0.005126953125, 0.00946044921875, -0.0198974609375,...
[ 11249, 2060, 831, 16970, 9434, 111789, 7, 738, 400, 7008, 5915, 15265, 64552, 6002, 86531, 98, 12403, 678, 193844, 3642, 20653, 4171, 46876, 45646, 5045, 132988, 2256, 24209, 9969, 34759, 15700, 5809, 15549, 123309, 31425, 3934, 1286, 36746, ...
[ 0.08056640625, 0.1689453125, 0.1163330078125, 0.186767578125, 0.26171875, 0.249755859375, 0.1065673828125, 0.1317138671875, 0.149658203125, 0.21484375, 0.0101318359375, 0.09979248046875, 0.163330078125, 0.1046142578125, 0.184814453125, 0.00457763671875, 0.105712890625, 0.0361938476...
embed
23756037_c1
23756037
lisp
1
)))) When I run the tests I get the following output: TEST: (RETURN-VALUE (> 2 1) TRUE) ==> SUCCESS TEST: (RETURN-VALUE (< 2 1) FALSE) ==> FAILURE TEST: (STANDARD-OUTPUT (> 2 1) true) ==> SUCCESS TEST: (STANDARD-OUTPUT (< 2 1) false) ==> SUCCESS Result: 3/4 tests passed. NIL The second failing case apparently gives dif...
)))) When I run the tests I get the following output: TEST: (RETURN-VALUE (> 2 1) TRUE) ==> SUCCESS TEST: (RETURN-VALUE (< 2 1) FALSE) ==> FAILURE TEST: (STANDARD-OUTPUT (> 2 1) true) ==> SUCCESS TEST: (STANDARD-OUTPUT (< 2 1) false) ==> SUCCESS Result: 3/4 tests passed. NIL The second failing case apparently gives dif...
[ 0.01953125, 0.00677490234375, 0.0081787109375, 0.00994873046875, 0.004486083984375, -0.012451171875, 0.01251220703125, -0.01416015625, -0.0017852783203125, 0.03564453125, -0.00665283203125, 0.0230712890625, -0.0244140625, 0.000789642333984375, 0.015625, -0.003936767578125, 0.00976562...
[ 80126, 14847, 87, 11675, 70, 109921, 2046, 25632, 140992, 384, 21828, 41116, 14503, 839, 61152, 37066, 2740, 116, 4879, 149842, 16817, 441, 194695, 16093, 7842, 9127, 15491, 16444, 66704, 75700, 397, 49444, 52001, 124599, 29568, 98320, 126684, ...
[ 0.1405029296875, 0.026275634765625, 0.013153076171875, 0.1512451171875, 0.01800537109375, 0.296875, 0.0168304443359375, 0.04754638671875, 0.2042236328125, 0.1771240234375, 0.2369384765625, 0.1248779296875, 0.1842041015625, 0.035675048828125, 0.1639404296875, 0.059844970703125, 0.0722...
embed
26806890_c0
26806890
lisp
0
Title: Finding average of nested list in Common Lisp Problem title: Finding average of nested list in Common Lisp Tags: nested-lists, lisp, common-lisp, average Problem: Finding average of nested list in Common Lisp ive been struggling to the the average of a nested list and this is what i have at the moment: (defun ne...
Finding average of nested list in Common Lisp Finding average of nested list in Common Lisp nested-lists lisp common-lisp average Finding Common Lisp nested-average2 Finding average of nested list in Common Lisp ive been struggling to the the average of a nested list and this is what i have at the moment: However it re...
[ -0.0120849609375, -0.0011138916015625, -0.00099945068359375, -0.007293701171875, 0.0115966796875, 0.03466796875, -0.00323486328125, -0.01141357421875, 0.007598876953125, -0.0380859375, -0.0019989013671875, -0.032470703125, 0.019287109375, 0.01202392578125, 0.015869140625, 0.02136230468...
[ 26040, 83080, 8512, 71, 5303, 151301, 1261, 7008, 23, 6562, 400, 39210, 4086, 254, 8216, 29838, 304, 237875, 3095, 30646, 351, 28271, 14012, 17368, 903, 86, 14437, 242, 15094, 1197, 4879, 387, 17966, 11516, 83875, 49413, 77816, 1112, 744, ...
[ 0.091064453125, 0.234619140625, 0.23828125, 0.1004638671875, 0.2132568359375, 0.1490478515625, 0.1202392578125, 0.17138671875, 0.008941650390625, 0.189697265625, 0.081298828125, 0.1141357421875, 0.0955810546875, 0.1368408203125, 0.1519775390625, 0.14111328125, 0.1419677734375, 0.08...
embed
2932441_c0
2932441
lisp
0
Title: scheme2lisp::define function and pass it as parameter Problem title: scheme2lisp::define function and pass it as parameter Tags: scheme, lisp, functional-programming, function Problem: scheme2lisp::define function and pass it as parameter I need to translate some code from Scheme to Common Lisp. Now, I have some...
scheme2lisp::define function and pass it as parameter scheme2lisp::define function and pass it as parameter scheme lisp functional-programming function scheme2lisp::define scheme2lisp::define function and pass it as parameter I need to translate some code from Scheme to Common Lisp. Now, I have something like this: but...
[ 0.004730224609375, 0.029296875, -0.000637054443359375, 0.018798828125, -0.011962890625, -0.00946044921875, -0.004913330078125, 0.0013275146484375, 0.00775146484375, -0.02783203125, 0.0023956298828125, 0.01495361328125, -0.019287109375, -0.0184326171875, 0.0126953125, 0.0162353515625, ...
[ 150370, 304, 4086, 254, 112, 64552, 32354, 27875, 442, 237, 171859, 400, 7008, 123309, 28966, 3871, 3900, 19309, 18151, 1295, 34702, 282, 47, 151301, 1261, 1884, 27489, 18499, 39527, 44335 ]
[ 0.2310791015625, 0.127685546875, 0.051361083984375, 0.1546630859375, 0.0552978515625, 0.19921875, 0.1983642578125, 0.102294921875, 0.013580322265625, 0.051513671875, 0.21337890625, 0.06500244140625, 0.1597900390625, 0.1282958984375, 0.0616455078125, 0.0141448974609375, 0.062927246093...
embed
33114338_c0
33114338
lisp
0
Title: Lisp: How to stop unwanted reassignment of multiple list variables Problem title: Lisp: How to stop unwanted reassignment of multiple list variables Tags: lisp, common-lisp, variables, list Problem: Lisp: How to stop unwanted reassignment of multiple list variables In lisp, I have the following example code: (se...
Lisp: How to stop unwanted reassignment of multiple list variables Lisp: How to stop unwanted reassignment of multiple list variables lisp common-lisp variables list Lisp How list1 list2 Lisp: How to stop unwanted reassignment of multiple list variables In lisp, I have the following example code: I want the result to b...
[ 0.0128173828125, 0.0118408203125, 0.005157470703125, 0.0196533203125, -0.00183868408203125, 0.0086669921875, -0.01092529296875, 0.007354736328125, 0.01275634765625, 0.01397705078125, 0.0118408203125, 0.000545501708984375, 0.019775390625, 0.013916015625, -0.00029754638671875, 0.00433349...
[ 1261, 7008, 11249, 7279, 3206, 456, 162, 31304, 48716, 5303, 77336, 3674, 400, 39210, 4086, 254, 418, 304, 51, 27781, 18151, 3444, 16750, 186, 1284, 64457, 653, 927, 12830, 15044, 6562, 48762, 66596, 5423, 105950, 110680, 56104, 15700, 1554...
[ 0.1461181640625, 0.20947265625, 0.0384521484375, 0.2015380859375, 0.1348876953125, 0.11474609375, 0.06427001953125, 0.182373046875, 0.1533203125, 0.159912109375, 0.213134765625, 0.00927734375, 0.1181640625, 0.03900146484375, 0.05224609375, 0.114990234375, 0.057952880859375, 0.13024...
embed
12655534_c0
12655534
lisp
0
Title: Lisp function: count the number of atoms in an expression Problem title: Lisp function: count the number of atoms in an expression Tags: lisp Problem: Lisp function: count the number of atoms in an expression I am writing a function in lisp and I am not getting a result. The function is to count the number of at...
Lisp function: count the number of atoms in an expression Lisp function: count the number of atoms in an expression lisp Lisp COND EXP ATOM COUNT-ATOMS FIRST REST Lisp function: count the number of atoms in an expression I am writing a function in lisp and I am not getting a result. The function is to count the number ...
[ 0.006683349609375, 0.0179443359375, 0.006500244140625, 0.0230712890625, -0.00162506103515625, 0.0235595703125, 0.003570556640625, 0.003997802734375, -0.0009765625, -0.02880859375, 0.005401611328125, -0.018798828125, 0.016845703125, 0.0166015625, 0.0179443359375, 0.0203857421875, -0.0...
[ 1261, 7008, 32354, 54529, 14012, 34627, 7, 23, 125195, 400, 14452, 397, 104165, 62, 117032, 8244, 64163, 78863, 133907, 8545, 627, 21828, 32562, 959, 20949, 16750, 83, 47, 11675, 95701, 756, 2046, 25632, 15490, 4358 ]
[ 0.1619873046875, 0.2259521484375, 0.2108154296875, 0.1763916015625, 0.101318359375, 0.23046875, 0.063232421875, 0.036163330078125, 0.2271728515625, 0.1407470703125, 0.07403564453125, 0.065185546875, 0.1417236328125, 0.0098419189453125, 0.1258544921875, 0.0733642578125, 0.127075195312...
embed
40688184_c0
40688184
lisp
0
Title: elisp: syntax error on do clause Problem title: elisp: syntax error on do clause Tags: syntax-error, elisp, lisp, loops Problem: elisp: syntax error on do clause I am writing a Greatest Common Factor function. I kept getting errors saying "(if t (set q).....)" is not valid syntax and so I commented it out. But t...
elisp: syntax error on do clause elisp: syntax error on do clause syntax-error elisp lisp loops Greatest Common Factor elisp: syntax error on do clause I am writing a Greatest Common Factor function. I kept getting errors saying and so I commented it out. But then I was told that my do syntax is invalid. But I'm lookin...
[ -0.0020294189453125, 0.000820159912109375, -0.001312255859375, -0.00347900390625, -0.00396728515625, 0.006500244140625, -0.0030975341796875, -0.0078125, 0.003753662109375, -0.01202392578125, 0.01214599609375, 0.0031585693359375, -0.01806640625, -0.0208740234375, 0.00946044921875, 0.006...
[ 15296, 7008, 6002, 86531, 18499, 98, 54, 70731, 13, 188800, 400, 40956, 32774, 525, 151301, 117969, 32562, 32354, 93544, 54433, 6868, 1810, 30745, 83, 56649, 16487, 86681, 110, 44084, 1221, 18151, 959, 4488 ]
[ 0.1065673828125, 0.2022705078125, 0.1343994140625, 0.2010498046875, 0.1807861328125, 0.0675048828125, 0.153076171875, 0.172607421875, 0.042510986328125, 0.149169921875, 0.030364990234375, 0.128173828125, 0.0570068359375, 0.0791015625, 0.1575927734375, 0.191162109375, 0.068603515625, ...
embed
27205618_c0
27205618
lisp
0
Title: Replacing a symbol in a symbolic expression Problem title: Replacing a symbol in a symbolic expression Tags: functional-programming, lisp, scheme Problem: Replacing a symbol in a symbolic expression I wish to replace the first occurrence of a symbol within pairs. For example: take (define n '((a . b) . (a . d)))...
Replacing a symbol in a symbolic expression Replacing a symbol in a symbolic expression functional-programming lisp scheme Replacing Replacing a symbol in a symbolic expression I wish to replace the first occurrence of a symbol within pairs. For example: take and i define a method context to replace the first instance ...
[ -0.0159912109375, 0.017822265625, 0.0078125, 0.01483154296875, -0.0048828125, -0.005950927734375, -0.023193359375, 0.000736236572265625, 0.0169677734375, -0.00341796875, 0.0004730224609375, 0.01068115234375, -0.006866455078125, -0.00103759765625, 0.0034027099609375, 0.01068115234375, ...
[ 853, 133266, 214, 26582, 23, 128201, 238, 125195, 123309, 28966, 400, 7008, 150370, 10, 32599, 91995, 5117, 74918, 42, 28032, 80836, 5646, 136, 17, 61924, 55300, 43701, 110527, 2480, 2684, 111, 1193, 678, 242, 132, 456, 5608, 8337, 49903, ...
[ 0.0826416015625, 0.1793212890625, 0.008544921875, 0.26611328125, 0.05596923828125, 0.2235107421875, 0.0888671875, 0.2337646484375, 0.1190185546875, 0.115234375, 0.068115234375, 0.1341552734375, 0.1251220703125, 0.0859375, 0.058685302734375, 0.1943359375, 0.09722900390625, 0.0956420...
embed
4203174_c0
4203174
lisp
0
Title: Lisp: decode-universal-time is void Problem title: Lisp: decode-universal-time is void Tags: elisp, lisp, emacs Problem: Lisp: decode-universal-time is void I'm editing orgmode, a time-management mode for emacs. I'm adding some new time functions. In my addition i need to determine the day of the week for a give...
Lisp: decode-universal-time is void Lisp: decode-universal-time is void elisp lisp emacs Lisp Lisp: decode-universal-time is void I'm editing orgmode, a time-management mode for emacs. I'm adding some new time functions. In my addition i need to determine the day of the week for a given date. I use the following code: ...
[ -0.001220703125, 0.0120849609375, 0.01171875, 0.0032958984375, -0.0140380859375, 0.00897216796875, -0.0106201171875, 0.023193359375, -0.0026702880859375, -0.0157470703125, -0.0179443359375, -0.0201416015625, 0.00021076202392578125, -0.006103515625, 0.002227783203125, 0.007049560546875,...
[ 1261, 7008, 8, 40899, 49545, 289, 6032, 83, 2292, 15296, 400, 352, 2263, 71, 27211, 30910, 61170, 1733, 87140, 13736, 7, 154107, 32354, 66044, 83324, 5155, 5895, 34475, 5622, 18151, 211603, 18499, 653, 927, 27494, 131899, 80934, 3525, 35773...
[ 0.1292724609375, 0.21533203125, 0.1602783203125, 0.2236328125, 0.09783935546875, 0.05816650390625, 0.2186279296875, 0.0830078125, 0.19873046875, 0.00579833984375, 0.07952880859375, 0.03399658203125, 0.0860595703125, 0.097900390625, 0.083984375, 0.0953369140625, 0.13818359375, 0.133...
embed