Talk:Truth table: Difference between revisions

m (→‎Which operators?: compliance with <math> C </math>)
 
(9 intermediate revisions by 5 users not shown)
Line 13:
 
:: I've changed the <tt> REXX </tt> coding example to comply with <math> C </math>
:::They probably used ^ for and to go along with the <math>\and</math> and <math>\or</math> operators from discrete math. I think it's fine to use whatever standard you like as long as you note it. --[[User:Mwn3d|Mwn3d]] 00:07, 29 April 2012 (UTC)
 
::: I was wondering why the website I visited used a lowercase <tt>v</tt> --- it was modeled after the <math>\or</math> character (disjunction). Conjunction is the <math>\and</math> charcter. -- [[User:Gerard Schildberger|Gerard Schildberger]] 07:01, 30 April 2012 (UTC)
 
:: As for which boolean operators to support, the task description is (to me) pretty clear: boolean equation(s) are all or any boolean expression(s), whether or not your language of choice only supports two or three (or a few more). I've included all sixteen boolean operator names in the REXX language example; I hope the boolean operations are named correctly, there are many variants). Also added is support for the TRUE and FALSE boolean values, as well as boolean conditionals (comparisons). -- [[User:Gerard Schildberger|Gerard Schildberger]] 06:24, 30 April 2012 (UTC)
 
:: If anyone thinks the REXX example is too long, I could delete some of the boxed comments and put them here instead. But I thought the boolean operator names needed listing. -- [[User:Gerard Schildberger|Gerard Schildberger]] 06:35, 30 April 2012 (UTC)
 
== Incorrect example ==
 
Why is the Déjà Vu example incorrect? AFAIK, it does exactly the same thing as the D and Go examples. --[[User:Gvx|Gvx]] ([[User talk:Gvx|talk]]) 14:35, 21 November 2013 (UTC)
 
:Hi Gvx, I took a look and it seems that all three are incorrect for the same reason. You could look at the history of the page and find what the first few examples do, but in this case I think the task description does state that it wants the input of an expression to be parsed and evaluated. Some languages have that built-in; for others there is the hint of the mention of reverse-polish or infix evaluators.
:If marked incorrect (or left out completely), it signals that a correct examples is needed. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:00, 22 November 2013 (UTC)
:[[Parsing/RPN calculator algorithm|This]] might help. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:06, 22 November 2013 (UTC)
::I agree with what Fwend said below. It seems to me that this is actually two tasks: Parsing a boolean expression and Printing a truth table. There are several other tasks on RS that are closely related, like [[Queue/Definition]] and [[Queue/Usage]] &mdash; and I think it makes more sense to split this one than the queue task. I'll rewrite the Déjà Vu example if we can't convince you. :) --[[User:Gvx|Gvx]] ([[User talk:Gvx|talk]]) 21:17, 5 December 2013 (UTC)
 
==Incorrect title?==
We could also mark the title of this task as incorrect, because what on earth has building a (not very robust) parser have to do with truth tables.[[User:Fwend|Fwend]] ([[User talk:Fwend|talk]]) 14:55, 22 November 2013 (UTC)
:Most of the work might be in creating the parser if your language does not come with a suitable one. Other languages make that easy. The task title seems accurate to me? --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 05:40, 23 November 2013 (UTC)
Anonymous user