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
22876099_c0
22876099
lisp
0
Title: Parser doesn't stop parsing arbitrary newlines and whitespaces Problem title: Parser doesn't stop parsing arbitrary newlines and whitespaces Tags: lisp, parsing, peg, pegjs Problem: Parser doesn't stop parsing arbitrary newlines and whitespaces So, I'm trying to write a very basic Lisp parser in pegjs ...
Parser doesn't stop parsing arbitrary newlines and whitespaces Parser doesn't stop parsing arbitrary newlines and whitespaces lisp parsing peg pegjs Parser Start List Character LeftParenthesis RightParenthesis WhiteSpace NewLine Token token:Character token.join Tuple left:Token right:List left.concat left:Lef...
[ -0.005859375, 0.029541015625, -0.0203857421875, 0.023193359375, -0.0203857421875, 0.0211181640625, -0.0081787109375, 0.0191650390625, 0.0294189453125, -0.006988525390625, 0.0013427734375, 0.002288818359375, -0.0157470703125, 0.00848388671875, -0.01361083984375, 0.0126953125, 0.03125,...
[ 2392, 2189, 3768, 7279, 366, 6953, 61799, 3525, 59801, 136, 35011, 65421, 400, 7008, 280, 177, 31426, 7, 13794, 32036, 2263, 2347, 90911, 22392, 141012, 2356, 93232, 717, 1098, 47, 513, 1371, 25737, 7108, 154663, 4460, 370, 15665, 22553, ...
[ 0.170654296875, 0.1778564453125, 0.058074951171875, 0.1046142578125, 0.1767578125, 0.011962890625, 0.11181640625, 0.0775146484375, 0.1820068359375, 0.03106689453125, 0.071044921875, 0.17578125, 0.06915283203125, 0.165771484375, 0.0814208984375, 0.06640625, 0.1787109375, 0.087768554...
embed
5833471_c0
5833471
lisp
0
Title: Lisp - Hill Climbing Problem title: Lisp - Hill Climbing Tags: hill-climbing, lisp, search, graph, breadth-first-search Problem: Lisp - Hill Climbing Ok I have a Lisp implementation of BFS that I am trying to convert to do a hill climbing search. Here is what my BFS code looks like: ; The list of lists is the qu...
Lisp - Hill Climbing Lisp - Hill Climbing hill-climbing lisp search graph breadth-first-search Lisp Hill Climbing BFS Lisp - Hill Climbing Ok I have a Lisp implementation of BFS that I am trying to convert to do a hill climbing search. Here is what my BFS code looks like: Now, I know that instead of always expanding th...
[ 0.0224609375, 0.0361328125, -0.00543212890625, 0.010498046875, -0.01458740234375, 0.01300048828125, -0.0147705078125, -0.031005859375, -0.0157470703125, -0.015625, 0.0296630859375, -0.0169677734375, 0.003204345703125, 0.0089111328125, -0.0035552978515625, -0.0130615234375, -0.0145874...
[ 1261, 7008, 20, 37639, 313, 3141, 23709, 130473, 400, 33938, 41382, 179967, 927, 13448, 271, 86250, 335, 36381, 208124, 31577, 96760, 47, 194637, 214, 18151, 33342, 1884, 3714, 64457, 11343, 71062, 25737, 110, 112, 3871, 37202, 20903, 69236, ...
[ 0.1754150390625, 0.249755859375, 0.032012939453125, 0.218505859375, 0.018829345703125, 0.17822265625, 0.1240234375, 0.17626953125, 0.13330078125, 0.20947265625, 0.210205078125, 0.1011962890625, 0.05535888671875, 0.05096435546875, 0.1357421875, 0.178466796875, 0.05462646484375, 0.21...
embed
5628733_c0
5628733
lisp
0
Title: Lisp symbols without package bindings Problem title: Lisp symbols without package bindings Tags: symbols, package, lisp, common-lisp Problem: Lisp symbols without package bindings I've been working on some project. It should be able to do numerical and symbolic computing. But now I stuck on one problem and I don...
Lisp symbols without package bindings Lisp symbols without package bindings symbols package lisp common-lisp Lisp brand-new-package::f brand-new-package::var-symbol brand-new-package::var-variable brand-new-package::v Lisp symbols without package bindings I've been working on some project. It should be able to do numer...
[ -0.0002288818359375, -0.00787353515625, -0.00167083740234375, -0.00201416015625, -0.01275634765625, -0.005523681640625, 0.0115966796875, 0.01336669921875, 0.0016937255859375, -0.00811767578125, -0.004119873046875, 0.013427734375, 0.0113525390625, 0.0164794921875, 0.00238037109375, -0.0...
[ 1261, 7008, 26582, 15490, 98169, 128239, 400, 39210, 4086, 254, 29102, 420, 1961, 176726, 21690, 54936, 334, 20697, 13452, 54744, 128201, 242122, 179933, 1632, 2967, 103608, 63399, 104951, 32354, 15700, 11435, 5701, 151575, 5490, 23742, 4488, 1...
[ 0.173828125, 0.2203369140625, 0.244140625, 0.1171875, 0.1973876953125, 0.1856689453125, 0.1419677734375, 0.0797119140625, 0.1337890625, 0.1429443359375, 0.1561279296875, 0.08819580078125, 0.122802734375, 0.2105712890625, 0.0892333984375, 0.00994873046875, 0.0859375, 0.0493774414062...
embed
4074929_c0
4074929
lisp
0
Title: Emacs Lisp search-backward Problem title: Emacs Lisp search-backward Tags: search, emacs, lisp Problem: Emacs Lisp search-backward Preamble Using VTK library with C++, quite often I have to write something like this: vtkInteractorStyleRubberBandZoom *isrbz = vtkInteractorStyleRubberBandZoom::New(); Furthermore, ...
Emacs Lisp search-backward Emacs Lisp search-backward search emacs lisp Emacs Lisp vtkInteractorStyleRubberBandZoom::New vtk-mode.el vtkBlah.h s.h s::New vtkSomething.h vtkSomething::New smth2 Emacs Lisp search-backward Preamble Using VTK library with C++, quite often I have to write something like this: Furthermore, e...
[ 0, 0.019287109375, 0.00726318359375, 0.0078125, -0.00872802734375, 0.03466796875, 0.00897216796875, 0.0185546875, 0.0059814453125, -0.028076171875, 0.017822265625, -0.0021209716796875, -0.0205078125, -0.0107421875, 0.007568359375, -0.026123046875, 0.00543212890625, 0.00222778320312...
[ 85269, 4439, 1261, 7008, 33938, 12620, 19364, 352, 2263, 400, 81, 31472, 44851, 11, 18770, 209480, 26951, 102459, 150501, 60551, 306, 46568, 61170, 583, 571, 1566, 127, 282, 64113, 14050, 927, 304, 1914, 40099, 310, 29735, 35773, 37223, 279...
[ 0.152099609375, 0.159423828125, 0.1383056640625, 0.1934814453125, 0.2110595703125, 0.174072265625, 0.23388671875, 0.041534423828125, 0.08642578125, 0.09649658203125, 0.0797119140625, 0.1458740234375, 0.041290283203125, 0.0743408203125, 0.09710693359375, 0.1434326171875, 0.06427001953...
embed
31232843_c0
31232843
lisp
0
Title: jq or xsltproc alternative for s-expressions? Problem title: jq or xsltproc alternative for s-expressions? Tags: shell, s-expression, bash, lisp Problem: jq or xsltproc alternative for s-expressions? I have a project which contains a bunch of small programs tied together using bash scripts, as per the Unix philo...
jq or xsltproc alternative for s-expressions? jq or xsltproc alternative for s-expressions? shell s-expression bash lisp meta1a:meta1b:meta1c AST1 meta2a:meta2b:meta2c AST2 AST meta1a:meta1b:meta1c:meta tAST1 meta2a:meta2b:meta2c:meta tAST2 foo1 bar1 baz1 foo2 bar2 baz2 Lisp jq or xsltproc alternative for s-expressions...
[ 0.00135040283203125, 0.020751953125, -0.0130615234375, -0.004302978515625, -0.0098876953125, -0.01092529296875, 0.00872802734375, 0.01153564453125, 0.0025482177734375, 0.0031585693359375, 0.016845703125, 0.043701171875, -0.0164794921875, -0.024658203125, 0.00994873046875, 0.00537109375...
[ 1647, 864, 707, 1022, 7, 1277, 3454, 238, 30700, 91, 9, 204629, 128019, 87109, 400, 7008, 23550, 11, 35273, 48963, 418, 304, 1909, 16627, 5775, 1261, 13452, 70541, 19336, 103391, 146543, 25842, 26499, 992, 4084, 119598, 121122, 9384, 7311, ...
[ 0.146484375, 0.20458984375, 0.056365966796875, 0.0980224609375, 0.03582763671875, 0.145751953125, 0.171142578125, 0.131591796875, 0.202880859375, 0.146240234375, 0.05218505859375, 0.248291015625, 0.193115234375, 0.15380859375, 0.07818603515625, 0.1826171875, 0.1490478515625, 0.0010...
embed
68703818_c0
68703818
lisp
0
Title: Determining type of a void* (and other variables) in C Problem title: Determining type of a void* (and other variables) in C Tags: void-pointers, lisp, c Problem: Determining type of a void* (and other variables) in C I am writing a simple Lisp interpreter and have the following struct s and enum s defined: type...
Determining type of a void* (and other variables) in C Determining type of a void* (and other variables) in C void-pointers lisp c Determining INTEGER FLOAT VARIABLE SYMBOL NIL atom_e data_t atom_t list_t Determining type of a void* (and other variables) in C I am writing a simple Lisp interpreter and have the followin...
[ 0.003326416015625, 0.0150146484375, 0.011962890625, 0.0294189453125, 0.00537109375, 0.01483154296875, -0.0059814453125, 0.005462646484375, 0.00048828125, -0.0196533203125, 0.024658203125, -0.0267333984375, 0.0005950927734375, -0.020263671875, -0.007110595703125, 0.002899169921875, -0...
[ 262, 30524, 10644, 2292, 71, 1639, 77336, 23, 313, 3789, 38496, 1314, 400, 7008, 501, 102686, 56599, 17014, 310, 20965, 65311, 98335, 541, 16444, 34627, 13, 2053, 18, 5303, 111, 32562, 8781, 1261, 29481, 56, 36716, 91, 136, 22, 316, 619...
[ 0.0789794921875, 0.1644287109375, 0.219970703125, 0.231201171875, 0.1038818359375, 0.1478271484375, 0.181884765625, 0.058868408203125, 0.1639404296875, 0.013336181640625, 0.1663818359375, 0.04425048828125, 0.0753173828125, 0.154296875, 0.0748291015625, 0.0902099609375, 0.032592773437...
embed
36808789_c0
36808789
lisp
0
Title: How to generalize this code for multi variable equations? Problem title: How to generalize this code for multi variable equations? Tags: lisp, common-lisp Problem: How to generalize this code for multi variable equations? I am a newbie at LISP. I am following Andrew Ng's course for machine learning in Coursera (...
How to generalize this code for multi variable equations? How to generalize this code for multi variable equations? lisp common-lisp How theta1 theta2 make-J-1 make-part-deriv-1 make-part-deriv-2 nt1 nt2 How to generalize this code for multi variable equations? I am a newbie at LISP. I am following Andrew Ng's course f...
[ 0.01544189453125, 0.0301513671875, -0.01434326171875, -0.010009765625, 0.01092529296875, 0.0184326171875, -0.0009613037109375, -0.008056640625, 0.01141357421875, -0.05810546875, -0.01513671875, -0.0008392333984375, 0.0107421875, -0.029052734375, -0.0012359619140625, 0.00543212890625, ...
[ 11249, 47, 4537, 20650, 903, 18151, 100, 6024, 77336, 13722, 5256, 28, 400, 7008, 39210, 4086, 254, 70, 102, 418, 304, 3249, 1375, 5759, 17365, 820, 4371, 5428, 660, 9014, 16970, 9434, 25632, 60701, 9487, 52080, 219, 5895, 7464, 9790, 1...
[ 0.079345703125, 0.0187225341796875, 0.177001953125, 0.1593017578125, 0.08319091796875, 0.21728515625, 0.041259765625, 0.1768798828125, 0.2142333984375, 0.1876220703125, 0.032379150390625, 0.01300048828125, 0.081787109375, 0.15625, 0.08062744140625, 0.06658935546875, 0.123291015625, ...
embed
9650612_c0
9650612
lisp
0
Title: Emacs cannot save customizations- init file not fully loaded Problem title: Emacs cannot save customizations- init file not fully loaded Tags: unix, ubuntu, lisp, emacs Problem: Emacs cannot save customizations- init file not fully loaded When I try to check the "do not show this screen again" box and save at th...
Emacs cannot save customizations- init file not fully loaded Emacs cannot save customizations- init file not fully loaded unix ubuntu lisp emacs Emacs Cannot Loading Reverting vars...done site-start.d common.el emacsen-ispell-default.el debian-ispell...done emacsen-ispell-dicts.el emacs23 slime-autoloads.elc...done aut...
[ 0.0283203125, 0.0126953125, 0.005584716796875, -0.000553131103515625, -0.0181884765625, 0.01446533203125, -0.009033203125, -0.00775146484375, 0.00165557861328125, 0.005462646484375, 0.0054931640625, 0.0142822265625, -0.0196533203125, -0.00274658203125, -0.0009613037109375, -0.006896972...
[ 85269, 4439, 53418, 30098, 178036, 21094, 23, 217, 11435, 959, 89554, 72367, 51, 198996, 400, 7008, 352, 2263, 4171, 10869, 228006, 814, 285, 64007, 1764, 17137, 39210, 583, 1015, 117515, 214810, 8, 62806, 61669, 3742, 34264, 13, 8913, 6303...
[ 0.2088623046875, 0.2152099609375, 0.1470947265625, 0.153076171875, 0.244873046875, 0.100341796875, 0.1060791015625, 0.1624755859375, 0.1224365234375, 0.10369873046875, 0.121826171875, 0.150634765625, 0.041961669921875, 0.101318359375, 0.0679931640625, 0.1412353515625, 0.0906982421875...
embed
3614048_c0
3614048
lisp
0
Title: Emacs nXhtml Bugging Out Problem title: Emacs nXhtml Bugging Out Tags: lisp, emacs, elisp Problem: Emacs nXhtml Bugging Out I was recently browsing around for an emacs mode for php and the like and decided to settle on nXhtml. However, I keep getting the following error: whenever I open up an html file, the enti...
Emacs nXhtml Bugging Out Emacs nXhtml Bugging Out lisp emacs elisp Emacs Bugging Out Emacs nXhtml Bugging Out I was recently browsing around for an emacs mode for php and the like and decided to settle on nXhtml. However, I keep getting the following error: whenever I open up an html file, the entire file is highlighte...
[ 0.00592041015625, -0.01214599609375, -0.005584716796875, -0.02294921875, -0.004241943359375, 0.049560546875, -0.01904296875, 0.01092529296875, 0.00112152099609375, -0.002960205078125, -0.00677490234375, 0.0130615234375, -0.009521484375, -0.01458740234375, -0.0108642578125, -0.01171875,...
[ 85269, 4439, 653, 1542, 7693, 667, 36659, 13538, 400, 7008, 352, 2263, 15296, 231602, 7, 13736, 3958, 9615, 4, 13695, 70, 25632, 18499, 217684, 9803, 1257, 6, 11435, 64194, 127308, 297, 23, 57571, 9393, 47, 5154, 903, 32233, 8668, 53, 2...
[ 0.18701171875, 0.175537109375, 0.0948486328125, 0.1710205078125, 0.257080078125, 0.146728515625, 0.1282958984375, 0.2034912109375, 0.1209716796875, 0.218505859375, 0.1099853515625, 0.189453125, 0.05810546875, 0.06951904296875, 0.113037109375, 0.1507568359375, 0.11669921875, 0.03698...
embed
16612529_c0
16612529
lisp
0
Title: How to execute sudo command with filter in elisp Problem title: How to execute sudo command with filter in elisp Tags: lisp, emacs, elisp Problem: How to execute sudo command with filter in elisp I would like to use elisp to execute a privileged command, then use a filter to do further processing when certain ou...
How to execute sudo command with filter in elisp How to execute sudo command with filter in elisp lisp emacs elisp sudo remote sudo...done How Starts VPN DHCP Got Messages Tramp Opening Sending Password Waiting Found How to execute sudo command with filter in elisp I would like to use elisp to execute a privileged comm...
[ -0.001068115234375, 0.0166015625, -0.0174560546875, -0.00970458984375, -0.004425048828125, -0.01513671875, 0.002838134765625, -0.00872802734375, -0.000354766845703125, -0.0098876953125, 0.005279541015625, 0.040283203125, -0.0272216796875, 0.0079345703125, -0.0228271484375, -0.011840820...
[ 11249, 71924, 13, 166, 246, 75101, 678, 46312, 23, 15296, 7008, 400, 352, 2263, 148814, 64007, 13794, 106137, 100940, 17854, 48205, 78420, 13527, 170461, 175254, 215624, 1884, 4527, 219475, 53333, 9433, 140992, 51592, 100094, 27389, 59370, 831,...
[ 0.06378173828125, 0.2069091796875, 0.0765380859375, 0.189697265625, 0.2303466796875, 0.229248046875, 0.1134033203125, 0.28564453125, 0.08160400390625, 0.1373291015625, 0.2384033203125, 0.0751953125, 0.009979248046875, 0.042083740234375, 0.1474609375, 0.06829833984375, 0.06787109375, ...
embed
67854202_c0
67854202
lisp
0
Title: Casting a void pointer (that is part of a struct) into another pointer data type Problem title: Casting a void pointer (that is part of a struct) into another pointer data type Tags: parsing, lisp, c Problem: Casting a void pointer (that is part of a struct) into another pointer data type I'm trying to figure ou...
Casting a void pointer (that is part of a struct) into another pointer data type Casting a void pointer (that is part of a struct) into another pointer data type parsing lisp c Casting atom_type parse_term size_t print_atom Casting a void pointer (that is part of a struct) into another pointer data type I'm trying to f...
[ 0.0079345703125, 0.019775390625, 0.0072021484375, 0.030517578125, -0.0040283203125, 0.030517578125, -0.004974365234375, 0.0054931640625, 0.006866455078125, -0.01336669921875, 0.01312255859375, -0.0162353515625, -0.004119873046875, -0.01043701171875, -0.003631591796875, 0.0213623046875,...
[ 32301, 214, 2292, 71, 6275, 56, 2831, 36716, 3934, 15700, 2053, 10644, 366, 400, 7008, 501, 34627, 50986, 184, 32166, 13267, 18, 28412, 5928, 26366, 159, 204629, 313, 10002, 4343, 18151, 1261, 81979, 36049, 73342, 3714, 8162, 151301, 147453...
[ 0.1846923828125, 0.0147552490234375, 0.2373046875, 0.08221435546875, 0.2386474609375, 0.1639404296875, 0.0701904296875, 0.1956787109375, 0.103515625, 0.040771484375, 0.104248046875, 0.1593017578125, 0.141845703125, 0.059814453125, 0.143798828125, 0.06494140625, 0.22265625, 0.187622...
embed
7171705_c0
7171705
lisp
0
Title: How to run the Metacircular Evaluator in DrRacket Problem title: How to run the Metacircular Evaluator in DrRacket Tags: scheme, racket, lisp Problem: How to run the Metacircular Evaluator in DrRacket I'm trying to run the program described in SICP 4.1 (http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-26.htm...
How to run the Metacircular Evaluator in DrRacket How to run the Metacircular Evaluator in DrRacket scheme racket lisp How Metacircular Evaluator DrRacket Core Eval Unknown Apply Application Procedure Conditionals Sequences Assignments Representing Expressions parameter-1 COND Operations Environments Too Unbound SET Ru...
[ -0.0020294189453125, -0.004302978515625, 0.0057373046875, 0.0220947265625, 0.0016632080078125, -0.0126953125, 0.0111083984375, 0.000507354736328125, -0.0028839111328125, -0.0400390625, 0.02001953125, -0.0072021484375, -0.0234375, -0.017822265625, 0.032470703125, -0.00555419921875, -0...
[ 11249, 11675, 36939, 44778, 25667, 151228, 1290, 1773, 12248, 27853, 150370, 673, 400, 7008, 31365, 241, 1405, 69723, 5659, 538, 104921, 170470, 46347, 26513, 31304, 55247, 25129, 171859, 14452, 397, 102203, 686, 1900, 56374, 99091, 128565, 283...
[ 0.0265350341796875, 0.1649169921875, 0.189697265625, 0.142578125, 0.1243896484375, 0.1961669921875, 0.1640625, 0.1263427734375, 0.125244140625, 0.1910400390625, 0.112060546875, 0.06732177734375, 0.0227508544921875, 0.09375, 0.0721435546875, 0.043304443359375, 0.127685546875, 0.0756...
embed
32193428_c0
32193428
lisp
0
Title: Trouble running Chicken Scheme in Emacs Problem title: Trouble running Chicken Scheme in Emacs Tags: chicken-scheme, emacs, lisp, scheme Problem: Trouble running Chicken Scheme in Emacs I recently got into Scheme through Racket and I now want to use Chicken Scheme. Emacs seems to be pretty much the only option I...
Trouble running Chicken Scheme in Emacs Trouble running Chicken Scheme in Emacs chicken-scheme emacs lisp scheme Trouble Chicken Scheme Emacs Trouble running Chicken Scheme in Emacs I recently got into Scheme through Racket and I now want to use Chicken Scheme. Emacs seems to be pretty much the only option I have for d...
[ 0.00262451171875, -0.006072998046875, 0.005889892578125, -0.009765625, -0.0263671875, 0.00848388671875, -0.00946044921875, -0.017822265625, -0.010986328125, -0.0224609375, -0.0106201171875, 0.01239013671875, -0.0189208984375, -0.00396728515625, -0.005859375, -0.0098876953125, -0.0097...
[ 119671, 2661, 51042, 197527, 34702, 282, 23, 85269, 4439, 143896, 7560, 352, 2263, 400, 7008, 150370, 78684, 3934, 8305, 2552, 27853, 3444, 4527, 4734, 35829, 85493, 49935, 1257, 959, 4552, 4127, 99, 198395, 5423, 90944, 37486, 57143, 6183, ...
[ 0.1812744140625, 0.0811767578125, 0.200927734375, 0.28125, 0.236572265625, 0.19189453125, 0.09051513671875, 0.2000732421875, 0.2086181640625, 0.21728515625, 0.1796875, 0.100830078125, 0.139892578125, 0.06097412109375, 0.14111328125, 0.206298828125, 0.017181396484375, 0.043243408203...
embed
1220149_c0
1220149
lisp
0
Title: Can you show me how to rewrite functions in lisp? Problem title: Can you show me how to rewrite functions in lisp? Tags: lisp, common-lisp Problem: Can you show me how to rewrite functions in lisp? Consider this javascript: function addX(n) { return 3 + n; } alert(addX(6)); //alerts 9 eval('var newFunc = ' + add...
Can you show me how to rewrite functions in lisp? Can you show me how to rewrite functions in lisp? lisp common-lisp Can addX.toString add5 Can you show me how to rewrite functions in lisp? Consider this javascript: Please ignore the fact that it's of dubious use and methodology, dangerous, difficult to follow in a lar...
[ -0.0205078125, 0.0191650390625, 0.013427734375, -0.0091552734375, -0.00775146484375, 0.02099609375, 0.01019287109375, -0.011474609375, 0.01104736328125, -0.0390625, 0.004669189453125, -0.0244140625, -0.01214599609375, -0.00921630859375, 0.0245361328125, 0.001983642578125, 0.009155273...
[ 7639, 163, 3642, 456, 434, 18781, 32354, 7, 23, 400, 7008, 4171, 47, 39210, 4086, 254, 15190, 1542, 188, 71713, 214, 758, 137399, 136951, 101506, 4527, 55300, 169907, 34844, 28960, 37382, 2633, 2811, 40383, 12403, 35509, 107730, 38937, 1068...
[ 0.0670166015625, 0.04107666015625, 0.06439208984375, 0.1572265625, 0.1510009765625, 0.20263671875, 0.23681640625, 0.0535888671875, 0.10052490234375, 0.1556396484375, 0.223388671875, 0.0283660888671875, 0.00762939453125, 0.11328125, 0.127685546875, 0.186279296875, 0.1407470703125, 0...
embed
45538149_c0
45538149
lisp
0
Title: In Emacs Lisp, how do you get a single hash key? Problem title: In Emacs Lisp, how do you get a single hash key? Tags: elisp, hashtable, lisp Problem: In Emacs Lisp, how do you get a single hash key? The problem I am trying to solve is to find the fewest number of subtrees in a non-directed graph where each node...
In Emacs Lisp, how do you get a single hash key? In Emacs Lisp, how do you get a single hash key? elisp hashtable lisp the Emacs Lisp When Increment In Emacs Lisp, how do you get a single hash key? The problem I am trying to solve is to find the fewest number of subtrees in a non-directed graph where each node is in a ...
[ 0.003326416015625, -0.004974365234375, 0.019775390625, -0.00958251953125, 0.001922607421875, 0.00787353515625, -0.00616455078125, -0.016357421875, 0.01953125, -0.0264892578125, 0.000949859619140625, -0.0012969970703125, -0.009521484375, 0.0257568359375, 0.0078125, -0.00592041015625, ...
[ 85269, 4439, 1261, 7008, 3642, 2046, 10, 11001, 1556, 127, 22799, 360, 15296, 22819, 400, 14847, 8942, 107, 54, 2967, 31577, 86869, 7413, 10846, 525, 14012, 1614, 2921, 351, 80581, 41382, 12638, 110, 112, 62600, 234873, 18151, 3444, 8560, ...
[ 0.1485595703125, 0.178955078125, 0.1614990234375, 0.2122802734375, 0.0999755859375, 0.1630859375, 0.07666015625, 0.250244140625, 0.19189453125, 0.1820068359375, 0.258544921875, 0.052093505859375, 0.05126953125, 0.141845703125, 0.10107421875, 0.007568359375, 0.031707763671875, 0.095...
embed
42429827_c0
42429827
lisp
0
Title: Passing by parameters by value in lisp Problem title: Passing by parameters by value in lisp Tags: lisp, pass-by-value, parameters, common-lisp Problem: Passing by parameters by value in lisp The problem I am having is that I can't get around the fact that lisp passes arrays by value not by reference. When I res...
Passing by parameters by value in lisp Passing by parameters by value in lisp lisp pass-by-value parameters common-lisp Passing i.e Passing by parameters by value in lisp The problem I am having is that I can't get around the fact that lisp passes arrays by value not by reference. When I researched this problem, the so...
[ -0.01361083984375, 0.03857421875, 0.00396728515625, -0.00183868408203125, -0.01104736328125, -0.00543212890625, -0.0108642578125, -0.004302978515625, 0.029296875, 0.000576019287109375, 0.01483154296875, 0.0220947265625, -0.0012664794921875, -0.00927734375, 0.021240234375, -0.0190429687...
[ 28872, 214, 390, 171859, 7, 34292, 400, 7008, 23, 27875, 1272, 27494, 39210, 4086, 254, 2967, 19441, 10932, 10922, 10298, 4778, 959, 91067, 51347, 17582, 6817, 22759, 39283, 4527, 170224, 5351, 123309, 111789, 7964, 77336, 8, 420, 6276, 290...
[ 0.1314697265625, 0.027618408203125, 0.14794921875, 0.271728515625, 0.02935791015625, 0.242919921875, 0.165283203125, 0.2403564453125, 0.0225982666015625, 0.1505126953125, 0.1373291015625, 0.17529296875, 0.0902099609375, 0.1517333984375, 0.198974609375, 0.082763671875, 0.0106201171875...
embed
74849565_c0
74849565
lisp
0
Title: Common Lisp - name clash I thought the package system was supposed to protect me against Problem title: Common Lisp - name clash I thought the package system was supposed to protect me against Tags: common-lisp, quicklisp, lisp Problem: Common Lisp - name clash I thought the package system was supposed to protec...
Common Lisp - name clash I thought the package system was supposed to protect me against Common Lisp - name clash I thought the package system was supposed to protect me against common-lisp quicklisp lisp slime Common Lisp ql:quickload i.e IRC cl-irc:connect WARNING CL-IRC:SERVER-NAME DEFUN Control quickproject:make-pr...
[ 0.00238037109375, 0.00098419189453125, 0.0152587890625, 0.0133056640625, -0.016845703125, 0.02099609375, -0.01348876953125, 0.004547119140625, 0, -0.00121307373046875, -0.00138092041015625, 0.00030517578125, 0.0177001953125, -0.0145263671875, -0.005523681640625, -0.00118255615234375, ...
[ 151301, 1261, 7008, 9351, 501, 5544, 17569, 98169, 5426, 134598, 59959, 26548, 39210, 4086, 254, 63773, 400, 34264, 13, 99247, 3181, 2594, 63033, 25740, 33139, 481, 238, 135457, 60873, 46323, 14688, 116808, 182512, 202001, 27131, 95322, 55898, ...
[ 0.19775390625, 0.154296875, 0.1622314453125, 0.1624755859375, 0.10650634765625, 0.2236328125, 0.08251953125, 0.2001953125, 0.1324462890625, 0.08013916015625, 0.1590576171875, 0.07666015625, 0.075927734375, 0.0811767578125, 0.07611083984375, 0.0828857421875, 0.090576171875, 0.113891...
embed
5432964_c0
5432964
lisp
0
Title: Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) Problem title: Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) Tags: python, erlang, lisp Problem: Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) I was wondering if it is someho...
Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) python erlang lisp Python Lisp Erlang do_something f.do_something my_module Is it somehow possible to *live* modify Python code (like in Lisp or Erlang) I was wonderi...
[ 0.00104522705078125, 0.0174560546875, -0.000020503997802734375, -0.002105712890625, 0.0022125244140625, -0.015869140625, -0.00311279296875, 0.01495361328125, 0.0023193359375, -0.04150390625, 0.0054931640625, -0.0087890625, -0.018798828125, -0.0115966796875, 0.0034332275390625, -0.00830...
[ 2071, 442, 209303, 7722, 47, 661, 24056, 1639, 2811, 40383, 145581, 18151, 5062, 23, 1261, 7008, 707, 1004, 3066, 17198, 50828, 72, 400, 54, 43452, 64113, 1238, 5, 246, 759, 83279, 6867, 12960, 120260, 756, 11341, 34648, 36746, 150624, 53...
[ 0.051177978515625, 0.031951904296875, 0.138671875, 0.1949462890625, 0.03839111328125, 0.03955078125, 0.2587890625, 0.06854248046875, 0.2296142578125, 0.20458984375, 0.297119140625, 0.2476806640625, 0.042449951171875, 0.01239013671875, 0.1627197265625, 0.1920166015625, 0.0246276855468...
embed
64376900_c0
64376900
lisp
0
Title: Common Lisp method specialized on symbol - can't use in other packages, can't export? Problem title: Common Lisp method specialized on symbol - can't use in other packages, can't export? Tags: clos, symbols, common-lisp, practical-common-lisp, lisp Problem: Common Lisp method specialized on s...
Common Lisp method specialized on symbol - can't use in other packages, can't export? Common Lisp method specialized on symbol - can't use in other packages, can't export? clos symbols common-lisp practical-common-lisp lisp the Common Lisp Read Write CL-USER binparse:read-value primitives::u1 PRIMIT...
[ 0.010498046875, 0.01239013671875, 0.022705078125, 0.01483154296875, -0.00028228759765625, 0.0062255859375, -0.000713348388671875, -0.0103759765625, 0.020751953125, -0.004150390625, -0.00396728515625, -0.009033203125, 0.00396728515625, 0.003997802734375, -0.0052490234375, 0.014465332031...
[ 151301, 1261, 7008, 55300, 5361, 29367, 98, 26582, 831, 3768, 18, 4527, 23, 3789, 98169, 31255, 20450, 39210, 4086, 254, 138155, 277, 3796, 400, 4764, 46323, 1062, 2394, 2500, 39116, 27494, 128489, 12, 34, 418, 105029, 35522, 113077, 109613...
[ 0.2078857421875, 0.1708984375, 0.1856689453125, 0.199462890625, 0.190185546875, 0.06842041015625, 0.142822265625, 0.2408447265625, 0.0665283203125, 0.0526123046875, 0.042633056640625, 0.1219482421875, 0.054107666015625, 0.09405517578125, 0.1822509765625, 0.24755859375, 0.072998046875...
embed
73357950_c0
73357950
lisp
0
Title: How to pass bound symbols to functions in elisp? Problem title: How to pass bound symbols to functions in elisp? Tags: elisp, macros, lisp Problem: How to pass bound symbols to functions in elisp? I am trying to do the following: separate a function that gets values from some user input from the function that us...
How to pass bound symbols to functions in elisp? How to pass bound symbols to functions in elisp? elisp macros lisp How Input Name Post County Setting Surname How to pass bound symbols to functions in elisp? I am trying to do the following: separate a function that gets values from some user input from the function tha...
[ 0.00106048583984375, 0.0004787445068359375, -0.003509521484375, -0.025146484375, -0.0111083984375, 0.01324462890625, 0.023681640625, -0.00384521484375, 0.004547119140625, -0.0233154296875, -0.00677490234375, 0.0208740234375, 0.002655029296875, 0.024658203125, 0.003814697265625, -0.0132...
[ 11249, 27875, 99091, 26582, 7, 47, 32354, 23, 15296, 7008, 111789, 400, 360, 7077, 15757, 2795, 47064, 503, 8018, 11627, 84797, 62163, 142424, 38937, 107730, 4527, 37842, 18151, 98869, 23755, 61475, 79786, 3034, 6528, 128239, 34831, 3173, 163...
[ 0.07421875, 0.1705322265625, 0.257568359375, 0.26318359375, 0.093505859375, 0.08807373046875, 0.2305908203125, 0.048797607421875, 0.1246337890625, 0.2445068359375, 0.2054443359375, 0.08343505859375, 0.019927978515625, 0.01531982421875, 0.0711669921875, 0.0782470703125, 0.149536132812...
embed
52800135_c0
52800135
lisp
0
Title: How to protect an interpreter's native call stack from garbage collection? Problem title: How to protect an interpreter's native call stack from garbage collection? Tags: c, stack, lisp, interpreter, garbage-collection Problem: How to protect an interpreter's native call stack from garbage collection? ...
How to protect an interpreter's native call stack from garbage collection? How to protect an interpreter's native call stack from garbage collection? c stack lisp interpreter garbage-collection garbage How LispObject How to protect an interpreter's native call stack from garbage collection? I'm writing a Lisp...
[ 0.01275634765625, 0.033447265625, -0.0029296875, 0.01373291015625, -0.032958984375, 0.01507568359375, -0.01611328125, 0.0184326171875, 0.005950927734375, -0.046630859375, -0.0018463134765625, -0.0135498046875, -0.01068115234375, -0.006011962890625, 0.0179443359375, -0.010009765625, -...
[ 11249, 59959, 29481, 56, 3768, 24, 4935, 11782, 177261, 1295, 3671, 402, 429, 42486, 501, 400, 7008, 196352, 1261, 46471, 75161, 142, 32562, 23, 313, 98423, 36746, 33636, 36716, 10644, 44457, 117414, 18, 26582, 158, 29479, 7964, 65998, 1556...
[ 0.07086181640625, 0.2235107421875, 0.2420654296875, 0.1741943359375, 0.0240936279296875, 0.1273193359375, 0.143310546875, 0.1807861328125, 0.2215576171875, 0.07122802734375, 0.106201171875, 0.2142333984375, 0.07977294921875, 0.192626953125, 0.07513427734375, 0.1273193359375, 0.203491...
embed
54394977_c0
54394977
lisp
0
Title: Evaluation of arguments in function called by macro Problem title: Evaluation of arguments in function called by macro Tags: clojure, lisp, macros Problem: Evaluation of arguments in function called by macro Macros do not evaluate their arguments until explicitly told to do so, however functions do. In the follo...
Evaluation of arguments in function called by macro Evaluation of arguments in function called by macro clojure lisp macros Evaluation Evaluation of arguments in function called by macro Macros do not evaluate their arguments until explicitly told to do so, however functions do. In the following code: It seems that bla...
[ 0.0213623046875, 0.030517578125, 0.005859375, -0.024169921875, -0.0084228515625, 0.0137939453125, 0.0224609375, -0.0087890625, -0.00180816650390625, 0.016357421875, -0.0120849609375, -0.0155029296875, 0.0003871917724609375, -0.02294921875, -0.0003070831298828125, -0.0162353515625, 0....
[ 151228, 1363, 10750, 7, 23, 32354, 35839, 390, 111789, 20450, 461, 400, 7008, 4727, 3666, 959, 151575, 24189, 143726, 30745, 18151, 9932, 127, 1022, 7464, 64194, 5303, 22183, 116, 8439, 99091, 14361, 40765, 182809, 4358, 56, 28032, 219836, ...
[ 0.2381591796875, 0.019622802734375, 0.27734375, 0.0904541015625, 0.02984619140625, 0.1982421875, 0.09588623046875, 0.04266357421875, 0.2198486328125, 0.07379150390625, 0.07080078125, 0.036285400390625, 0.11767578125, 0.1165771484375, 0.139892578125, 0.0516357421875, 0.239501953125, ...
embed
78885954_c0
78885954
lisp
0
Title: Common Lisp - Why do "let" variables keep changes made to them in new iterations? Problem title: Common Lisp - Why do "let" variables keep changes made to them in new iterations? Tags: lisp, common-lisp, clisp Problem: Common Lisp - Why do "let" variables keep changes made to them in new iter...
Common Lisp - Why do "let" variables keep changes made to them in new iterations? Common Lisp - Why do "let" variables keep changes made to them in new iterations? lisp common-lisp clisp Common Lisp Why prin1 Main Repeatedly Sets jonathan:parse flexi-streams:octets-to-string Read Reads Evaluate Rece...
[ -0.005889892578125, 0.0025787353515625, 0.0013580322265625, 0.0196533203125, -0.006256103515625, 0.0255126953125, 0.007110595703125, -0.0042724609375, 0.00909423828125, 0.00836181640625, 0.01141357421875, 0.021484375, 0.02197265625, -0.0002994537353515625, 0.033203125, -0.0060119628906...
[ 151301, 1261, 7008, 44084, 54, 1974, 77336, 13695, 65572, 7228, 47, 3525, 17, 720, 21094, 23, 400, 39210, 4086, 254, 95701, 2448, 418, 12321, 33742, 19943, 21732, 2500, 44289, 14, 86429, 6652, 3263, 91693, 4764, 151228, 821, 58627, 134719, ...
[ 0.1856689453125, 0.1571044921875, 0.1871337890625, 0.1297607421875, 0.021148681640625, 0.2374267578125, 0.2467041015625, 0.175048828125, 0.20458984375, 0.039581298828125, 0.048797607421875, 0.08673095703125, 0.004852294921875, 0.1785888671875, 0.06182861328125, 0.03155517578125, 0.12...
embed
2895430_c0
2895430
lisp
0
Title: How to setup a webserver in common lisp? Problem title: How to setup a webserver in common lisp? Tags: webserver, common-lisp, linux, lisp Problem: How to setup a webserver in common lisp? Several months ago, I was inspired by the magnificent book ANSI Common Lisp written by Paul Graham, and the statement that L...
How to setup a webserver in common lisp? How to setup a webserver in common lisp? webserver common-lisp linux lisp How How to setup a webserver in common lisp? Several months ago, I was inspired by the magnificent book ANSI Common Lisp written by Paul Graham, and the statement that Lisp could be used as a secret weapon...
[ 0.00714111328125, 0.0017852783203125, -0.000019431114196777344, 0.01373291015625, -0.02001953125, 0.0184326171875, -0.00665283203125, -0.00046539306640625, -0.0024261474609375, -0.0296630859375, -0.010009765625, 0.0042724609375, 0.0262451171875, -0.00274658203125, 0.005706787109375, -0...
[ 11249, 47, 169581, 10, 1467, 39642, 23, 39210, 400, 7008, 32, 4086, 254, 11508, 6077, 21775, 191722, 118208, 12877, 14368, 9902, 151301, 1261, 59121, 10208, 147756, 63805, 5809, 11814, 23410, 142172, 34754, 91376, 5701, 42179, 1415, 44613, 16...
[ 0.1265869140625, 0.0550537109375, 0.2261962890625, 0.0244293212890625, 0.14697265625, 0.24365234375, 0.1180419921875, 0.205078125, 0.1845703125, 0.2166748046875, 0.00823974609375, 0.1663818359375, 0.1654052734375, 0.0882568359375, 0.1014404296875, 0.004913330078125, 0.111328125, 0....
embed
30789161_c0
30789161
lisp
0
Title: Calling CCL + Quicklisp script as executable with command line arguments and achieving the desired output Problem title: Calling CCL + Quicklisp script as executable with command line arguments and achieving the desired output Tags: raspberry-pi, quicklisp, lisp, common-lisp Problem: Calling CCL + Quicklisp scri...
Calling CCL + Quicklisp script as executable with command line arguments and achieving the desired output Calling CCL + Quicklisp script as executable with command line arguments and achieving the desired output raspberry-pi quicklisp lisp common-lisp On which a Calling CCL Quicklisp rpitube.lisp Given URL YouTube URLs...
[ 0.013671875, 0.01397705078125, -0.00118255615234375, -0.002471923828125, 0.0107421875, 0.025146484375, 0.025634765625, -0.031494140625, -0.00860595703125, -0.048828125, 0.0128173828125, -0.030517578125, -0.0162353515625, -0.0157470703125, 0.0211181640625, 0.01116943359375, -0.0195312...
[ 26265, 214, 313, 37486, 997, 89038, 4086, 254, 26499, 237, 71924, 2886, 678, 75101, 13315, 10750, 7, 10, 55391, 104851, 140992, 70, 71, 61375, 53623, 1434, 63773, 400, 7008, 39210, 70485, 19, 31862, 12639, 169581, 99247, 63033, 10208, 14775...
[ 0.1368408203125, 0.0419921875, 0.07000732421875, 0.271728515625, 0.16943359375, 0.1695556640625, 0.24755859375, 0.2423095703125, 0.2086181640625, 0.0308990478515625, 0.160888671875, 0.1182861328125, 0.047760009765625, 0.19921875, 0.13037109375, 0.197998046875, 0.003326416015625, 0....
embed
3436194_c0
3436194
lisp
0
Title: How to find the mean/average of a sound in Nyquist Problem title: How to find the mean/average of a sound in Nyquist Tags: audio, lisp, mean, audacity Problem: How to find the mean/average of a sound in Nyquist I'm trying to write a simple measurement plug-in for Audacity and it's about as much fun as pounding r...
How to find the mean/average of a sound in Nyquist How to find the mean/average of a sound in Nyquist audio lisp mean audacity How Nyquist How to find the mean/average of a sound in Nyquist I'm trying to write a simple measurement plug-in for Audacity and it's about as much fun as pounding rocks against my skull. All I...
[ -0.00677490234375, -0.001556396484375, 0.024658203125, -0.004302978515625, -0.008056640625, 0.0198974609375, 0.01348876953125, -0.00958251953125, 0.0150146484375, -0.05810546875, -0.0034332275390625, -0.0174560546875, -0.00148773193359375, -0.0208740234375, 0.0096435546875, 0.026855468...
[ 11249, 7413, 70, 29459, 64, 8216, 29838, 45730, 23, 2949, 28694, 18, 18215, 400, 7008, 531, 85, 60089, 111, 33022, 8781, 72350, 76329, 6874, 7477, 20618, 33770, 13950, 26548, 759, 169569, 3444, 5646, 7839, 83080, 756, 121413, 31455, 5773, ...
[ 0.07635498046875, 0.13671875, 0.0241851806640625, 0.2247314453125, 0.0721435546875, 0.180908203125, 0.1639404296875, 0.272705078125, 0.0673828125, 0.155517578125, 0.2274169921875, 0.197509765625, 0.205810546875, 0.10662841796875, 0.1522216796875, 0.0938720703125, 0.156982421875, 0....
embed
8513892_c0
8513892
lisp
0
Title: Best way to customize auto-formatting/auto-indenting in vim for Common Lisp Problem title: Best way to customize auto-formatting/auto-indenting in vim for Common Lisp Tags: lisp, common-lisp, vim Problem: Best way to customize auto-formatting/auto-indenting in vim for Common Lisp I would like to know the best wa...
Best way to customize auto-formatting/auto-indenting in vim for Common Lisp Best way to customize auto-formatting/auto-indenting in vim for Common Lisp lisp common-lisp vim Best Common Lisp Best way to customize auto-formatting/auto-indenting in vim for Common Lisp I would like to know the best way to customize auto-fo...
[ -0.0007476806640625, -0.0022430419921875, 0.005889892578125, -0.00079345703125, 0.000522613525390625, 0.014404296875, 0.0018768310546875, 0.004302978515625, 0.005645751953125, -0.0107421875, 0.0228271484375, 0.00897216796875, -0.0240478515625, -0.0220947265625, -0.0218505859375, -0.026...
[ 11345, 3917, 178036, 13, 1809, 51727, 1916, 64, 8913, 21704, 23, 119916, 100, 151301, 1261, 7008, 400, 39210, 4086, 254, 2965, 4396, 11417, 69112, 75101, 13736, 13315, 43240, 4552, 5299, 3647, 46876, 15322, 8, 16498, 6492, 2174, 91693, 3525...
[ 0.10076904296875, 0.06817626953125, 0.21337890625, 0.035552978515625, 0.1982421875, 0.237548828125, 0.115966796875, 0.03118896484375, 0.174560546875, 0.1197509765625, 0.040069580078125, 0.267822265625, 0.03448486328125, 0.18701171875, 0.15966796875, 0.1962890625, 0.11328125, 0.0682...
embed
71618311_c0
71618311
lisp
0
Title: How can i use lists to create a story sequence? Problem title: How can i use lists to create a story sequence? Tags: conditional-statements, list, racket, lisp, function Problem: How can i use lists to create a story sequence? I am participating in a project,which very important for me to complete.Its more of a ...
How can i use lists to create a story sequence? How can i use lists to create a story sequence? conditional-statements list racket lisp function the How Confidently Skelen Manor line1 line2 line3 Walking Ran You Would CLOSE Yes Chapter dhdhdhh2 WHICH action.For List How can i use lists to create a story sequence? I am ...
[ -0.01251220703125, 0.008544921875, 0.00982666015625, 0.025146484375, 0.0048828125, 0.0028839111328125, 0.0189208984375, 0.016357421875, 0.006195068359375, 0.01177978515625, -0.00836181640625, -0.000614166259765625, 0.0057373046875, 0.005584716796875, 0.02587890625, 0.008544921875, 0....
[ 11249, 831, 17, 4527, 5303, 7, 28282, 13765, 40, 944, 3956, 10, 35431, 289, 61340, 9035, 673, 27853, 400, 7008, 32354, 106161, 52128, 538, 56901, 1977, 1572, 748, 13315, 167992, 33041, 154559, 92933, 32635, 117615, 22631, 32036, 42938, 1345...
[ 0.049346923828125, 0.04949951171875, 0.03192138671875, 0.1614990234375, 0.30322265625, 0.1243896484375, 0.193603515625, 0.19189453125, 0.0673828125, 0.1458740234375, 0.136474609375, 0.013916015625, 0.15576171875, 0.07818603515625, 0.158203125, 0.046142578125, 0.03369140625, 0.14904...
embed
75817336_c0
75817336
lisp
0
Title: AutoLisp - Run PowerShell and Command Prompt Commands Problem title: AutoLisp - Run PowerShell and Command Prompt Commands Tags: lisp, autolisp Problem: AutoLisp - Run PowerShell and Command Prompt Commands I'm looking to pull some system information into a cad program (DraftSight), using AutoLisp. I have most o...
AutoLisp - Run PowerShell and Command Prompt Commands AutoLisp - Run PowerShell and Command Prompt Commands lisp autolisp AutoLisp Run PowerShell Command Prompt Commands Machine RAM Availability Total MiB Get-WmiObject WIN32_OperatingSystem FreePhysicalMemory TotalVisibleMemorySize Setting General_Info Select-String Av...
[ -0.000720977783203125, 0.00653076171875, -0.0184326171875, 0.02294921875, -0.0213623046875, 0.0150146484375, 0.000060558319091796875, -0.007232666015625, -0.0002880096435546875, -0.01226806640625, 0.0137939453125, 0.02978515625, -0.01043701171875, 0.00750732421875, -0.004669189453125, ...
[ 4396, 9506, 7008, 28398, 17170, 294, 79544, 136, 123573, 1250, 2676, 18, 400, 1809, 4086, 254, 68311, 26959, 57541, 379, 33867, 1208, 571, 20779, 266, 46471, 75161, 108568, 6460, 156823, 84293, 5153, 4778, 6696, 4514, 6609, 55356, 127167, 5...
[ 0.2164306640625, 0.2037353515625, 0.2548828125, 0.099609375, 0.1524658203125, 0.049896240234375, 0.2259521484375, 0.07275390625, 0.255859375, 0.02960205078125, 0.170654296875, 0.0079345703125, 0.1187744140625, 0.1455078125, 0.142578125, 0.1605224609375, 0.0965576171875, 0.192626953...
embed
13326979_c0
13326979
lisp
0
Title: Initial clause of loop, need to reference a variable before it is declared Problem title: Initial clause of loop, need to reference a variable before it is declared Tags: lisp, emacs, elisp Problem: Initial clause of loop, need to reference a variable before it is declared Sorry for convoluted title, I tried my ...
Initial clause of loop, need to reference a variable before it is declared Initial clause of loop, need to reference a variable before it is declared lisp emacs elisp Initial Builds Initial clause of loop, need to reference a variable before it is declared Sorry for convoluted title, I tried my best to make it consciou...
[ 0.0162353515625, 0.02392578125, -0.0208740234375, 0.0025787353515625, -0.00750732421875, -0.01220703125, 0.008544921875, 0.00213623046875, 0.0037841796875, -0.030029296875, 0.00823974609375, 0.048828125, -0.0003185272216796875, 0.0262451171875, 0.0277099609375, 0.0257568359375, -0.02...
[ 360, 1890, 289, 70731, 13, 111, 40956, 3871, 91067, 77336, 8108, 159978, 400, 7008, 352, 2263, 15296, 121137, 23232, 44759, 144729, 11522, 6528, 15549, 85269, 4439, 1261, 151301, 27198, 10, 6562, 3934, 53201, 7228, 1556, 127, 23180, 12638, ...
[ 0.07421875, 0.1802978515625, 0.06829833984375, 0.207763671875, 0.06427001953125, 0.051849365234375, 0.202392578125, 0.108154296875, 0.240966796875, 0.2392578125, 0.13232421875, 0.1546630859375, 0.08056640625, 0.17041015625, 0.0411376953125, 0.0728759765625, 0.0216827392578125, 0.15...
embed
9144350_c0
9144350
lisp
0
Title: Is homoiconicity really needed for having macros? Problem title: Is homoiconicity really needed for having macros? Tags: macros, lisp, clojure Problem: Is homoiconicity really needed for having macros? 2012-02-04 is sponsored by word "homoiconicity" http://en.wikipedia.org/wiki/Homoiconicity . Background: I am a...
Is homoiconicity really needed for having macros? Is homoiconicity really needed for having macros? macros lisp clojure Is homoiconicity really needed for having macros? 2012-02-04 is sponsored by word "homoiconicity" http://en.wikipedia.org/wiki/Homoiconicity . Background: I am about to choose which book about Clojure...
[ -0.00677490234375, 0.002960205078125, 0.0167236328125, 0.0038909912109375, 0.00003886222839355469, 0.00616455078125, -0.0133056640625, -0.0069580078125, -0.01275634765625, -0.02294921875, -0.003814697265625, -0.02197265625, -0.01348876953125, -0.022216796875, 0.016357421875, -0.0250244...
[ 2071, 12840, 5197, 4158, 939, 6183, 44841, 100, 19441, 111789, 7, 400, 7008, 20450, 461, 107, 1324, 43627, 7709, 31411, 2565, 497, 432, 7168, 13691, 11193, 64330, 1672, 55076, 12877, 51053, 22113, 20219, 3408, 23, 57945, 7071, 27958, 12301,...
[ 0.007537841796875, 0.2110595703125, 0.147216796875, 0.1688232421875, 0.1219482421875, 0.129150390625, 0.187255859375, 0.047149658203125, 0.1192626953125, 0.2403564453125, 0.131103515625, 0.068359375, 0.1475830078125, 0.132080078125, 0.1734619140625, 0.15234375, 0.005767822265625, 0...
embed
16914779_c0
16914779
lisp
0
Title: Levels of Homoiconicity Problem title: Levels of Homoiconicity Tags: homoiconicity, lisp, machine-code, self-modifying Problem: Levels of Homoiconicity This is a follow up to my previous question . I’m not convinced that Lisp code is as Homoiconic as machine code on a Von Neumann architecture. It seems obvious t...
Levels of Homoiconicity Levels of Homoiconicity homoiconicity lisp machine-code self-modifying Levels Homoiconicity Demonstrate More Levels of Homoiconicity This is a follow up to my previous question . I’m not convinced that Lisp code is as Homoiconic as machine code on a Von Neumann architecture. It seems obvious to ...
[ 0.0037078857421875, 0.003753662109375, 0.003509521484375, 0.026123046875, 0.0072021484375, -0.00019359588623046875, -0.01239013671875, -0.00811767578125, 0.0140380859375, -0.031494140625, 0.01104736328125, -0.032470703125, -0.0078125, -0.00057220458984375, -0.00176239013671875, -0.0180...
[ 84136, 58479, 5197, 4158, 12840, 400, 7008, 36279, 40899, 15970, 13415, 151138, 181810, 959, 122991, 1261, 18151, 6402, 21209, 11059, 5761, 159958, 15044, 33636, 237, 2053, 162471, 57266, 5045, 1286, 4092, 842, 2811, 221, 23468, 96276, 27983, ...
[ 0.1949462890625, 0.2158203125, 0.1710205078125, 0.1163330078125, 0.1695556640625, 0.127197265625, 0.259033203125, 0.1666259765625, 0.1842041015625, 0.1595458984375, 0.1151123046875, 0.0660400390625, 0.003326416015625, 0.009490966796875, 0.07623291015625, 0.1888427734375, 0.2470703125...
embed
32308614_c0
32308614
lisp
0
Title: Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does? Problem title: Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does? Tags: multiple-dispatch, lisp, java, class, clos Problem: Does Java support disp...
Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does? Does Java support dispatching to specific implementations based on types of multiple objects like Lisp does? multiple-dispatch lisp java class clos Does Java Lisp Main Red Blue Yellow Color System.out.println Do...
[ 0.01324462890625, 0.0341796875, 0.0015869140625, 0.03076171875, -0.009521484375, 0.00093841552734375, -0.0181884765625, 0.018310546875, -0.006256103515625, -0.0034027099609375, 0.0145263671875, -0.03125, 0.00811767578125, -0.01092529296875, -0.0027618408203125, -0.01806640625, -0.004...
[ 101790, 41925, 8060, 58580, 257, 59207, 47, 29458, 208124, 35509, 52895, 48716, 36746, 1261, 7008, 3827, 4453, 206, 400, 79, 330, 18507, 20450, 7, 12321, 6096, 22928, 146762, 51193, 12353, 6056, 35662, 141, 1884, 14602, 9191, 34446, 36361, ...
[ 0.060089111328125, 0.253662109375, 0.175537109375, 0.11865234375, 0.12841796875, 0.099609375, 0.1121826171875, 0.159423828125, 0.191162109375, 0.10662841796875, 0.1597900390625, 0.19287109375, 0.1851806640625, 0.1649169921875, 0.2391357421875, 0.042694091796875, 0.111572265625, 0.0...
embed
79320069_c0
79320069
lisp
0
Title: How is defconstants and symbol macros handled in Common Lisp in regard to space? Problem title: How is defconstants and symbol macros handled in Common Lisp in regard to space? Tags: lisp, common-lisp, sbcl Problem: How is defconstants and symbol macros handled in Common Lisp in regard to space? When interfacing...
How is defconstants and symbol macros handled in Common Lisp in regard to space? How is defconstants and symbol macros handled in Common Lisp in regard to space? lisp common-lisp sbcl How Common Lisp cl:defconstant COMMON-LISP:DEFCONSTANT DEFCONSTANT Lambda-list NAME VALUE OPTIONAL DOC NIL Documentation Define EQL Sour...
[ 0.0107421875, 0.01171875, 0.003692626953125, -0.000759124755859375, -0.0064697265625, 0.0166015625, -0.004486083984375, 0.00159454345703125, 0.01348876953125, 0.01275634765625, -0.00921630859375, 0.0018768310546875, 0.0172119140625, 0.010009765625, -0.01708984375, -0.000035285949707031...
[ 11249, 8, 420, 2271, 42539, 7, 136, 26582, 111789, 34831, 71, 151301, 1261, 7008, 28601, 32628, 83, 23, 400, 39210, 4086, 254, 34937, 33139, 112, 31436, 82707, 67616, 683, 202001, 77980, 75700, 122930, 85, 6562, 182512, 55991, 162026, 12095...
[ 0.042266845703125, 0.147705078125, 0.146728515625, 0.10009765625, 0.2247314453125, 0.057281494140625, 0.0928955078125, 0.250244140625, 0.2109375, 0.138427734375, 0.003875732421875, 0.178466796875, 0.14111328125, 0.182861328125, 0.04425048828125, 0.19970703125, 0.016845703125, 0.054...
embed
11596853_c0
11596853
lisp
0
Title: How do I check whether the other end has closed my socket stream, from a single thread? Problem title: How do I check whether the other end has closed my socket stream, from a single thread? Tags: single-threaded, lisp, usocket, common-lisp Problem: How do I check whether the other end has closed my socket strea...
How do I check whether the other end has closed my socket stream, from a single thread? How do I check whether the other end has closed my socket stream, from a single thread? single-threaded lisp usocket common-lisp a How How do I check whether the other end has closed my socket stream, from a single thread? The usock...
[ -0.01251220703125, 0.024658203125, 0.02099609375, 0.00107574462890625, -0.009765625, 0.0025177001953125, 0.00823974609375, -0.0023345947265625, 0.0113525390625, -0.00225830078125, 0.00830078125, -0.01458740234375, 0.00787353515625, 0.0025177001953125, 0.01116943359375, -0.0234375, 0....
[ 11249, 12765, 36766, 3789, 3564, 1556, 155738, 221, 27853, 75973, 1295, 11001, 86997, 759, 39116, 400, 7008, 5388, 39210, 4086, 254, 54, 16454, 86429, 175199, 29822, 16750, 43240, 1632, 36457, 4516, 48716, 81979, 22759, 19802, 37067, 4488, 13...
[ 0.027587890625, 0.2467041015625, 0.1304931640625, 0.1412353515625, 0.146240234375, 0.09130859375, 0.25341796875, 0.12158203125, 0.1788330078125, 0.239501953125, 0.08526611328125, 0.1466064453125, 0.2178955078125, 0.03302001953125, 0.10235595703125, 0.030914306640625, 0.109130859375, ...
embed
7911288_c0
7911288
lisp
0
Title: Do Lisp apps and webapps need special input sanitizing? Problem title: Do Lisp apps and webapps need special input sanitizing? Tags: clojure, lisp, security Problem: Do Lisp apps and webapps need special input sanitizing? EDIT 3 Quite some new development have happened since I asked this question. Basically I wa...
Do Lisp apps and webapps need special input sanitizing? Do Lisp apps and webapps need special input sanitizing? clojure lisp security Lisp Do Lisp apps and webapps need special input sanitizing? EDIT 3 Quite some new development have happened since I asked this question. Basically I wasn't "seeing things" and webapps w...
[ -0.0025787353515625, 0.01611328125, -0.005584716796875, -0.01458740234375, -0.011474609375, 0.025390625, 0.00933837890625, 0.00168609619140625, -0.006439208984375, -0.030517578125, 0.016845703125, -0.0145263671875, 0.0016021728515625, -0.0035400390625, -0.01171875, -0.0125732421875, ...
[ 984, 1261, 7008, 49966, 1467, 9007, 3871, 5361, 107730, 112243, 84382, 20450, 461, 107, 400, 48031, 34754, 73659, 21231, 8966, 59121, 51053, 14037, 166553, 65572, 22410, 764, 1815, 94407, 66747, 52922, 56, 14355, 90, 5792, 72399, 6183, 30022,...
[ 0.00714111328125, 0.19921875, 0.2451171875, 0.2010498046875, 0.097900390625, 0.1954345703125, 0.10986328125, 0.1307373046875, 0.23681640625, 0.2176513671875, 0.1669921875, 0.1263427734375, 0.2022705078125, 0.1783447265625, 0.1639404296875, 0.1719970703125, 0.038482666015625, 0.0021...
embed
36416532_c0
36416532
lisp
0
Title: Lisp in AI: self-modifying code and domain-specific levels of abstraction Problem title: Lisp in AI: self-modifying code and domain-specific levels of abstraction Tags: artificial-intelligence, lisp Problem: Lisp in AI: self-modifying code and domain-specific levels of abstraction AI is implemented in a variety ...
Lisp in AI: self-modifying code and domain-specific levels of abstraction Lisp in AI: self-modifying code and domain-specific levels of abstraction artificial-intelligence lisp Lisp Lisp in AI: self-modifying code and domain-specific levels of abstraction AI is implemented in a variety of different languages, e.g., Pyt...
[ 0.00177001953125, 0.02099609375, 0.0196533203125, 0.01226806640625, 0.003662109375, 0.0179443359375, 0.0035247802734375, 0.0198974609375, 0.01422119140625, -0.005859375, 0.02294921875, -0.0147705078125, -0.013427734375, -0.00946044921875, -0.004486083984375, -0.01434326171875, 0.0133...
[ 1261, 7008, 23, 38730, 15970, 13415, 151138, 18151, 136, 77758, 159975, 90926, 164789, 66733, 130687, 400, 29479, 96551, 12921, 46876, 145581, 313, 64, 37223, 41925, 73342, 3642, 66161, 17368, 63769, 51339, 758, 24299, 219, 9774, 9506, 84396, ...
[ 0.2327880859375, 0.271484375, 0.1126708984375, 0.2261962890625, 0.149658203125, 0.139404296875, 0.09466552734375, 0.1939697265625, 0.004241943359375, 0.1700439453125, 0.232421875, 0.1302490234375, 0.25244140625, 0.1212158203125, 0.12109375, 0.181396484375, 0.1185302734375, 0.042694...
embed
3723411_c0
3723411
lisp
0
Title: Feedback desired: non-disruptive deployment strategies for production Lisp webapps Problem title: Feedback desired: non-disruptive deployment strategies for production Lisp webapps Tags: hunchentoot, lisp, deployment Problem: Feedback desired: non-disruptive deployment strategies for production Lisp webapps I am...
Feedback desired: non-disruptive deployment strategies for production Lisp webapps Feedback desired: non-disruptive deployment strategies for production Lisp webapps hunchentoot lisp deployment Feedback Lisp Feedback desired: non-disruptive deployment strategies for production Lisp webapps I am interested in hearing ho...
[ -0.00029754638671875, 0.028564453125, -0.0091552734375, -0.00396728515625, -0.0224609375, 0.01116943359375, 0.0074462890625, -0.0115966796875, 0.0011749267578125, -0.01275634765625, -0.00994873046875, -0.009033203125, -0.0036773681640625, 0.0157470703125, 0.0020294189453125, 0.01635742...
[ 174633, 104851, 71, 351, 9167, 4935, 8, 13158, 50531, 36049, 1261, 7008, 1467, 9007, 1926, 4834, 188, 818, 400, 60892, 129271, 3642, 3395, 54, 114419, 157225, 23, 158189, 5941, 35978, 99201, 4527, 14304, 1419, 42483, 87344, 26267, 116361, 8...
[ 0.2529296875, 0.1595458984375, 0.028717041015625, 0.0775146484375, 0.0992431640625, 0.014801025390625, 0.087890625, 0.14794921875, 0.1407470703125, 0.208984375, 0.190185546875, 0.220947265625, 0.110107421875, 0.17431640625, 0.09210205078125, 0.10986328125, 0.127685546875, 0.1400146...
embed
12456479_c0
12456479
lisp
0
Title: Lexical scope in Emacs: compatibility with older Emacsen Problem title: Lexical scope in Emacs: compatibility with older Emacsen Tags: emacs, elisp, lexical-scope, lisp, closures Problem: Lexical scope in Emacs: compatibility with older Emacsen Emacs 24 added optional lexical bindings for local variables. I woul...
Lexical scope in Emacs: compatibility with older Emacsen Lexical scope in Emacs: compatibility with older Emacsen emacs elisp lexical-scope lisp closures Lexical Emacs Emacsen Maybe TAG var1 var2 Local Variables End foo.el Lexical scope in Emacs: compatibility with older Emacsen Emacs 24 added optional lexical bindings...
[ 0.00927734375, 0.006591796875, -0.01397705078125, -0.004364013671875, 0.00830078125, 0.02490234375, 0.00531005859375, 0.0185546875, 0.0152587890625, -0.018310546875, 0.0113525390625, 0.01220703125, -0.00070953369140625, -0.01385498046875, 0.0205078125, -0.0169677734375, -0.0242919921...
[ 172522, 6827, 70820, 85269, 4439, 112793, 2481, 678, 114210, 2775, 2263, 1015, 23, 352, 15296, 7008, 75675, 21533, 400, 170224, 83425, 125933, 285, 418, 304, 24172, 111477, 18878, 5775, 583, 744, 49814, 35829, 128239, 4000, 77336, 1884, 4527,...
[ 0.210205078125, 0.19287109375, 0.219970703125, 0.18798828125, 0.19189453125, 0.201904296875, 0.04876708984375, 0.02264404296875, 0.0863037109375, 0.1119384765625, 0.1480712890625, 0.1396484375, 0.022674560546875, 0.05694580078125, 0.0628662109375, 0.151123046875, 0.196533203125, 0....
embed
3772765_c0
3772765
lisp
0
Title: Is there a relationship between calling a function and instantiating an object in pure functional languages? Problem title: Is there a relationship between calling a function and instantiating an object in pure functional languages? Tags: lisp, functional-programming, immutability, language-agnostic Problem: Is ...
Is there a relationship between calling a function and instantiating an object in pure functional languages? Is there a relationship between calling a function and instantiating an object in pure functional languages? lisp functional-programming immutability language-agnostic Is there a relationship between calling a f...
[ 0.0213623046875, 0.0272216796875, 0.0017852783203125, -0.0035400390625, 0.0042724609375, 0.01116943359375, 0.005767822265625, -0.01190185546875, 0.016845703125, -0.027587890625, 0.006439208984375, -0.00872802734375, -0.0115966796875, -0.0203857421875, 0.014892578125, -0.0052490234375, ...
[ 2071, 2685, 76755, 17721, 159029, 32354, 136, 34648, 14, 26518, 36746, 34166, 123309, 46876, 10, 23, 400, 7008, 28966, 14311, 41159, 2895, 133196, 8781, 1257, 6713, 1884, 1614, 3509, 1261, 96853, 112, 16498, 1974, 28987, 561, 22819, 60223, ...
[ 0.0183563232421875, 0.03204345703125, 0.20556640625, 0.06646728515625, 0.236083984375, 0.2529296875, 0.06207275390625, 0.1822509765625, 0.1790771484375, 0.0899658203125, 0.188720703125, 0.145751953125, 0.2149658203125, 0.1934814453125, 0.039337158203125, 0.0227203369140625, 0.0852050...
embed
54640307_c0
54640307
lisp
0
Title: Sandboxing Guile by deleting unwanted libraries? Problem title: Sandboxing Guile by deleting unwanted libraries? Tags: sandbox, guile, lisp Problem: Sandboxing Guile by deleting unwanted libraries? I have an open-source GUI for which I've just implemented a very basic extension mechanism that allows the user to ...
Sandboxing Guile by deleting unwanted libraries? Sandboxing Guile by deleting unwanted libraries? sandbox guile lisp Sandboxing Guile Sandboxing Guile by deleting unwanted libraries? I have an open-source GUI for which I've just implemented a very basic extension mechanism that allows the user to embed a snippet of Lis...
[ -0.0194091796875, 0.0035552978515625, 0.01202392578125, -0.0038299560546875, -0.0172119140625, 0.00051116943359375, 0.0189208984375, 0.002838134765625, -0.00836181640625, -0.015625, -0.00142669677734375, -0.0196533203125, -0.0233154296875, -0.0037841796875, 0.00390625, -0.0054931640625...
[ 13552, 11728, 214, 53513, 133, 390, 24674, 1916, 51, 3206, 35773, 10484, 19096, 2497, 1340, 400, 7008, 9803, 60427, 195490, 29479, 4552, 62822, 111938, 191619, 38937, 352, 13482, 93, 1261, 22769, 18151, 12937, 32354, 178036, 114063, 4527, 722...
[ 0.1829833984375, 0.266845703125, 0.0853271484375, 0.251953125, 0.25439453125, 0.0943603515625, 0.1978759765625, 0.09503173828125, 0.05780029296875, 0.124755859375, 0.2371826171875, 0.1158447265625, 0.1302490234375, 0.15673828125, 0.23291015625, 0.113037109375, 0.19384765625, 0.0939...
embed
412314_c0
412314
lisp
0
Title: ASDF or other module system independent of home and site configurations Problem title: ASDF or other module system independent of home and site configurations Tags: deployment, asdf, lisp Problem: ASDF or other module system independent of home and site configurations I'm trying to find out the best practices fo...
ASDF or other module system independent of home and site configurations ASDF or other module system independent of home and site configurations deployment asdf lisp ASDF ASDF or other module system independent of home and site configurations I'm trying to find out the best practices for real-world application developme...
[ -0.010498046875, -0.00897216796875, 0.010498046875, -0.000053882598876953125, -0.01190185546875, -0.00286865234375, 0.010986328125, -0.00872802734375, 0.0167236328125, -0.0303955078125, -0.010498046875, 0.00592041015625, -0.0113525390625, -0.006591796875, -0.005035400390625, -0.0184326...
[ 6483, 38997, 707, 3789, 88996, 5426, 41371, 111, 5368, 136, 1764, 180346, 8, 13158, 237, 71, 420, 400, 7008, 2965, 41361, 2773, 32554, 38415, 34754, 63134, 100094, 155965, 222495, 50960, 71983, 35773, 103723, 51684, 98169, 9, 85717, 30487, ...
[ 0.168212890625, 0.299072265625, 0.00311279296875, 0.0311737060546875, 0.192626953125, 0.150390625, 0.134765625, 0.016448974609375, 0.10052490234375, 0.062286376953125, 0.105712890625, 0.1611328125, 0.0987548828125, 0.1685791015625, 0.0667724609375, 0.0869140625, 0.142822265625, 0.0...
embed
1307567_c0
1307567
lisp
0
Title: Eval not working on unexpanded macro quote Problem title: Eval not working on unexpanded macro quote Tags: clojure, eval, lisp, macros Problem: Eval not working on unexpanded macro quote Code signals: Eval
Eval not working on unexpanded macro quote Eval not working on unexpanded macro quote clojure eval lisp macros Eval Eval not working on unexpanded macro quote
[ 0.01019287109375, 0.022705078125, -0.0003337860107421875, 0.009521484375, -0.01495361328125, 0.0087890625, 0.0284423828125, -0.020751953125, -0.002899169921875, 0.0004673004150390625, -0.03076171875, -0.01458740234375, 0.01416015625, -0.0035858154296875, 0.000804901123046875, -0.002822...
[ 241, 1405, 959, 20697, 98, 51, 83613, 4431, 111789, 66747, 20450, 461, 107, 28, 400, 7008 ]
[ 0.12371826171875, 0.322998046875, 0.0357666015625, 0.15283203125, 0.077392578125, 0.058807373046875, 0.048980712890625, 0.10369873046875, 0.182373046875, 0.18994140625, 0.1060791015625, 0.10369873046875, 0.01373291015625, 0.09796142578125, 0.0584716796875, 0.16455078125 ]
embed
5522174_c0
5522174
lisp
0
Title: LISP to c# conversion Problem title: LISP to c# conversion Tags: c%23, lisp Problem: LISP to c# conversion Please help convert a small LISP code to c# (mult s (diff (const 1) (mult (ramp 1) (ramp 1)))) Code signals: LISP
LISP to c# conversion LISP to c# conversion c%23 lisp LISP LISP to c# conversion Please help convert a small LISP code to c#
[ -0.00433349609375, 0.036376953125, -0.0118408203125, 0.0263671875, -0.01519775390625, 0.0203857421875, -0.02490234375, 0.0009918212890625, 0.0045166015625, -0.039306640625, -0.00762939453125, -0.01220703125, 0.0008697509765625, 0.002227783203125, -0.001861572265625, -0.0001878738403320...
[ 16970, 9434, 47, 501, 4904, 142477, 3949, 3742, 400, 7008, 30607, 4358, 96760, 19336, 18151 ]
[ 0.163818359375, 0.25341796875, 0.142333984375, 0.09320068359375, 0.232177734375, 0.154541015625, 0.0122833251953125, 0.1134033203125, 0.12091064453125, 0.1588134765625, 0.021331787109375, 0.08978271484375, 0.156005859375, 0.11273193359375, 0.16650390625 ]
embed
4873810_c0
4873810
lisp
0
Title: What does # mean in LISP Problem title: What does # mean in LISP Tags: special-characters, syntax, lisp, common-lisp Problem: What does # mean in LISP For example, #'functionname , is it necessary? Code signals: What, LISP
What does # mean in LISP What does # mean in LISP special-characters syntax lisp common-lisp What LISP What does # mean in LISP For example, #'functionname , is it necessary?
[ 0.01129150390625, 0.00732421875, 0.004638671875, 0.002777099609375, -0.0162353515625, 0.0162353515625, -0.0189208984375, 0.021240234375, 0.01519775390625, 0.00439453125, 0.00860595703125, -0.0036773681640625, -0.000194549560546875, 0.0023040771484375, -0.0146484375, 0.01806640625, -0...
[ 14602, 468, 29459, 16970, 9434, 23, 5361, 9254, 2263, 6002, 86531, 400, 7008, 39210, 4086, 254, 137175, 11627, 442, 63559 ]
[ 0.030975341796875, 0.1546630859375, 0.1251220703125, 0.09759521484375, 0.197509765625, 0.0609130859375, 0.04571533203125, 0.00942230224609375, 0.0277252197265625, 0.004314422607421875, 0.03753662109375, 0.06121826171875, 0.1409912109375, 0.034637451171875, 0.0328369140625, 0.1069946289...
embed
16574028_c0
16574028
lisp
0
Title: removing duplicates from a list and combining it in Lisp Problem title: removing duplicates from a list and combining it in Lisp Tags: lisp, list Problem: removing duplicates from a list and combining it in Lisp Code signals: a, Lisp
removing duplicates from a list and combining it in Lisp removing duplicates from a list and combining it in Lisp lisp list a Lisp removing duplicates from a list and combining it in Lisp I have a following type of list and desired output is What is the right approach for the same in Lisp?
[ 0.00201416015625, 0.03759765625, 0.0057373046875, 0.013427734375, -0.01080322265625, 0.01092529296875, 0.007049560546875, 0.0203857421875, -0.0032958984375, -0.0244140625, -0.02197265625, 0.003082275390625, 0.0218505859375, 0.018798828125, -0.02880859375, 0.015625, 0.0086669921875, ...
[ 49146, 6496, 171763, 1636, 1295, 5303, 375, 964, 592, 1261, 7008, 136, 23, 400, 25632, 10644, 104851, 140992, 7108, 51515, 5701 ]
[ 0.1251220703125, 0.048980712890625, 0.22900390625, 0.1358642578125, 0.1103515625, 0.1864013671875, 0.090576171875, 0.1593017578125, 0.043365478515625, 0.1400146484375, 0.2034912109375, 0.01953125, 0.039947509765625, 0.10443115234375, 0.024322509765625, 0.055633544921875, 0.0654296875...
embed
2582555_c0
2582555
lisp
0
Title: Emacs without Lisp Problem title: Emacs without Lisp Tags: editor, lisp, emacs Problem: Emacs without Lisp Should I learn to use Emacs with no intention to learn Lisp, if my other option is to get familiar with vi? Code signals: Emacs, Lisp
Emacs without Lisp Emacs without Lisp editor lisp emacs Emacs Lisp Emacs without Lisp Should I learn to use Emacs with no intention to learn Lisp, if my other option is to get familiar with vi?
[ 0.0072021484375, 0.01373291015625, -0.0115966796875, -0.0010986328125, -0.0086669921875, 0.0294189453125, -0.016357421875, 0.007598876953125, -0.0081787109375, -0.010009765625, -0.0003833770751953125, -0.00836181640625, -0.0211181640625, 0.0186767578125, -0.008056640625, -0.01330566406...
[ 85269, 4439, 15490, 1261, 7008, 30391, 400, 352, 2263, 151117, 30698, 4527, 110, 91177, 3789, 35829, 16031, 279 ]
[ 0.1705322265625, 0.21923828125, 0.0999755859375, 0.116455078125, 0.167236328125, 0.14990234375, 0.085693359375, 0.063720703125, 0.0906982421875, 0.012969970703125, 0.1234130859375, 0.10662841796875, 0.053955078125, 0.10986328125, 0.00555419921875, 0.08642578125, 0.074462890625, 0.2...
embed
67880957_c0
67880957
lisp
0
Title: Making a Racket function that applies to lists Problem title: Making a Racket function that applies to lists Tags: lisp, paradigms, racket Problem: Making a Racket function that applies to lists How to apply a function to a list in the racket? Code signals: Making, Racket
Making a Racket function that applies to lists Making a Racket function that applies to lists lisp paradigms racket Making Racket Making a Racket function that applies to lists How to apply a function to a list in the racket?
[ -0.00750732421875, 0.0242919921875, 0.007476806640625, 0.0240478515625, 0.005096435546875, 0.01348876953125, -0.01031494140625, 0.0111083984375, -0.0029296875, -0.0184326171875, -0.0054931640625, -0.039794921875, -0.0130615234375, 0.018798828125, 0.0030670166015625, 0.005950927734375, ...
[ 13676, 2552, 27853, 32354, 4027, 25720, 47, 5303, 400, 7008, 214709, 673, 59911, 23 ]
[ 0.05938720703125, 0.12353515625, 0.2376708984375, 0.205810546875, 0.056182861328125, 0.06488037109375, 0.09442138671875, 0.2255859375, 0.03656005859375, 0.12152099609375, 0.1522216796875, 0.09912109375, 0.1641845703125, 0.006984710693359375 ]
embed
22129806_c0
22129806
lisp
0
Title: parenscript symbol not recognize in emacs+slime Problem title: parenscript symbol not recognize in emacs+slime Tags: parenscript, common-lisp, javascript, lisp Problem: parenscript symbol not recognize in emacs+slime Code signals: ql:quickload, Please, ADD-FORM, NAME, VALUE
parenscript symbol not recognize in emacs+slime parenscript symbol not recognize in emacs+slime parenscript common-lisp javascript lisp ql:quickload Please ADD-FORM NAME VALUE parenscript symbol not recognize in emacs+slime I try to redo parenscript example. I perform the following command in emacs+sbcl+slime: Then I c...
[ -0.003662109375, 0.010009765625, -0.02294921875, 0.00182342529296875, -0.0245361328125, 0.0272216796875, 0.00078582763671875, 0.0198974609375, -0.0024566650390625, -0.0108642578125, 0.00970458984375, -0.00555419921875, 0.004302978515625, 0.01165771484375, -0.00396728515625, -0.01287841...
[ 366, 33, 32032, 26582, 959, 125296, 352, 2263, 7, 1328, 64617, 13, 39210, 4086, 254, 136951, 400, 7008, 99247, 3181, 2594, 63033, 24057, 98533, 182512, 55991, 23, 9790, 41313, 27781, 51339, 75101, 34937, 9969, 1340, 25632, 18499, 44691 ]
[ 0.1202392578125, 0.1268310546875, 0.2430419921875, 0.2237548828125, 0.052734375, 0.158203125, 0.08270263671875, 0.1595458984375, 0.10009765625, 0.085693359375, 0.1728515625, 0.163330078125, 0.07220458984375, 0.0289764404296875, 0.118896484375, 0.1298828125, 0.040802001953125, 0.127...
embed
4771346_c0
4771346
lisp
0
Title: exp in SBCL is wrong? Problem title: exp in SBCL is wrong? Tags: lisp, sbcl Problem: exp in SBCL is wrong? CL-USER> (exp 1) 2.7182817 Why? It should be 2.7182818 (rounded from 2.7182818284590452353602874713526624977572470936999595749669...) SBCL 1.0.29.11.debian Code signals: SBCL
exp in SBCL is wrong? exp in SBCL is wrong? lisp sbcl SBCL exp in SBCL is wrong? CL-USER> (exp 1) 2.7182817 Why? It should be 2.7182818 (rounded from 2.7182818284590452353602874713526624977572470936999595749669...) SBCL 1.0.29.11.debian
[ 0.0164794921875, -0.0203857421875, 0.0089111328125, 0.01055908203125, -0.004730224609375, 0.0194091796875, 0.021484375, 0.0286865234375, 0.003448486328125, 0.02490234375, -0.006683349609375, 0.032470703125, 0.00139617919921875, 0.005828857421875, 0.016357421875, 0.0059814453125, 0.00...
[ 14700, 23, 90944, 37486, 83, 44691, 32, 400, 7008, 91, 275, 34937, 46323, 9, 1062, 50184, 2740, 83613, 4879, 787, 15770, 175283, 2489, 44084, 1650, 5608, 186, 1819, 42, 167457, 1295, 3882, 4633, 149265, 139091, 4046, 178785, 152261, 182434,...
[ 0.279296875, 0.0963134765625, 0.191162109375, 0.26953125, 0.107421875, 0.2183837890625, 0.00492095947265625, 0.08392333984375, 0.18310546875, 0.0823974609375, 0.127685546875, 0.2144775390625, 0.18505859375, 0.007537841796875, 0.14306640625, 0.15771484375, 0.0262451171875, 0.2458496...
embed
66542_c0
66542
lisp
0
Title: How do I run Oracle plsql procedure from Lisp? Problem title: How do I run Oracle plsql procedure from Lisp? Tags: plsql, clojure, lisp, stored-procedures, oracle-database Problem: How do I run Oracle plsql procedure from Lisp? How do I get started? Code signals: Lisp, How, Oracle
How do I run Oracle plsql procedure from Lisp? How do I run Oracle plsql procedure from Lisp? plsql clojure lisp stored-procedures oracle-database Lisp How Oracle How do I run Oracle plsql procedure from Lisp? How do I get started?
[ 0.00958251953125, 0.0294189453125, -0.0064697265625, 0.006103515625, -0.0230712890625, 0.017578125, -0.00003457069396972656, -0.0150146484375, -0.004058837890625, -0.0296630859375, -0.008544921875, 0.0419921875, -0.0189208984375, -0.0036773681640625, -0.0101318359375, 0.00323486328125,...
[ 11249, 54, 87, 11675, 146785, 6456, 7, 99247, 50491, 1295, 1261, 7008, 20450, 461, 107, 400, 4343, 232578, 3620, 11030, 37382, 26859 ]
[ 0.0823974609375, 0.058746337890625, 0.06134033203125, 0.13916015625, 0.2335205078125, 0.1719970703125, 0.10076904296875, 0.250244140625, 0.2061767578125, 0.11016845703125, 0.1641845703125, 0.25390625, 0.07177734375, 0.06622314453125, 0.047271728515625, 0.11322021484375, 0.06286621093...
embed
35760545_c0
35760545
lisp
0
Title: Common Lisp Equivalent of `man` Problem title: Common Lisp Equivalent of `man` Tags: common-lisp, lisp Problem: Common Lisp Equivalent of `man` I'm using clozure common lisp. Is there a common lisp equivalent of the unix man command or something analgous? Code signals: Common, Lisp, Equivalent
Common Lisp Equivalent of `man` Common Lisp Equivalent of `man` common-lisp lisp Common Lisp Equivalent Common Lisp Equivalent of `man` I'm using clozure common lisp. Is there a common lisp equivalent of the unix man command or something analgous?
[ 0.020263671875, 0.024169921875, -0.010498046875, 0.00750732421875, -0.0244140625, 0.01446533203125, 0.01116943359375, 0.0103759765625, -0.00628662109375, -0.05615234375, -0.007110595703125, 0.0157470703125, 0.0169677734375, -0.005401611328125, 0.0076904296875, 0.0038299560546875, -0....
[ 151301, 1261, 7008, 145666, 85540, 111, 669, 39210, 4086, 254, 400, 17368, 20450, 1667, 107, 183234, 51, 4084, 332, 75101, 7968, 519, 223 ]
[ 0.1663818359375, 0.1524658203125, 0.162841796875, 0.1016845703125, 0.1396484375, 0.040679931640625, 0.160888671875, 0.1513671875, 0.1285400390625, 0.1343994140625, 0.1385498046875, 0.03240966796875, 0.059722900390625, 0.11395263671875, 0.11920166015625, 0.1737060546875, 0.08270263671...
embed
9398225_c0
9398225
lisp
0
Title: What are Scheme Macros? Problem title: What are Scheme Macros? Tags: scheme, macros, lisp Problem: What are Scheme Macros? What are scheme macros? What are they used for? I have read about it on wikipedia but still I am not sure about the practical use of macros. Code signals: What, Scheme, Macros
What are Scheme Macros? What are Scheme Macros? scheme macros lisp What Scheme Macros What are Scheme Macros? What are scheme macros? What are they used for? I have read about it on wikipedia but still I am not sure about the practical use of macros.
[ 0.0169677734375, 0.0216064453125, 0.0234375, 0.0244140625, 0.002777099609375, 0.030517578125, -0.0078125, -0.0064697265625, -0.00787353515625, -0.00177764892578125, -0.00994873046875, -0.046630859375, -0.01312255859375, 0.007720947265625, 0, -0.015625, 0.00860595703125, -0.01586914...
[ 4865, 621, 34702, 282, 4727, 3666, 150370, 111789, 7, 400, 7008, 1836, 11814, 100, 7168, 9077, 138155, 4527 ]
[ 0.07171630859375, 0.0711669921875, 0.2037353515625, 0.1890869140625, 0.1688232421875, 0.2138671875, 0.2421875, 0.27099609375, 0.15625, 0.050689697265625, 0.1483154296875, 0.02801513671875, 0.1168212890625, 0.070556640625, 0.06390380859375, 0.0231475830078125, 0.1251220703125, 0.085...
embed
34301050_c0
34301050
lisp
0
Title: How do I format the digit precision of my REPL output in Lisp? Problem title: How do I format the digit precision of my REPL output in Lisp? Tags: number-formatting, common-lisp, lisp Problem: How do I format the digit precision of my REPL output in Lisp? Code signals: 0, How, REPL, Lisp, ColOffset
How do I format the digit precision of my REPL output in Lisp? How do I format the digit precision of my REPL output in Lisp? number-formatting common-lisp lisp 0 How REPL Lisp ColOffset How do I format the digit precision of my REPL output in Lisp? My question is: How can I set the precision of my REPL print output? A...
[ -0.01226806640625, 0.003509521484375, -0.0164794921875, 0.0196533203125, -0.01141357421875, 0.00579833984375, 0.0274658203125, -0.01312255859375, 0.006500244140625, 0.0235595703125, 0.00726318359375, -0.01361083984375, -0.006378173828125, -0.004180908203125, 0.0032806396484375, -0.0093...
[ 11249, 9384, 153939, 22619, 1830, 9069, 21130, 140992, 23, 1261, 7008, 54, 759, 14012, 51727, 39210, 4086, 254, 400, 757, 11554, 150369, 3509, 87, 70, 831, 5423, 28412, 27781, 8781, 32354, 11782, 208, 223, 39209, 190, 4879, 25632, 1884, 1...
[ 0.060394287109375, 0.2498779296875, 0.19970703125, 0.26806640625, 0.151123046875, 0.150146484375, 0.2744140625, 0.21142578125, 0.061676025390625, 0.1749267578125, 0.2374267578125, 0.00830078125, 0.038421630859375, 0.1142578125, 0.165283203125, 0.07330322265625, 0.0928955078125, 0.1...
embed
72940183_c0
72940183
lisp
0
Title: Dotted list in lisp Problem title: Dotted list in lisp Tags: list, lisp, cons Problem: Dotted list in lisp I'm trying to recreate this structure with lisp (key . (list of values)) Ex: (a . (b c)) I managed to recreate the opposite ((a b) . c) , but is not what i need. Is possible? Code signals: Dotted
Dotted list in lisp Dotted list in lisp list lisp cons Dotted Dotted list in lisp I'm trying to recreate this structure with lisp (key . (list of values)) Ex: (a . (b c)) I managed to recreate the opposite ((a b) . c) , but is not what i need. Is possible?
[ 0.017333984375, 0.01300048828125, -0.016357421875, -0.0128173828125, -0.0191650390625, 0.00677490234375, -0.003387451171875, 0.0054931640625, 0.007537841796875, 0.0022430419921875, -0.01141357421875, 0.0016021728515625, -0.0015716552734375, 0.009521484375, -0.009521484375, -0.019042968...
[ 84929, 3674, 5303, 23, 400, 7008, 158, 7, 31577, 89011, 67, 903, 45646, 678, 19770, 5, 6562, 111, 142424, 5443, 11, 275, 501, 145755, 198274, 876, 959, 3871, 7722 ]
[ 0.15625, 0.10736083984375, 0.1949462890625, 0.052520751953125, 0.130615234375, 0.1944580078125, 0.187255859375, 0.034820556640625, 0.0579833984375, 0.1297607421875, 0.035858154296875, 0.0195159912109375, 0.161865234375, 0.0164947509765625, 0.1549072265625, 0.08148193359375, 0.1292724...
embed
16154556_c0
16154556
lisp
0
Title: Get a string instead of a number Problem title: Get a string instead of a number Tags: lisp, common-lisp Problem: Get a string instead of a number This works fine: [1]> ((lambda (x) (/ x x)) 5) 1 but this: [2]> ((lambda (x y) (/ x y)) 5 2) 5/2 give me '5/2' instead of 2.5. How can I fix it? Code signals: Get
Get a string instead of a number Get a string instead of a number lisp common-lisp Get Get a string instead of a number This works fine: but this: give me '5/2' instead of 2.5. How can I fix it?
[ -0.01544189453125, 0.00341796875, -0.00555419921875, -0.01251220703125, -0.01141357421875, -0.0021209716796875, 0.0142822265625, 0.0101318359375, 0.01708984375, -0.019287109375, 0.00738525390625, 0.000010311603546142578, -0.01019287109375, 0.005126953125, 0.00157928466796875, 0.0200195...
[ 20779, 10, 79315, 64457, 111, 14012, 400, 7008, 39210, 4086, 254, 43240, 5885, 1284, 903, 12, 8337, 163, 758, 12477, 25, 27804, 30022, 442 ]
[ 0.15673828125, 0.055450439453125, 0.272216796875, 0.185791015625, 0.13330078125, 0.2032470703125, 0.11834716796875, 0.20361328125, 0.1470947265625, 0.09539794921875, 0.169921875, 0.0836181640625, 0.05487060546875, 0.032989501953125, 0.056793212890625, 0.0007534027099609375, 0.0941772...
embed
4387967_c0
4387967
lisp
0
Title: Does a setfable nthcdr implementation exist? Problem title: Does a setfable nthcdr implementation exist? Tags: clisp, common-lisp, lisp Problem: Does a setfable nthcdr implementation exist? I am using clisp and I wonder if there is any library with a setfable version of nthcdr that I can use. Code signals: Does
Does a setfable nthcdr implementation exist? Does a setfable nthcdr implementation exist? clisp common-lisp lisp Does Does a setfable nthcdr implementation exist? I am using clisp and I wonder if there is any library with a setfable version of nthcdr that I can use.
[ 0.0108642578125, -0.004425048828125, 0.0361328125, -0.003997802734375, -0.000896453857421875, 0.0120849609375, -0.0035858154296875, 0.00531005859375, 0.001129150390625, -0.0255126953125, -0.004608154296875, -0.005767822265625, 0.004638671875, -0.022216796875, -0.0026092529296875, -0.01...
[ 101790, 10, 5423, 420, 2886, 653, 927, 238, 7569, 208124, 32316, 95701, 7008, 39210, 4086, 254, 400, 17368, 32195, 35773, 1294, 11389, 4527 ]
[ 0.044586181640625, 0.073486328125, 0.183837890625, 0.1446533203125, 0.197509765625, 0.082763671875, 0.1492919921875, 0.06597900390625, 0.2322998046875, 0.2147216796875, 0.1510009765625, 0.09515380859375, 0.175537109375, 0.1080322265625, 0.048583984375, 0.137451171875, 0.0563049316406...
embed
65539608_c0
65539608
lisp
0
Title: How are assoc and assq implemented in Scheme? Problem title: How are assoc and assq implemented in Scheme? Tags: lisp, racket, scheme Problem: How are assoc and assq implemented in Scheme? How are assoc and assq implemented in Scheme? So what is the intern code of those two procedures? Code signals: How, Scheme
How are assoc and assq implemented in Scheme? How are assoc and assq implemented in Scheme? lisp racket scheme How Scheme How are assoc and assq implemented in Scheme? How are assoc and assq implemented in Scheme? So what is the intern code of those two procedures?
[ 0.01031494140625, 0.02099609375, 0.0106201171875, 0.0220947265625, -0.0107421875, 0.01385498046875, 0.0101318359375, -0.00140380859375, 0.01202392578125, -0.02490234375, 0.01318359375, -0.0027008056640625, -0.017333984375, 0.006317138671875, 0.00616455078125, -0.00848388671875, 0.009...
[ 11249, 63927, 238, 136, 20751, 864, 29479, 297, 34702, 282, 400, 7008, 673, 27853, 150370, 621, 23, 38478, 18151, 6626, 50491 ]
[ 0.1124267578125, 0.1878662109375, 0.22216796875, 0.1251220703125, 0.127197265625, 0.2174072265625, 0.17822265625, 0.045989990234375, 0.210205078125, 0.176025390625, 0.057586669921875, 0.1683349609375, 0.06182861328125, 0.1785888671875, 0.1798095703125, 0.0161895751953125, 0.056304931...
embed
39008416_c0
39008416
lisp
0
Title: Lisp - setq and car Problem title: Lisp - setq and car Tags: common-lisp, lisp, variables Problem: Lisp - setq and car I would like to do something like this in GCL lisp: (setq (car '(a 1)) (cdr '(a 1))) to get the result of: (setq a 1) Is this, or something like this possible? Regards, Declan Code signals: Lisp
Lisp - setq and car Lisp - setq and car common-lisp lisp variables Lisp Lisp - setq and car I would like to do something like this in GCL lisp: to get the result of: Is this, or something like this possible? Regards, Declan
[ 0.0196533203125, 0.028076171875, 0.0123291015625, 0.0050048828125, 0.00927734375, 0.00921630859375, -0.01470947265625, 0.00927734375, 0.00055694580078125, -0.0267333984375, -0.01300048828125, 0.031494140625, -0.02099609375, -0.004119873046875, -0.0087890625, 0.007232666015625, -0.022...
[ 1261, 7008, 5423, 864, 136, 2258, 39210, 4086, 254, 400, 77336, 2806, 1884, 47, 54, 9844, 903, 23, 527, 37486, 2046, 16750, 111, 2071, 7722, 180358, 25755, 1414 ]
[ 0.142333984375, 0.2210693359375, 0.14453125, 0.1446533203125, 0.080322265625, 0.2164306640625, 0.0985107421875, 0.1064453125, 0.1705322265625, 0.126953125, 0.1925048828125, 0.039642333984375, 0.08123779296875, 0.050567626953125, 0.07421875, 0.0347900390625, 0.0989990234375, 0.07012...
embed
1095760_c0
1095760
lisp
0
Title: Can I disassemble my code in PLTScheme? Problem title: Can I disassemble my code in PLTScheme? Tags: scheme, racket, lisp, functional-programming Problem: Can I disassemble my code in PLTScheme? Can I see the translated machine instruction of a scheme function like (disassemble) in LISP? Code signals: Can, PLTSc...
Can I disassemble my code in PLTScheme? Can I disassemble my code in PLTScheme? scheme racket lisp functional-programming Can PLTScheme Can I disassemble my code in PLTScheme? Can I see the translated machine instruction of a scheme function like (disassemble) in LISP?
[ 0.013671875, 0.00274658203125, -0.002655029296875, 0.0400390625, -0.005126953125, 0.00193023681640625, -0.01434326171875, -0.006439208984375, -0.0036468505859375, -0.0361328125, -0.0026092529296875, -0.0150146484375, 0.005279541015625, -0.009033203125, -0.009033203125, -0.0082397460937...
[ 4171, 2837, 93457, 759, 18151, 33106, 12763, 1430, 282, 87, 23, 150370, 673, 27853, 400, 7008, 123309, 28966, 1957, 3900, 143, 36279, 188336, 32354, 1884, 3827, 16970, 9434 ]
[ 0.0704345703125, 0.1240234375, 0.254150390625, 0.0246734619140625, 0.1826171875, 0.129638671875, 0.103271484375, 0.1861572265625, 0.1676025390625, 0.0300750732421875, 0.0280303955078125, 0.1644287109375, 0.01229095458984375, 0.150146484375, 0.05035400390625, 0.1663818359375, 0.108032...
embed
3723579_c0
3723579
lisp
0
Title: Is there a way to dereference a list in common lisp? Problem title: Is there a way to dereference a list in common lisp? Tags: lisp, dereference, common-lisp Problem: Is there a way to dereference a list in common lisp? Is there a way to dereference a list in lisp? I am trying to compare 2 strings but one is in ...
Is there a way to dereference a list in common lisp? Is there a way to dereference a list in common lisp? lisp dereference common-lisp Is there a way to dereference a list in common lisp? Is there a way to dereference a list in lisp? I am trying to compare 2 strings but one is in a list.
[ 0.0234375, 0.00531005859375, 0.00946044921875, 0.03466796875, 0.006439208984375, 0.01336669921875, 0.01220703125, 0.01458740234375, 0.0133056640625, 0.00035858154296875, 0.002227783203125, 0.0135498046875, 0.0205078125, -0.002044677734375, -0.0247802734375, -0.0019989013671875, 0.010...
[ 2685, 10, 3917, 47, 8, 239879, 5303, 39210, 400, 7008, 4086, 254, 23, 31577, 69101, 116, 79315, 1632 ]
[ 0.012847900390625, 0.0269927978515625, 0.09771728515625, 0.058135986328125, 0.16162109375, 0.27783203125, 0.195068359375, 0.1263427734375, 0.10357666015625, 0.177978515625, 0.0706787109375, 0.1385498046875, 0.047576904296875, 0.0280609130859375, 0.1624755859375, 0.034820556640625, 0....
embed
3328512_c0
3328512
lisp
0
Title: Why multiple namespaces? Problem title: Why multiple namespaces? Tags: common-lisp, lisp, namespaces, scheme Problem: Why multiple namespaces? What is the rationale behind the design decision to have separate namespaces for values and functions in Common Lisp? What are the arguments for and against it? Code sign...
Why multiple namespaces? Why multiple namespaces? common-lisp lisp namespaces scheme Why Why multiple namespaces? What is the rationale behind the design decision to have separate namespaces for values and functions in Common Lisp? What are the arguments for and against it?
[ 0.01141357421875, 0.01007080078125, 0.00885009765625, 0.00147247314453125, -0.01019287109375, 0.009033203125, 0.018310546875, -0.0191650390625, 0.00151824951171875, 0.0216064453125, 0.00506591796875, -0.0054931640625, -0.00311279296875, -0.004669189453125, -0.00054931640625, -0.0034484...
[ 44084, 48716, 210716, 7, 39210, 4086, 254, 400, 7008, 150370, 168487, 13, 50155, 4331, 51957, 84797, 142424, 32354, 151301, 1261, 10750, 100, 26548 ]
[ 0.1712646484375, 0.284423828125, 0.305908203125, 0.158203125, 0.1041259765625, 0.08575439453125, 0.1409912109375, 0.0997314453125, 0.2060546875, 0.14892578125, 0.1068115234375, 0.01806640625, 0.016998291015625, 0.1446533203125, 0.044189453125, 0.125732421875, 0.11053466796875, 0.08...
embed
68027873_c0
68027873
lisp
0
Title: Manually doing function body-substitution to see how a procedure works Problem title: Manually doing function body-substitution to see how a procedure works Tags: currying, lisp, racket, scheme, sicp Problem: Manually doing function body-substitution to see how a procedure works Code signals: Manually, add-3, Su...
Manually doing function body-substitution to see how a procedure works Manually doing function body-substitution to see how a procedure works currying lisp racket scheme sicp Manually add-3 Sub Wrong Manually doing function body-substitution to see how a procedure works I'm stepping through a procedure that was provide...
[ 0.003997802734375, 0.024658203125, 0.01275634765625, -0.000946044921875, -0.0234375, 0.02734375, -0.00323486328125, 0.00775146484375, 0.00016307830810546875, -0.0115966796875, -0.011474609375, 0.0015411376953125, -0.0166015625, 0.006927490234375, 0.0234375, -0.018310546875, 0.0181884...
[ 111021, 20594, 32354, 14361, 209828, 1363, 1957, 3642, 50491, 43240, 198555, 214, 400, 7008, 673, 27853, 150370, 26536, 254, 15190, 8316, 8273, 35133, 8305, 237875, 67229, 161740, 17514, 5036, 11782, 81887, 18151, 144851, 57767, 70, 10044, 3429...
[ 0.1737060546875, 0.0838623046875, 0.194580078125, 0.232666015625, 0.236083984375, 0.11962890625, 0.1197509765625, 0.07000732421875, 0.2041015625, 0.161865234375, 0.1365966796875, 0.03656005859375, 0.07318115234375, 0.16552734375, 0.0197906494140625, 0.1595458984375, 0.1396484375, 0...
embed
10185417_c0
10185417
lisp
0
Title: Is all data in Lisp immutable? Problem title: Is all data in Lisp immutable? Tags: lisp Problem: Is all data in Lisp immutable? In this article , the author praised functional programming with 2 main good features. But he didn't mention (Common) Lisp. Does Lisp's data meet this "all data is immutable"? Code sign...
Is all data in Lisp immutable? Is all data in Lisp immutable? lisp Lisp Is all data in Lisp immutable? In this article , the author praised functional programming with 2 main good features. But he didn't mention (Common) Lisp. Does Lisp's data meet this "all data is immutable"?
[ 0.018798828125, 0.010986328125, 0.00191497802734375, 0.00604248046875, -0.007415771484375, 0.0208740234375, 0.0155029296875, 0.00244140625, -0.0028228759765625, -0.0081787109375, 0.002105712890625, 0.00946044921875, 0.00555419921875, 0.01007080078125, -0.000530242919921875, 0.009094238...
[ 2071, 756, 2053, 23, 1261, 7008, 566, 561, 22819, 400, 42179, 1645, 123309, 56037, 449, 116, 5201, 4127, 66139, 41392, 3796, 23356, 5584, 83 ]
[ 0.0278167724609375, 0.127685546875, 0.1978759765625, 0.059234619140625, 0.1610107421875, 0.2454833984375, 0.09637451171875, 0.1507568359375, 0.173583984375, 0.1116943359375, 0.00267791748046875, 0.03515625, 0.14599609375, 0.1331787109375, 0.034576416015625, 0.0214996337890625, 0.0078...
embed
38282826_c0
38282826
lisp
0
Title: Syntax error in Lisp code with loop and conditions Problem title: Syntax error in Lisp code with loop and conditions Tags: lisp, common-lisp Problem: Syntax error in Lisp code with loop and conditions Code signals: Syntax, Lisp, getchoice3, Enter, Choice, LOOP, COND, PRINT, PARSE-INTEGER, PROMPT-READ, JUNK-ALLOW...
Syntax error in Lisp code with loop and conditions Syntax error in Lisp code with loop and conditions lisp common-lisp Syntax Lisp getchoice3 Enter Choice LOOP COND PRINT PARSE-INTEGER PROMPT-READ JUNK-ALLOWED WHILE Syntax error in Lisp code with loop and conditions What is the syntax error in following code? The error...
[ 0.00125885009765625, 0.00872802734375, -0.00799560546875, 0.0174560546875, -0.01507568359375, 0.00311279296875, 0.00775146484375, 0.006591796875, 0.0233154296875, 0.005584716796875, -0.0030059814453125, 0.0086669921875, -0.018798828125, -0.01483154296875, 0.01531982421875, 0.0053405761...
[ 19010, 86531, 18499, 1261, 7008, 18151, 678, 40956, 136, 27289, 400, 39210, 4086, 254, 2046, 3089, 2980, 363, 60816, 181948, 22215, 20880, 14452, 397, 10865, 59537, 28358, 192906, 56599, 9088, 41519, 150885, 605, 66437, 168891, 83, 6002, 2563...
[ 0.151611328125, 0.200927734375, 0.1923828125, 0.1363525390625, 0.2213134765625, 0.1707763671875, 0.06500244140625, 0.197998046875, 0.0665283203125, 0.190673828125, 0.08673095703125, 0.07403564453125, 0.082763671875, 0.1309814453125, 0.064697265625, 0.0960693359375, 0.06109619140625, ...
embed
47452026_c0
47452026
lisp
0
Title: Does mapcan in common lisp change the value of argument? Problem title: Does mapcan in common lisp change the value of argument? Tags: common-lisp, lisp Problem: Does mapcan in common lisp change the value of argument? I don't know what happened. (setf x '((a b) (c) (1 2 3))) x ;;=> ((A B) (C) (1 2 3)) Code sign...
Does mapcan in common lisp change the value of argument? Does mapcan in common lisp change the value of argument? common-lisp lisp Does Does mapcan in common lisp change the value of argument? I don't know what happened. Can anybody teach me? Thanks.
[ 0.00579833984375, 0.016845703125, 0.0211181640625, 0.027587890625, -0.023193359375, 0.01153564453125, -0.00421142578125, 0.00164794921875, -0.0011749267578125, -0.00909423828125, 0.00537109375, 0.0030059814453125, 0.0211181640625, 0.01068115234375, 0.007232666015625, -0.02001953125, ...
[ 101790, 22288, 4398, 23, 39210, 400, 7008, 15549, 34292, 111, 10750, 4086, 254, 70 ]
[ 0.0316162109375, 0.1400146484375, 0.19775390625, 0.033203125, 0.1383056640625, 0.1136474609375, 0.1563720703125, 0.156494140625, 0.1573486328125, 0.06353759765625, 0.2156982421875, 0.06243896484375, 0.086669921875, 0.016448974609375 ]
embed
13263594_c0
13263594
lisp
0
Title: How to use MAPCAR to implement REMOVE-IF Problem title: How to use MAPCAR to implement REMOVE-IF Tags: lisp, common-lisp Problem: How to use MAPCAR to implement REMOVE-IF How can I use the MAPCAR function to implement a function equivalent to REMOVE-IF , non-recursively in Common Lisp? Code signals: How, MAPCAR,...
How to use MAPCAR to implement REMOVE-IF How to use MAPCAR to implement REMOVE-IF lisp common-lisp How MAPCAR REMOVE-IF How to use MAPCAR to implement REMOVE-IF How can I use the MAPCAR function to implement a function equivalent to REMOVE-IF , non-recursively in Common Lisp?
[ -0.00183868408203125, 0.0169677734375, 0.01611328125, 0.0299072265625, -0.02392578125, 0.011962890625, 0.01513671875, 0.0133056640625, 0.00433349609375, -0.026123046875, -0.0106201171875, -0.0067138671875, -0.020751953125, -0.0004138946533203125, 0.021484375, -0.0024261474609375, 0.0...
[ 11249, 4527, 105748, 80076, 29479, 83852, 125901, 9, 29836, 47, 400, 7008, 39210, 4086, 254, 32354, 183234, 351, 48650, 151301, 1261 ]
[ 0.06451416015625, 0.0853271484375, 0.18017578125, 0.279052734375, 0.1632080078125, 0.157470703125, 0.1383056640625, 0.05029296875, 0.217041015625, 0.0128936767578125, 0.0931396484375, 0.1651611328125, 0.1085205078125, 0.08056640625, 0.12359619140625, 0.143798828125, 0.0919189453125, ...
embed
56544894_c1
56544894
lisp
1
n1) (zero? n2)) 0] ;verify if zero is one of the inputs and return it [(eq? 1 n1) n2] ;if n1 is one return n2 [(eq? 1 n2) n1] ;if n2 is one return n1 [(positive? n1) (sum n2 (mult (sub1 n1) n2))] ;if it none of the adove, add n2 n1Times to itself )) Thanks! @Barmar @coredump Code signals: How, Takes, Number, sub1, add...
n1) (zero? n2)) 0] ;verify if zero is one of the inputs and return it [(eq? 1 n1) n2] ;if n1 is one return n2 [(eq? 1 n2) n1] ;if n2 is one return n1 [(positive? n1) (sum n2 (mult (sub1 n1) n2))] ;if it none of the adove, add n2 n1Times to itself )) Thanks! @Barmar @coredump Code signals: How, Takes, Number, sub1, add...
[ -0.0245361328125, 0.020751953125, 0.0004291534423828125, 0.0224609375, -0.0009307861328125, 0.00119781494140625, 0.0062255859375, 0.0018310546875, 0.024658203125, -0.0361328125, 0.01141357421875, -0.0213623046875, -0.0087890625, 0.00634765625, -0.0101318359375, -0.00008153915405273438,...
[ 653, 17727, 80510, 32, 10461, 757, 814, 40383, 2174, 45234, 83, 1632, 111, 107730, 30646, 864, 106, 90173, 3190, 418, 304, 76172, 67890, 4935, 11832, 81944, 22144, 8206, 15190, 70059, 7, 68034, 1727, 30854, 693, 2676, 28864, 26073, 11249, ...
[ 0.0782470703125, 0.198486328125, 0.2156982421875, 0.000457763671875, 0.2086181640625, 0.1298828125, 0.145751953125, 0.1265869140625, 0.03533935546875, 0.221923828125, 0.037567138671875, 0.06292724609375, 0.03668212890625, 0.206787109375, 0.1182861328125, 0.128173828125, 0.05282592773...
embed
1760406_c0
1760406
lisp
0
Title: Scheme - how do I modify an individual element in a list? Problem title: Scheme - how do I modify an individual element in a list? Tags: lisp, scheme, list Problem: Scheme - how do I modify an individual element in a list? If I have a list of 0's, how would I modify, for example, the 16th 0 in the list? Code sig...
Scheme - how do I modify an individual element in a list? Scheme - how do I modify an individual element in a list? lisp scheme list Scheme Scheme - how do I modify an individual element in a list? If I have a list of 0's, how would I modify, for example, the 16th 0 in the list?
[ -0.01556396484375, 0.022705078125, -0.0021820068359375, 0.0032501220703125, -0.001708984375, -0.005096435546875, -0.0177001953125, -0.01031494140625, 0.00531005859375, 0.00634765625, 0.009521484375, -0.023193359375, -0.00787353515625, -0.01104736328125, -0.002777099609375, -0.016723632...
[ 34702, 282, 3642, 54, 87, 2811, 40383, 11651, 12830, 23, 5303, 20, 10, 400, 7008, 150370, 142, 765, 111, 757, 25, 2806, 611, 927, 70 ]
[ 0.221923828125, 0.212158203125, 0.12164306640625, 0.07568359375, 0.090576171875, 0.1820068359375, 0.1776123046875, 0.1802978515625, 0.1693115234375, 0.07171630859375, 0.2255859375, 0.0190582275390625, 0.0234527587890625, 0.081298828125, 0.1695556640625, 0.2413330078125, 0.00211524963...
embed
5975856_c0
5975856
lisp
0
Title: how to take two input simultaneously in lisp? Problem title: how to take two input simultaneously in lisp? Tags: lisp, common-lisp Problem: how to take two input simultaneously in lisp? I want to add two numbers that are to be entered by the user in Lisp. How can I do that? I used the read command twice but it s...
how to take two input simultaneously in lisp? how to take two input simultaneously in lisp? lisp common-lisp how to take two input simultaneously in lisp? I want to add two numbers that are to be entered by the user in Lisp. How can I do that? I used the read command twice but it shows an error.
[ -0.00238037109375, 0.002960205078125, 0.00244140625, 0.00701904296875, 0.000751495361328125, 0.0286865234375, 0.0101318359375, -0.000751495361328125, 0.00131988525390625, -0.078125, 0.024658203125, -0.0015106201171875, -0.0028228759765625, -0.00836181640625, 0.0159912109375, -0.0139160...
[ 3642, 47, 5646, 6626, 107730, 134477, 13, 79850, 23, 400, 7008, 39210, 4086, 254, 3444, 15190, 101935, 30957, 38937, 1261, 12301, 75101, 186351, 18499 ]
[ 0.07025146484375, 0.03460693359375, 0.145263671875, 0.1778564453125, 0.226806640625, 0.1600341796875, 0.037078857421875, 0.127197265625, 0.0916748046875, 0.126220703125, 0.2255859375, 0.09454345703125, 0.09503173828125, 0.1658935546875, 0.06671142578125, 0.147705078125, 0.15734863281...
embed
50999245_c0
50999245
lisp
0
Title: lisp - error: no function definition: BUTLAST Problem title: lisp - error: no function definition: BUTLAST Tags: autolisp, autocad, lisp Problem: lisp - error: no function definition: BUTLAST I am trying to use butlast but for some reason, I get this error: no function definition: BUTLAST. Any ideas why? Code si...
lisp - error: no function definition: BUTLAST lisp - error: no function definition: BUTLAST autolisp autocad lisp BUTLAST lisp - error: no function definition: BUTLAST I am trying to use butlast but for some reason, I get this error: no function definition: BUTLAST. Any ideas why?
[ 0.033447265625, 0.02685546875, -0.0027618408203125, -0.00604248046875, -0.0048828125, 0.0279541015625, 0.003265380859375, -0.0009307861328125, 0.0087890625, -0.0101318359375, -0.02490234375, -0.025146484375, -0.0032501220703125, -0.0184326171875, 0, -0.00063323974609375, -0.01171875,...
[ 400, 7008, 18499, 110, 32354, 80934, 151654, 172905, 1809, 4086, 254, 25426, 31577, 4527, 1284, 19777, 25647 ]
[ 0.1248779296875, 0.2332763671875, 0.1580810546875, 0.1002197265625, 0.2012939453125, 0.1962890625, 0.17724609375, 0.27294921875, 0.0538330078125, 0.07867431640625, 0.12066650390625, 0.10797119140625, 0.009979248046875, 0.002185821533203125, 0.154541015625, 0.212158203125, 0.035644531...
embed
12621909_c0
12621909
lisp
0
Title: Alternative to layers of if statements Problem title: Alternative to layers of if statements Tags: boolean, conditional-statements, lisp, if-statement Problem: Alternative to layers of if statements Sometimes I end up with layers of if statements in my lisp code. Is there any alternative to doing this? Code sign...
Alternative to layers of if statements Alternative to layers of if statements boolean conditional-statements lisp if-statement Alternative Alternative to layers of if statements Sometimes I end up with layers of if statements in my lisp code. Is there any alternative to doing this?
[ 0.0040283203125, 0.024658203125, 0.000621795654296875, 0.01214599609375, -0.0024566650390625, 0.005218505859375, 0.00119781494140625, -0.00159454345703125, -0.01092529296875, -0.00064849853515625, -0.01019287109375, 0.00738525390625, 0.00445556640625, 0.034423828125, 0.000288009643554687...
[ 103905, 47, 135355, 7, 111, 2174, 63805, 337, 31, 34677, 35431, 289, 61340, 400, 7008, 160193, 3564, 678, 18151, 2499, 30700, 20594 ]
[ 0.165283203125, 0.0677490234375, 0.2261962890625, 0.04962158203125, 0.10333251953125, 0.2152099609375, 0.2308349609375, 0.0017461776733398438, 0.041015625, 0.11767578125, 0.1483154296875, 0.0731201171875, 0.18408203125, 0.11859130859375, 0.1851806640625, 0.0240631103515625, 0.0475158...
embed
49527636_c0
49527636
lisp
0
Title: Make a sublist from list using LiSP Problem title: Make a sublist from list using LiSP Tags: lisp, common-lisp Problem: Make a sublist from list using LiSP I have difficulty creating a sublist: '(((3)2)1)' from the list '(3 2 1)'. I don't know where to start, any help would be greatly appreciated. Code signals: ...
Make a sublist from list using LiSP Make a sublist from list using LiSP lisp common-lisp list LiSP Make Make a sublist from list using LiSP I have difficulty creating a sublist: '(((3)2)1)' from the list '(3 2 1)'. I don't know where to start, any help would be greatly appreciated.
[ -0.004974365234375, 0.00665283203125, -0.005859375, 0.018798828125, -0.02490234375, 0.016845703125, -0.01019287109375, 0.0213623046875, 0.005126953125, 0.0001811981201171875, -0.00799560546875, 0.00147247314453125, 0.01141357421875, 0.004486083984375, -0.03076171875, 0.0172119140625, ...
[ 26176, 1614, 6562, 1295, 5303, 17368, 1261, 9434, 10, 400, 7008, 39210, 4086, 254, 34844, 105233, 128258, 21320, 10461, 17727, 86827, 116, 4879, 3714, 4034, 4358, 77947 ]
[ 0.0810546875, 0.2178955078125, 0.288330078125, 0.1358642578125, 0.2135009765625, 0.07110595703125, 0.13427734375, 0.232666015625, 0.04510498046875, 0.11077880859375, 0.185791015625, 0.119140625, 0.09576416015625, 0.1536865234375, 0.09222412109375, 0.1260986328125, 0.0709228515625, ...
embed
15600573_c0
15600573
lisp
0
Title: clojure - resolve a symbol inside let Problem title: clojure - resolve a symbol inside let Tags: clojure, lisp Problem: clojure - resolve a symbol inside let How do I write a function to resolve a symbol in a lexical environment? (let [foo some-var] (let [sym 'foo] (resolve-sym sym))) I want to get the var that ...
clojure - resolve a symbol inside let clojure - resolve a symbol inside let clojure lisp clojure - resolve a symbol inside let How do I write a function to resolve a symbol in a lexical environment? I want to get the var that 'foo is bound to.
[ -0.015869140625, 0.0003871917724609375, -0.006378173828125, 0.0181884765625, -0.007080078125, 0.003509521484375, -0.0120849609375, 0.0242919921875, 0.0030059814453125, -0.02734375, -0.0162353515625, -0.00162506103515625, -0.0030670166015625, 0.009765625, 0.007080078125, 0.0037384033203...
[ 20450, 461, 107, 103608, 10, 26582, 46132, 2633, 400, 7008, 33022, 32354, 47, 75675, 21533, 65998, 3444, 2046, 285, 3584, 31, 83, 6, 99091 ]
[ 0.1502685546875, 0.163330078125, 0.1173095703125, 0.273681640625, 0.0205230712890625, 0.254150390625, 0.1717529296875, 0.226806640625, 0.0732421875, 0.1622314453125, 0.1251220703125, 0.1917724609375, 0.0858154296875, 0.106689453125, 0.1103515625, 0.1436767578125, 0.0162200927734375, ...
embed
13611397_c0
13611397
lisp
0
Title: How do I find how many different elements does a list have? in lisp Problem title: How do I find how many different elements does a list have? in lisp Tags: lisp, list Problem: How do I find how many different elements does a list have? in lisp How do I find, in Lisp, how many different elements does a list have...
How do I find how many different elements does a list have? in lisp How do I find how many different elements does a list have? in lisp lisp list How How do I find how many different elements does a list have? in lisp How do I find, in Lisp, how many different elements does a list have?
[ -0.0025787353515625, 0.010986328125, -0.0038299560546875, 0.005828857421875, -0.0120849609375, 0.00592041015625, -0.003875732421875, -0.002532958984375, 0.00885009765625, -0.028564453125, -0.015380859375, -0.0283203125, 0.0306396484375, 0.01904296875, -0.0242919921875, -0.0039367675781...
[ 11249, 7413, 3642, 5941, 12921, 80854, 14602, 5303, 765, 400, 7008, 10, 23, 87, 1261 ]
[ 0.006381988525390625, 0.118408203125, 0.09326171875, 0.1446533203125, 0.1922607421875, 0.2193603515625, 0.0872802734375, 0.21044921875, 0.12054443359375, 0.1236572265625, 0.213134765625, 0.0396728515625, 0.0474853515625, 0.0033206939697265625, 0.1353759765625 ]
embed
1492179_c0
1492179
lisp
0
Title: Get Last Element of each list Problem title: Get Last Element of each list Tags: lisp, element Problem: Get Last Element of each list Let us say I have a list ((3 4 5) (d e f) (h i j) (5 5 5 5)) How can I get the last element of each list in such a way that the output would look like this (5 f j 5)? Code signals...
Get Last Element of each list Get Last Element of each list lisp element Get Last Element Get Last Element of each list Let us say I have a list ((3 4 5) (d e f) (h i j) (5 5 5 5)) How can I get the last element of each list in such a way that the output would look like this (5 f j 5)?
[ 0.00360107421875, 0.01507568359375, -0.0013427734375, 0.00173187255859375, -0.01318359375, 0.0233154296875, 0.016845703125, 0.006317138671875, -0.00439453125, 0.00069427490234375, 0.0001621246337890625, -0.025146484375, -0.006317138671875, 0.004302978515625, -0.01092529296875, 0.004241...
[ 20779, 21672, 48325, 111, 12638, 5303, 400, 7008, 12830, 765, 86827, 201, 21162, 28, 1238, 1647, 11516, 190, 11249, 831, 2046, 4568, 6044, 140992, 6713, 1884 ]
[ 0.134765625, 0.234375, 0.253173828125, 0.09820556640625, 0.177001953125, 0.2291259765625, 0.06817626953125, 0.1488037109375, 0.2086181640625, 0.03009033203125, 0.052459716796875, 0.11187744140625, 0.129638671875, 0.0220794677734375, 0.0584716796875, 0.0843505859375, 0.109619140625, ...
embed
10265650_c0
10265650
lisp
0
Title: How can I load a library in Common Lisp? Problem title: How can I load a library in Common Lisp? Tags: lisp, common-lisp Problem: How can I load a library in Common Lisp? When I use C++, I can link a library by using a .a file or a .so file in my Makefile. But how can I load a library in Common Lisp? Code signal...
How can I load a library in Common Lisp? How can I load a library in Common Lisp? lisp common-lisp How Common Lisp How can I load a library in Common Lisp? When I use C++, I can link a library by using a .a file or a .so file in my Makefile. But how can I load a library in Common Lisp?
[ -0.000530242919921875, 0.00174713134765625, -0.005828857421875, 0.0267333984375, -0.02001953125, -0.004119873046875, 0.00799560546875, 0.0166015625, 0.0004367828369140625, -0.0478515625, -0.006378173828125, -0.021240234375, -0.006134033203125, 0.003936767578125, -0.0035400390625, -0.01...
[ 11249, 831, 72367, 35773, 1294, 23, 151301, 1261, 7008, 87, 400, 39210, 4086, 254, 10, 4527, 313, 37223, 3126, 5, 11, 11435, 991, 26176, 29822, 3642 ]
[ 0.052642822265625, 0.064697265625, 0.2099609375, 0.2301025390625, 0.1634521484375, 0.066650390625, 0.185302734375, 0.1669921875, 0.205078125, 0.0187530517578125, 0.09906005859375, 0.1334228515625, 0.09820556640625, 0.134033203125, 0.00998687744140625, 0.00807952880859375, 0.006141662...
embed
1091751_c0
1091751
lisp
0
Title: What is your recommended Emacs Lisp? Problem title: What is your recommended Emacs Lisp? Tags: lisp, emacs Problem: What is your recommended Emacs Lisp? As for me, what I use is as follows recently yasnippets -- http://code.google.com/p/yasnippet/ If there is a good code, Could you introduce it for me? Code sign...
What is your recommended Emacs Lisp? What is your recommended Emacs Lisp? lisp emacs What Emacs Lisp What is your recommended Emacs Lisp? As for me, what I use is as follows recently yasnippets -- http://code.google.com/p/yasnippet/ If there is a good code, Could you introduce it for me?
[ 0.01416015625, 0.00567626953125, -0.00885009765625, 0.01171875, -0.006378173828125, 0.0150146484375, -0.013916015625, 0.01904296875, -0.0010528564453125, -0.021728515625, 0.01043701171875, 0.004302978515625, -0.027587890625, 0.012451171875, 0.00897216796875, -0.015869140625, -0.01477...
[ 4865, 83, 935, 170198, 85269, 4439, 1261, 7008, 32, 400, 352, 2263, 7, 163, 2367, 4527, 28960, 78684, 151, 93, 58134, 40899, 59875, 395, 4127, 18151, 65508 ]
[ 0.09185791015625, 0.08929443359375, 0.08697509765625, 0.2044677734375, 0.2022705078125, 0.2010498046875, 0.1962890625, 0.24365234375, 0.00978851318359375, 0.148681640625, 0.1402587890625, 0.1463623046875, 0.105712890625, 0.0285186767578125, 0.04022216796875, 0.13037109375, 0.05764770...
embed
12580176_c0
12580176
lisp
0
Title: "A micro-manual for Scheme"? Problem title: "A micro-manual for Scheme"? Tags: scheme, lisp Problem: "A micro-manual for Scheme"? Given that LISP apparently can be expressed in "10 rules" of "A micro-manual for LISP" [1] [2] (is this true?), is there a similarly succinct description of Scheme...
"A micro-manual for Scheme"? "A micro-manual for Scheme"? scheme lisp Scheme "A micro-manual for Scheme"? Given that LISP apparently can be expressed in "10 rules" of "A micro-manual for LISP" [1] [2] (is this true?), is there a similarly succinct description of Scheme?
[ 0.01409912109375, 0.027099609375, 0.004486083984375, 0.01287841796875, -0.01019287109375, -0.01031494140625, 0.0228271484375, -0.0032196044921875, 0.009521484375, 0.0026092529296875, 0.0062255859375, -0.00616455078125, -0.006072998046875, 0.0103759765625, -0.0047607421875, 0.0072326660...
[ 284, 11948, 669, 20605, 100, 34702, 282, 32, 150370, 400, 7008, 9, 16970, 9434, 198371, 831, 36510, 297, 23, 963, 91736, 164, 903, 29568, 21373, 42593, 6333, 15390, 76811, 111 ]
[ 0.07366943359375, 0.219482421875, 0.138916015625, 0.2034912109375, 0.1197509765625, 0.266357421875, 0.2469482421875, 0.007373809814453125, 0.272216796875, 0.138671875, 0.2022705078125, 0.0302734375, 0.1383056640625, 0.237548828125, 0.0285797119140625, 0.05633544921875, 0.161499023437...
embed
40792835_c0
40792835
lisp
0
Title: Primitives and built-in functions in Racket Problem title: Primitives and built-in functions in Racket Tags: built-in, primitive, lisp, racket Problem: Primitives and built-in functions in Racket Are primitives and built-in functions the same thing in Racket? If no, what's the difference between them? Code signa...
Primitives and built-in functions in Racket Primitives and built-in functions in Racket built-in primitive lisp racket Primitives Racket Primitives and built-in functions in Racket Are primitives and built-in functions the same thing in Racket? If no, what's the difference between them?
[ -0.0079345703125, 0.0250244140625, 0.0191650390625, 0.0208740234375, 0.005096435546875, 0.036376953125, -0.007354736328125, -0.005401611328125, 0.00433349609375, 0.017333984375, 0.004241943359375, -0.0235595703125, -0.01422119140625, 0.0010986328125, -0.000274658203125, 0.0046081542968...
[ 44506, 14, 42991, 136, 88303, 73, 32354, 2552, 27853, 23, 128489, 13, 400, 7008, 673, 90, 9, 7, 5701, 13580, 60212, 17721 ]
[ 0.138671875, 0.09967041015625, 0.15283203125, 0.06353759765625, 0.167236328125, 0.1488037109375, 0.2059326171875, 0.1236572265625, 0.2186279296875, 0.035888671875, 0.200439453125, 0.024017333984375, 0.0523681640625, 0.11224365234375, 0.10888671875, 0.114990234375, 0.0216827392578125,...
embed
13667337_c0
13667337
lisp
0
Title: LISP: Join multiple lists but not flatten Problem title: LISP: Join multiple lists but not flatten Tags: common-lisp, flatten, lisp, list Problem: LISP: Join multiple lists but not flatten I have (setq a '(0 1)) (setq b '(3 4)) (setq c '(6 8)) and I wish to get the output x as: ((0 1)(3 4)(6 8)) Please advice. C...
LISP: Join multiple lists but not flatten LISP: Join multiple lists but not flatten common-lisp flatten lisp list LISP Join LISP: Join multiple lists but not flatten I have and I wish to get the output x as: Please advice.
[ -0.01068115234375, 0.0301513671875, -0.006927490234375, 0.007537841796875, -0.01519775390625, 0.0390625, 0.0140380859375, -0.0067138671875, 0.0172119140625, 0.0108642578125, -0.0159912109375, -0.01153564453125, 0.01434326171875, -0.0014801025390625, -0.0087890625, 0.00762939453125, -...
[ 16970, 9434, 113053, 48716, 5303, 1284, 959, 49878, 510, 39210, 4086, 254, 400, 7008, 765, 32599, 2046, 70, 140992, 1022, 237, 30607, 67660 ]
[ 0.1251220703125, 0.2220458984375, 0.2161865234375, 0.1524658203125, 0.19970703125, 0.057464599609375, 0.10028076171875, 0.162109375, 0.1483154296875, 0.092529296875, 0.08026123046875, 0.1292724609375, 0.10015869140625, 0.1324462890625, 0.0615234375, 0.08172607421875, 0.03463745117187...
embed
5930091_c0
5930091
lisp
0
Title: Predicates Common Lisp Problem title: Predicates Common Lisp Tags: lisp, predicate, common-lisp Problem: Predicates Common Lisp Do you know where can I get the source of a predicate in Common Lisp? (The content of the predicate, if you prefer.) For example, source code of setq, string= etc. Thanks ! Code signals...
Predicates Common Lisp Predicates Common Lisp lisp predicate common-lisp Predicates Common Lisp Predicates Common Lisp Do you know where can I get the source of a predicate in Common Lisp? (The content of the predicate, if you prefer.) For example, source code of setq, string= etc. Thanks !
[ 0.0146484375, 0.00860595703125, 0.007476806640625, 0.00555419921875, -0.007232666015625, 0.0361328125, 0.021240234375, 0.007781982421875, -0.00439453125, -0.0654296875, 0.00848388671875, 0.009765625, -0.007354736328125, -0.013671875, 0.0103759765625, 0.016845703125, -0.0233154296875,...
[ 7145, 2063, 1636, 151301, 1261, 7008, 400, 1653, 67, 39210, 4086, 254, 3714, 7440, 831, 87, 2046, 31344, 111, 10, 23, 10941, 12601, 18151, 5423, 864, 79315, 1369 ]
[ 0.166748046875, 0.237060546875, 0.0736083984375, 0.187744140625, 0.1595458984375, 0.1881103515625, 0.10748291015625, 0.1947021484375, 0.1329345703125, 0.131591796875, 0.10247802734375, 0.10015869140625, 0.06427001953125, 0.04620361328125, 0.039794921875, 0.01190185546875, 0.098510742...
embed
22213306_c0
22213306
lisp
0
Title: Why round is incorrect in CCL? Problem title: Why round is incorrect in CCL? Tags: ccl, lisp, common-lisp, floating-point-precision Problem: Why round is incorrect in CCL? I have learning Common Lisp for 2 months, I meet a puzzle, here is the code: CL-USER> (round 33.6) 34 -0.40000153 anyone explain it? Thanks C...
Why round is incorrect in CCL? Why round is incorrect in CCL? ccl lisp common-lisp floating-point-precision Why CCL CL-USER Why round is incorrect in CCL? I have learning Common Lisp for 2 months, I meet a puzzle, here is the code: anyone explain it? Thanks
[ -0.0152587890625, -0.00147247314453125, 0.0166015625, -0.00164794921875, -0.00555419921875, -0.0126953125, 0.00921630859375, -0.005279541015625, 0.00213623046875, -0.00106048583984375, -0.00482177734375, -0.011474609375, -0.01708984375, 0.0162353515625, 0.026611328125, -0.0061645507812...
[ 44084, 68807, 83, 214552, 23, 313, 37486, 34937, 400, 7008, 39210, 4086, 254, 21917, 26518, 38496, 51606, 46323, 1062, 50184, 52080, 151301, 1261, 21775, 23356, 104192, 18151, 73342 ]
[ 0.1317138671875, 0.23291015625, 0.08795166015625, 0.2073974609375, 0.046630859375, 0.03106689453125, 0.2015380859375, 0.1461181640625, 0.027191162109375, 0.1605224609375, 0.058135986328125, 0.0404052734375, 0.11773681640625, 0.0626220703125, 0.0076751708984375, 0.08062744140625, 0.13...
embed
36504680_c0
36504680
lisp
0
Title: Lisp if not nil Problem title: Lisp if not nil Tags: null, lisp, if-statement Problem: Lisp if not nil I'm trying to do a simple if statement that checks if a variable is nil or not. (defun test (input) (let ((testvar (first input))) (if (not nil testvar) (do this) (do that)))) Could anyone explain the proper sy...
Lisp if not nil Lisp if not nil null lisp if-statement Lisp Lisp if not nil I'm trying to do a simple if statement that checks if a variable is nil or not. Could anyone explain the proper syntax to me?
[ -0.007537841796875, 0.0123291015625, -0.0018310546875, 0.00653076171875, -0.015380859375, 0.00811767578125, 0.021484375, 0.000514984130859375, -0.01470947265625, 0.0135498046875, -0.0011749267578125, -0.00098419189453125, -0.017333984375, 0.0108642578125, 0.00830078125, 0.0153198242187...
[ 1261, 7008, 2174, 959, 17324, 56574, 400, 61340, 674, 31577, 8781, 63805, 12765, 77336, 83, 73342, 27798, 6002, 86531 ]
[ 0.147705078125, 0.197509765625, 0.1734619140625, 0.16796875, 0.2047119140625, 0.1634521484375, 0.1298828125, 0.168701171875, 0.023223876953125, 0.03521728515625, 0.104736328125, 0.182861328125, 0.139892578125, 0.2105712890625, 0.05267333984375, 0.09686279296875, 0.037628173828125, ...
embed
8204858_c0
8204858
lisp
0
Title: LispBox how to break a loop? Problem title: LispBox how to break a loop? Tags: lisp, common-lisp Problem: LispBox how to break a loop? I am using LispBox on MacOSX. My question is, how can I break a loop in this environment? for example. I typed: CL-USER> (loop) then, it is in a loop, I don't know how to break i...
LispBox how to break a loop? LispBox how to break a loop? lisp common-lisp LispBox LispBox how to break a loop? I am using LispBox on MacOSX. My question is, how can I break a loop in this environment? for example. I typed: then, it is in a loop, I don't know how to break it. Thanks!
[ 0.012939453125, -0.005218505859375, -0.00408935546875, 0.0177001953125, -0.0179443359375, -0.0002574920654296875, 0.017578125, -0.00091552734375, -0.00457763671875, -0.021484375, 0.00836181640625, -0.00506591796875, -0.0164794921875, 0.00665283203125, 0.0302734375, -0.0013885498046875,...
[ 1261, 7008, 72295, 3642, 47, 36356, 10, 40956, 32, 400, 39210, 4086, 254, 17368, 98, 4727, 7285, 1542, 9655, 831, 87, 903, 65998, 27781, 10644, 71, 7068, 442, 83, 23, 18, 3714 ]
[ 0.126220703125, 0.1612548828125, 0.266357421875, 0.0650634765625, 0.06390380859375, 0.218994140625, 0.035888671875, 0.241455078125, 0.001983642578125, 0.087890625, 0.0904541015625, 0.081298828125, 0.129638671875, 0.0401611328125, 0.0187225341796875, 0.0694580078125, 0.096923828125, ...
embed
33115338_c0
33115338
lisp
0
Title: LISP program output Problem title: LISP program output Tags: lisp, output Problem: LISP program output I am new to LISP and cant figure out What does the following LISP does? (setq A '(RIGHT ARE YOU)) (print (reverse (list (first (rest A))(first (rest (rest A))) (first A) 'HOW))) setq assigns lexical variables C...
LISP program output LISP program output lisp output LISP RIGHT YOU HOW LISP program output I am new to LISP and cant figure out What does the following LISP does? setq assigns lexical variables
[ -0.00244140625, 0.024658203125, 0.00823974609375, 0.041748046875, -0.0216064453125, 0.035888671875, 0.005035400390625, 0.0220947265625, 0.0079345703125, 0.0008087158203125, 0.01116943359375, 0.006927490234375, -0.0020599365234375, -0.01470947265625, -0.0135498046875, 0.00262451171875, ...
[ 16970, 9434, 1528, 140992, 400, 7008, 167177, 18544, 82310, 54979, 3525, 45767, 26366, 1810, 4865, 14602, 25632, 5423, 864, 95486, 75675, 21533, 77336 ]
[ 0.1904296875, 0.23291015625, 0.205810546875, 0.215087890625, 0.141845703125, 0.1571044921875, 0.10723876953125, 0.06158447265625, 0.08648681640625, 0.08843994140625, 0.0230560302734375, 0.039031982421875, 0.0635986328125, 0.0020294189453125, 0.047088623046875, 0.093994140625, 0.10314...
embed
37369392_c0
37369392
lisp
0
Title: I need help wrapping my head around a scheme expression Problem title: I need help wrapping my head around a scheme expression Tags: scheme, lisp, racket Problem: I need help wrapping my head around a scheme expression (apply map list '((a b c) (1 2 3))) => ((a 1) (b 2) (c 3)) I can't really wrap my head around ...
I need help wrapping my head around a scheme expression I need help wrapping my head around a scheme expression scheme lisp racket I need help wrapping my head around a scheme expression I can't really wrap my head around this expression. What is happening here?
[ 0.00689697265625, 0.006103515625, 0.0147705078125, 0.0225830078125, -0.0157470703125, 0.0264892578125, -0.00927734375, -0.007720947265625, 0.005645751953125, -0.01361083984375, 0.0111083984375, -0.005462646484375, -0.0208740234375, 0.005706787109375, -0.015625, -0.006744384765625, -0...
[ 3871, 4358, 137565, 10366, 759, 10336, 10932, 150370, 125195, 400, 7008, 673, 27853, 831, 18, 6183, 903, 123087, 3688 ]
[ 0.11529541015625, 0.166748046875, 0.1842041015625, 0.07537841796875, 0.0411376953125, 0.205810546875, 0.10369873046875, 0.228759765625, 0.204345703125, 0.07354736328125, 0.1434326171875, 0.08642578125, 0.1697998046875, 0.08599853515625, 0.058685302734375, 0.04638671875, 0.03030395507...
embed
3585959_c0
3585959
lisp
0
Title: Scheme dialect of Lisp in Emacs Problem title: Scheme dialect of Lisp in Emacs Tags: emacs, lisp Problem: Scheme dialect of Lisp in Emacs How do I get the EMACS lisp interpreter use the Scheme dialect of LISP. I am going over the SICP book and am new to EMACS (just finished learning the navigation and file acces...
Scheme dialect of Lisp in Emacs Scheme dialect of Lisp in Emacs emacs lisp Scheme Lisp Emacs Scheme dialect of Lisp in Emacs How do I get the EMACS lisp interpreter use the Scheme dialect of LISP. I am going over the SICP book and am new to EMACS (just finished learning the navigation and file access commands)?
[ 0.01385498046875, 0.01165771484375, -0.0021820068359375, 0.0233154296875, -0.0162353515625, 0.00836181640625, -0.01019287109375, 0.00830078125, -0.01385498046875, -0.0235595703125, 0.00848388671875, 0.00445556640625, -0.0291748046875, -0.005126953125, -0.002960205078125, -0.01525878906...
[ 34702, 282, 220734, 1261, 7008, 23, 85269, 4439, 352, 2263, 400, 2046, 45174, 19283, 29481, 56, 4527, 16970, 9434, 159, 198993, 12877, 3525, 122799, 134470, 11435, 17203, 75101 ]
[ 0.20703125, 0.1630859375, 0.233642578125, 0.1353759765625, 0.230224609375, 0.037628173828125, 0.153564453125, 0.1866455078125, 0.07244873046875, 0.07928466796875, 0.10711669921875, 0.054412841796875, 0.153564453125, 0.180419921875, 0.1376953125, 0.07904052734375, 0.09674072265625, ...
embed
21588823_c0
21588823
lisp
0
Title: remove duplicated lists inside list in lisp Problem title: remove duplicated lists inside list in lisp Tags: common-lisp, lisp Problem: remove duplicated lists inside list in lisp How do i remove duplicated lists inside a list in common-lisp? I tried this: (remove-duplicates '( (1 2 3) (1 2 3))) But it evaluates...
remove duplicated lists inside list in lisp remove duplicated lists inside list in lisp common-lisp lisp remove duplicated lists inside list in lisp How do i remove duplicated lists inside a list in common-lisp? I tried this: But it evaluates to ((1 2 3) (1 2 3)) , not ((1 2 3)) . Thanks.
[ -0.005767822265625, 0.0206298828125, 0.002288818359375, 0.000843048095703125, -0.006561279296875, 0.0089111328125, 0.007659912109375, 0.00897216796875, -0.005645751953125, -0.036376953125, -0.0262451171875, 0.023193359375, 0.0155029296875, 0.015380859375, -0.005706787109375, 0.01269531...
[ 87388, 171763, 3674, 5303, 7, 46132, 23, 400, 7008, 39210, 4086, 254, 11249, 54, 17, 37842, 903, 4966, 151575, 47, 41600, 116, 8439, 959, 22362 ]
[ 0.1976318359375, 0.260498046875, 0.1651611328125, 0.26123046875, 0.09759521484375, 0.177978515625, 0.08050537109375, 0.140625, 0.2216796875, 0.154052734375, 0.1357421875, 0.1959228515625, 0.0206756591796875, 0.0227813720703125, 0.0418701171875, 0.05938720703125, 0.0194549560546875, ...
embed
2812954_c0
2812954
lisp
0
Title: Lisp vs Python -- Static Compilation Problem title: Lisp vs Python -- Static Compilation Tags: dynamic-languages, lisp, compilation, python Problem: Lisp vs Python -- Static Compilation Why can Lisp with all its dynamic features be statically compiled but Python cannot (without losing all its dynamic features)? ...
Lisp vs Python -- Static Compilation Lisp vs Python -- Static Compilation dynamic-languages lisp compilation python Lisp Python Static Compilation Lisp vs Python -- Static Compilation Why can Lisp with all its dynamic features be statically compiled but Python cannot (without losing all its dynamic features)?
[ 0.0115966796875, 0.0244140625, 0.01385498046875, 0.005859375, -0.0234375, -0.008544921875, -0.01043701171875, -0.00122833251953125, -0.0019989013671875, -0.00811767578125, -0.018310546875, -0.0216064453125, 0.0021514892578125, 0.0093994140625, -0.005706787109375, -0.01806640625, -0.0...
[ 1261, 7008, 20209, 145581, 71465, 238, 15612, 14, 84079, 196651, 400, 98352, 17198, 50828, 44084, 831, 756, 66139, 13254, 375, 5974, 1284, 53418, 388 ]
[ 0.17138671875, 0.250244140625, 0.161865234375, 0.2705078125, 0.1943359375, 0.047821044921875, 0.1287841796875, 0.1041259765625, 0.14892578125, 0.121826171875, 0.1314697265625, 0.1943359375, 0.1292724609375, 0.1163330078125, 0.04730224609375, 0.057403564453125, 0.00801849365234375, ...
embed
5661875_c0
5661875
lisp
0
Title: Why is the @ sign needed in this macro definition? Problem title: Why is the @ sign needed in this macro definition? Tags: quasiquotes, macros, lisp, common-lisp Problem: Why is the @ sign needed in this macro definition? In the following when macro: (defmacro when (condition &rest body) `(if ,condition (progn ,...
Why is the @ sign needed in this macro definition? Why is the @ sign needed in this macro definition? quasiquotes macros lisp common-lisp Why Why is the @ sign needed in this macro definition? In the following when macro: Why is there an "at" @ sign?
[ 0.01220703125, 0.023681640625, -0.00848388671875, -0.00799560546875, -0.0189208984375, 0.021240234375, 0.0030517578125, 0.015869140625, -0.003753662109375, -0.0194091796875, 0.0111083984375, -0.046630859375, -0.00133514404296875, -0.0198974609375, 0.00555419921875, -0.00079345703125, ...
[ 44084, 83, 70, 1374, 24092, 44841, 23, 903, 111789, 80934, 12404, 68726, 400, 7008, 39210, 4086, 254, 25632, 2685, 257 ]
[ 0.12481689453125, 0.04620361328125, 0.00800323486328125, 0.2034912109375, 0.197998046875, 0.1536865234375, 0.0217742919921875, 0.04998779296875, 0.182373046875, 0.150390625, 0.11492919921875, 0.133056640625, 0.029144287109375, 0.1214599609375, 0.073974609375, 0.031890869140625, 0.093...
embed
8834582_c0
8834582
lisp
0
Title: is Haskell a lisp dialect Problem title: is Haskell a lisp dialect Tags: haskell, lisp Problem: is Haskell a lisp dialect Possible Duplicate: Is Haskell a Lisp? Many people who have worked on Lisp told me that Haskell is one of the dialects of Lisp. I searched on internet but could not find the proper answer. Ca...
is Haskell a lisp dialect is Haskell a lisp dialect haskell lisp Haskell is Haskell a lisp dialect Many people who have worked on Lisp told me that Haskell is one of the dialects of Lisp. I searched on internet but could not find the proper answer. Can somebody explain regarding this?
[ 0.00921630859375, 0.0157470703125, 0.0152587890625, 0.01409912109375, -0.013916015625, 0.0030975341796875, -0.004302978515625, -0.007232666015625, -0.0016632080078125, -0.0101318359375, -0.004547119140625, -0.0220947265625, 0.00006723403930664062, -0.00396728515625, -0.0016021728515625, ...
[ 83, 20625, 142508, 10, 400, 7008, 220734, 1556, 79786, 1261, 30745, 1632, 111, 33938, 27798, 35166, 73342, 118861 ]
[ 0.0565185546875, 0.1649169921875, 0.29248046875, 0.043792724609375, 0.1240234375, 0.2010498046875, 0.2161865234375, 0.1304931640625, 0.0341796875, 0.12255859375, 0.0291290283203125, 0.0675048828125, 0.0343017578125, 0.008026123046875, 0.004974365234375, 0.02618408203125, 0.0595703125...
embed
52876664_c0
52876664
lisp
0
Title: Make-array in SBCL Problem title: Make-array in SBCL Tags: compilation, lisp, common-lisp, vm-implementation Problem: Make-array in SBCL How does make-array work in SBCL? Are there some equivalents of new and delete operators in C++, or is it something else, perhaps assembler level? I peeked into the source, but...
Make-array in SBCL Make-array in SBCL compilation lisp common-lisp vm-implementation Make-array SBCL Make-array in SBCL How does make-array work in SBCL? Are there some equivalents of new and delete operators in C++, or is it something else, perhaps assembler level? I peeked into the source, but didn't understand anyth...
[ 0.01336669921875, 0.0146484375, 0.00299072265625, 0.0216064453125, -0.01409912109375, 0.00823974609375, -0.01116943359375, 0.026123046875, 0.001983642578125, 0.001373291015625, -0.0078125, -0.0098876953125, 0.0233154296875, -0.00927734375, 0.01177978515625, -0.01483154296875, -0.0120...
[ 26176, 9, 19305, 53, 23, 90944, 37486, 98352, 400, 7008, 39210, 4086, 254, 81, 39, 197648, 11249, 14602, 3249, 4488, 3060, 183234, 3525, 136, 154109, 39933, 313, 37223, 9844, 37076, 93457, 42, 17366, 280, 70, 31344, 28219, 23937 ]
[ 0.1873779296875, 0.065185546875, 0.253662109375, 0.18701171875, 0.07330322265625, 0.1641845703125, 0.2410888671875, 0.1173095703125, 0.05279541015625, 0.1529541015625, 0.1192626953125, 0.031707763671875, 0.146484375, 0.04400634765625, 0.06561279296875, 0.1063232421875, 0.056427001953...
embed
22291904_c0
22291904
lisp
0
Title: List to String in Racket Problem title: List to String in Racket Tags: regex, arrays, lisp, racket, string Problem: List to String in Racket I've got a list defined like this: (define testlist '((Dog <=> Cat) (Anne <=> Dodd)) Is there any way to turn: (car testlist) into a string so I can use regexp on it to sea...
List to String in Racket List to String in Racket regex arrays lisp racket string List Racket Dog Cat Anne Dodd List to String in Racket I've got a list defined like this: Is there any way to turn: (car testlist) into a string so I can use regexp on it to search for "<=>"?
[ -0.01611328125, 0.0004596710205078125, 0.006622314453125, 0.039306640625, 0.0045166015625, 0.02392578125, 0.00445556640625, 0.0206298828125, -0.0081787109375, 0.0208740234375, -0.0030975341796875, -0.0025634765625, -0.0162353515625, 0.006317138671875, -0.01300048828125, 0.003662109375,...
[ 32036, 47, 23351, 214, 23, 2552, 27853, 6835, 3355, 10298, 4778, 400, 7008, 673, 79315, 41129, 18826, 14245, 984, 4028, 5303, 61924, 1884, 3917, 15504, 12, 3284, 3034, 6562, 3934, 4527, 83613, 33938, 100, 16093, 1369, 2740 ]
[ 0.2171630859375, 0.11358642578125, 0.2122802734375, 0.130126953125, 0.08612060546875, 0.1383056640625, 0.223388671875, 0.11163330078125, 0.15185546875, 0.06683349609375, 0.00041031837463378906, 0.03173828125, 0.10455322265625, 0.0970458984375, 0.2314453125, 0.11322021484375, 0.118957...
embed
20621623_c0
20621623
lisp
0
Title: error in position function in Lisp Problem title: error in position function in Lisp Tags: lisp, racket Problem: error in position function in Lisp If I have a list like this (1 2 3) And I want to find the index of 2,I used the function (position '3 '(1 2 3)) when compiling this error was occurred . . position: ...
error in position function in Lisp error in position function in Lisp lisp racket Lisp error in position function in Lisp If I have a list like this (1 2 3) And I want to find the index of 2,I used the function when compiling this error was occurred . . position: undefined; cannot reference undefined identifier
[ -0.003936767578125, 0.021728515625, 0.0174560546875, -0.000797271728515625, -0.009765625, 0.0172119140625, 0.0078125, 0.023193359375, -0.01055908203125, -0.01043701171875, -0.0004138946533203125, -0.005157470703125, 0.0155029296875, -0.01226806640625, -0.0035247802734375, 0.00671386718...
[ 18499, 23, 19069, 32354, 1261, 7008, 400, 673, 27853, 10, 5303, 1884, 116, 8439, 7413, 63262, 111, 11814, 9969, 49725, 74918, 9232, 5983, 53418, 91067, 42485, 56 ]
[ 0.1875, 0.11749267578125, 0.2452392578125, 0.171875, 0.139892578125, 0.2177734375, 0.095947265625, 0.035980224609375, 0.1475830078125, 0.0018749237060546875, 0.1278076171875, 0.032196044921875, 0.111083984375, 0.0323486328125, 0.0626220703125, 0.1414794921875, 0.0299224853515625, 0...
embed
72444546_c0
72444546
lisp
0
Title: GCD ( greatest common divisor ) of a list/array of numbers in LISP Problem title: GCD ( greatest common divisor ) of a list/array of numbers in LISP Tags: lisp Problem: GCD ( greatest common divisor ) of a list/array of numbers in LISP How can I make the GCD of a list of numbers in LISP? I want to calculate the ...
GCD ( greatest common divisor ) of a list/array of numbers in LISP GCD ( greatest common divisor ) of a list/array of numbers in LISP lisp GCD LISP GCD ( greatest common divisor ) of a list/array of numbers in LISP How can I make the GCD of a list of numbers in LISP? I want to calculate the Greatest Common Divisor of a...
[ -0.0145263671875, 0.01385498046875, 0.000614166259765625, -0.005615234375, 0.009765625, 0.00836181640625, -0.0009002685546875, -0.01495361328125, 0.00107574462890625, -0.035888671875, 0.00023365020751953125, -0.005401611328125, -0.0030364990234375, -0.0032196044921875, -0.0179443359375, ...
[ 527, 16069, 15, 158036, 39210, 45, 51858, 111, 5303, 64, 19305, 101935, 23, 16970, 9434, 400, 7008, 11249, 831, 87, 3249, 70, 3444, 74481, 67, 32774, 525, 151301, 803, 34475, 107730 ]
[ 0.1534423828125, 0.2998046875, 0.0226287841796875, 0.1666259765625, 0.1773681640625, 0.1912841796875, 0.2493896484375, 0.090576171875, 0.1671142578125, 0.02154541015625, 0.07904052734375, 0.1751708984375, 0.06915283203125, 0.1522216796875, 0.2440185546875, 0.10943603515625, 0.1812744...
embed
69980973_c1
69980973
lisp
1
) ; (terpri) ; (write (list z y )) ; (terpri) (write (findEdge graph (list z y))) (terpri) ; (if (AND (member (list z x) graph) (member (list z x ) graph)) ; then (write "TEST") ; ) ) (terpri) ) ) (defun findEdge(graph edge) (loop for x in graph do (if (equal x edge) (return-true) (return-false) ) ) ) (defun return-tru...
) ; (terpri) ; (write (list z y )) ; (terpri) (write (findEdge graph (list z y))) (terpri) ; (if (AND (member (list z x) graph) (member (list z x ) graph)) ; then (write "TEST") ; ) ) (terpri) ) ) (defun findEdge(graph edge) (loop for x in graph do (if (equal x edge) (return-true) (return-false) ) ) ) (defun return-tru...
[ -0.00836181640625, 0.025390625, -0.00396728515625, 0.004913330078125, -0.00787353515625, 0.0098876953125, -0.00286865234375, 0.01531982421875, -0.0029296875, 0.001800537109375, 0.015380859375, 0.00396728515625, 0.003509521484375, -0.00469970703125, 0.0306396484375, 0.0194091796875, 0...
[ 2819, 720, 5293, 434, 18781, 6562, 97, 113, 111607, 69489, 429, 41382, 3190, 45029, 27417, 1022, 618, 21828, 112, 16498, 7413, 121303, 28354, 23, 54, 71723, 9774, 8710, 30646, 808, 17324, 28864, 26073, 7, 106, 38679, 214, 39215, 384 ]
[ 0.052978515625, 0.1363525390625, 0.236083984375, 0.05181884765625, 0.1102294921875, 0.1734619140625, 0.0699462890625, 0.10211181640625, 0.1033935546875, 0.135498046875, 0.142578125, 0.2100830078125, 0.05853271484375, 0.1268310546875, 0.1290283203125, 0.0355224609375, 0.17919921875, ...
embed
13024365_c0
13024365
lisp
0
Title: Count arguments in Lisp Problem title: Count arguments in Lisp Tags: lisp Problem: Count arguments in Lisp Possible Duplicate: Determining function argument list in Common Lisp Is there a way in Lisp to determine how many arguments a function takes? What I'm looking for is a function or macro that takes a functi...
Count arguments in Lisp Count arguments in Lisp lisp Count Lisp Count arguments in Lisp Is there a way in Lisp to determine how many arguments a function takes? What I'm looking for is a function or macro that takes a function and returns the number of arguments it needs.
[ 0.01129150390625, 0.01312255859375, -0.0191650390625, 0.00787353515625, -0.0013427734375, 0.029052734375, -0.0166015625, -0.00341796875, -0.0020904541015625, -0.034912109375, -0.00396728515625, -0.040283203125, 0.0042724609375, 0.03369140625, 0.00604248046875, -0.006378173828125, 0.0...
[ 108210, 10750, 7, 23, 1261, 7008, 400, 2685, 10, 3917, 47, 83324, 3642, 5941, 32354, 51776, 16487, 100, 111789, 30646, 14012, 27117 ]
[ 0.1893310546875, 0.272705078125, 0.136474609375, 0.06854248046875, 0.15625, 0.2227783203125, 0.1199951171875, 0.002414703369140625, 0.0201263427734375, 0.091796875, 0.045135498046875, 0.137451171875, 0.05462646484375, 0.11602783203125, 0.1962890625, 0.160888671875, 0.04638671875, 0...
embed
33843740_c0
33843740
lisp
0
Title: Report error in LISP Problem title: Report error in LISP Tags: common-lisp, lisp Problem: Report error in LISP I have this function that convert a number into a certain base.I want to report an error if the base I introduce is greater than 9 and smaller than 2 but I dont know. Can you help me please? (defun zecb...
Report error in LISP Report error in LISP common-lisp lisp Report LISP Report error in LISP I have this function that convert a number into a certain base.I want to report an error if the base I introduce is greater than 9 and smaller than 2 but I dont know. Can you help me please?
[ -0.00098419189453125, -0.005706787109375, -0.01519775390625, 0.013427734375, 0.0003509521484375, 0.0185546875, -0.03125, 0.021728515625, -0.002655029296875, 0.0050048828125, -0.0166015625, -0.0140380859375, 0.0059814453125, 0.00927734375, 0.0125732421875, 0.01470947265625, -0.0075378...
[ 34798, 18499, 23, 16970, 9434, 39210, 4086, 254, 400, 7008, 765, 903, 32354, 96760, 14012, 3934, 24233, 3647, 3444, 47, 13416, 2174, 65508, 117396, 3501, 483, 164917, 116, 13319, 3714, 4171, 4358, 22936 ]
[ 0.1962890625, 0.2333984375, 0.1119384765625, 0.154296875, 0.2548828125, 0.1123046875, 0.098388671875, 0.163818359375, 0.1165771484375, 0.1817626953125, 0.0028324127197265625, 0.0215911865234375, 0.1607666015625, 0.159912109375, 0.1658935546875, 0.0963134765625, 0.060943603515625, 0...
embed
18544918_c0
18544918
lisp
0
Title: Is there any tool to translate Lisp code into Python? Problem title: Is there any tool to translate Lisp code into Python? Tags: code-translation, python, lisp Problem: Is there any tool to translate Lisp code into Python? Because I want to use Lisp's syntax and Python's libraries. Maybe some tools like Parenscr...
Is there any tool to translate Lisp code into Python? Is there any tool to translate Lisp code into Python? code-translation python lisp Lisp Python Is there any tool to translate Lisp code into Python? Because I want to use Lisp's syntax and Python's libraries. Maybe some tools like Parenscript but generates Python co...
[ -0.0011138916015625, 0.0380859375, -0.01458740234375, -0.0004367828369140625, -0.017333984375, 0.00830078125, -0.00131988525390625, -0.01287841796875, -0.007537841796875, -0.0284423828125, -0.00433349609375, -0.0146484375, -0.000888824462890625, -0.00830078125, -0.00543212890625, -0.02...
[ 2499, 55516, 47, 3900, 19309, 1261, 7008, 18151, 3934, 145581, 30145, 57860, 17198, 50828, 400, 2685, 3444, 4527, 6002, 86531, 35773, 72977, 2392, 33, 32032, 139392, 64457, 74181 ]
[ 0.058013916015625, 0.2342529296875, 0.05828857421875, 0.1602783203125, 0.18408203125, 0.1834716796875, 0.2462158203125, 0.2109375, 0.148681640625, 0.264404296875, 0.1414794921875, 0.07623291015625, 0.09600830078125, 0.1170654296875, 0.13330078125, 0.022552490234375, 0.041046142578125...
embed