Name:
Anonymous
2013-03-15 4:02
Ga-zom! My name is Seth (as in the Evil Egyptian god Seth the precursor to the Jewish Satan or Devil) Nihilist Nietzsche or SethNiet for shirt.
Name:
Anonymous
2013-04-14 17:36
Whatever. I'm redesigning the Symta. So which new syntax should I pick?
<<A lt B | C lt B> = \true | \false>
if or (A < B) (C < D) then \true else \false
<<A lt B | C lt B>
= <<A lt B | C lt B>
= say hello
| ...
>
| <<A lt B | C lt B>
= say hello
| ...
>
>
if or (A < B)
(C < D)
then if or (A < B)
(C < D)
then say hello
else ...
else if or (A < B)
(C < D)
then say hello
else ...
yoba A B C D = case when and (f A) (B g) do say hello
when and (h C) (D i) do say world
when #yes do say default
yoba A B C D = <f A & B g = say hello
|h C & D i = say world
|#yes = say default>