quote
Common Lisp case and quoted elements
I\'m writing a dungeon crawler game in CL, and I\'m having trouble with the case form. Two things: Common Lisp complains Duplicate keyform QUOTE in CASE statement[详细]
2023-02-21 14:13 分类:问答Return a quasiquote with no beginning parenthesis in Scheme?
Is there a way to return an expression using quasiquotes while still getting rid of the beginning parenthesis?[详细]
2023-02-12 07:19 分类:问答What's the difference between ' and #' in Lisp?
It seems both (mapcar \'car \'((foo bar) (foo1 bar1))) and (mapcar #\'car \'((foo bar) (foo1 bar1))) work as the same.[详细]
2023-02-08 22:39 分类:问答Ruby strange quoting
sorry for bad English. Why Ruby quoting so strange? Or may be this is a bug? irb(main):027:0> p eval \"\\\"\\+\\\\+\\\\\\+\\\\\\\\+\\\\\\\\\\+\\\"\"[详细]
2023-02-05 03:35 分类:问答how can i reimplement backquote in common lisp?
I have to remake backquote (with unquote and unquote-splicing) without using the builtins reader macros `,@[详细]
2023-02-01 20:16 分类:问答quote inside quote for then i should see cucumber prolmem rails
I can clearly see the text in browser. characters should be \"R\"开发者_C百科, \"P\", or \"B\". But when I write a step a cucumber step[详细]
2023-01-31 13:31 分类:问答Add new attribute to Magento quote/order
I\'m working on a custom loyalty points module. During the checkout the customer has the option to redeem his points.[详细]
2023-01-28 16:42 分类:问答"window.frames[0].variable" doesn't work in jquery $(function(){})?
In parent.html I set an iframe with child.html in it. in child frame,I write js: $(function () { var child = 6;[详细]
2023-01-28 03:14 分类:问答How can I quote iframe's javascript variable in parent's window
In A.html I open an iframe with B.html in it. in B.html,I write js: <script type=\"javascript\"> var b=0;[详细]
2023-01-28 02:16 分类:问答Getting rid of \" in js file
When i post something with \" to a php page, it gets escaped with \\" ; . To get rid of this in the php file, i\'ve tried str_ireplace, htmlspecialchars_decode and stripslashes, nothing is wor[详细]
2023-01-22 18:06 分类:问答
加载中,请稍侯......