Write a predicate for reverse listWrite a skip predicateWhat is the difference between == and = in Prolog?What is the meaning of slash after the predicate name in Prolog?Prolog no operand PredicatesProlog list accidentally reversingAvoid recursion in predicateHow to write earlier statement in prolog?Prolog: Reverse function of string_to_listProlog: How does delete predicate supply even the beginning of the listCan someone explain me the meaning of nested pairs in Prolog’s list ?Write a skip predicate

Can a planet have a different gravitational pull depending on its location in orbit around its sun?

Could a US political party gain complete control over the government by removing checks & balances?

Was there ever an axiom rendered a theorem?

How can I fix this gap between bookcases I made?

How do I create uniquely male characters?

Patience, young "Padovan"

A poker game description that does not feel gimmicky

"listening to me about as much as you're listening to this pole here"

Where to refill my bottle in India?

What is GPS' 19 year rollover and does it present a cybersecurity issue?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Is "plugging out" electronic devices an American expression?

Does a dangling wire really electrocute me if I'm standing in water?

Does it makes sense to buy a new cycle to learn riding?

Lied on resume at previous job

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Is this food a bread or a loaf?

What are the advantages and disadvantages of running one shots compared to campaigns?

Information to fellow intern about hiring?

Is it wise to focus on putting odd beats on left when playing double bass drums?

Why is the design of haulage companies so “special”?

What does it exactly mean if a random variable follows a distribution

How could a lack of term limits lead to a "dictatorship?"

Is every set a filtered colimit of finite sets?



Write a predicate for reverse list


Write a skip predicateWhat is the difference between == and = in Prolog?What is the meaning of slash after the predicate name in Prolog?Prolog no operand PredicatesProlog list accidentally reversingAvoid recursion in predicateHow to write earlier statement in prolog?Prolog: Reverse function of string_to_listProlog: How does delete predicate supply even the beginning of the listCan someone explain me the meaning of nested pairs in Prolog’s list ?Write a skip predicate






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??



toggles back-and-forth from reverse



 ?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15]. 

?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].


can someone see the pattern and explain to me what does turn does???










share|improve this question






























    1















    someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??



    toggles back-and-forth from reverse



     ?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15]. 

    ?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].


    can someone see the pattern and explain to me what does turn does???










    share|improve this question


























      1












      1








      1








      someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??



      toggles back-and-forth from reverse



       ?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15]. 

      ?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].


      can someone see the pattern and explain to me what does turn does???










      share|improve this question
















      someone asks a question about Prolog, But I even don't know what does he mean can someone explain to me??



      toggles back-and-forth from reverse



       ?- togglesturn([11,12,13,14,15],[13],L). L = [13, 12, 11, 14, 15]. 

      ?- togglesturn([11,a,13,15,hi,15,17,t],[15,a,a],L). L = [a, 11, 13, 15, 15, hi, 17, t].


      can someone see the pattern and explain to me what does turn does???







      prolog






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 23 at 8:13









      Jack Mulin

      94




      94










      asked Mar 22 at 1:45









      miaomiaomiaomiao

      61




      61






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55291727%2fwrite-a-predicate-for-reverse-list%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55291727%2fwrite-a-predicate-for-reverse-list%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript