You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span>When you put several quines in the same arena, they will fight for the rewrites.<br><br> This modifies their evolution.<br><br> Pick your fighters from the menu (you may choose the same quine several times). <br><br> Click "fight" to fight.<br><br>Click "purge" to purge the arena.</span><br><br>
Copy file name to clipboardexpand all lines: ice.html
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
<!-- based on a modification of the js version https://github.com/ishanpm/chemlambda-editor of my chemlambda v2, see the issue https://github.com/chorasimilarity/chemlambda-gui/issues/9
Copy file name to clipboardexpand all lines: lambda.html
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
<!-- based on a modification of the js version https://github.com/ishanpm/chemlambda-editor of my chemlambda v2, see the issue https://github.com/chorasimilarity/chemlambda-gui/issues/9
@@ -588,35 +564,35 @@ <h4>(<a href="#Contents">back to contents</a>)</h4>
588
564
<td>
589
565
<table>
590
566
<tr>
591
-
<td>α (for[ε] a see[ε] b as[ε] e);
567
+
<td>from[ε] a see[ε] b as[ε] e;
592
568
</td>
593
569
</tr>
594
570
<tr><td></td></tr>
595
571
<tr>
596
-
<td>β (for[μ] e see[μ] c as[μ] d);
572
+
<td>from[μ] e see[μ] c as[μ] d;
597
573
</td>
598
574
</tr>
599
575
<tr><td></td></tr>
600
576
<tr>
601
-
<td>γ (for[ε] u see[ε] w as[ε] c);
577
+
<td>from[ε] u see[ε] w as[ε] c;
602
578
</td>
603
579
</tr>
604
580
</table>
605
581
</td>
606
582
<td>
607
583
<table>
608
584
<tr>
609
-
<td>α' (for[μ] a see[μ] u as[μ] v);
585
+
<td>from[μ] a see[μ] u as[μ] v;
610
586
</td>
611
587
</tr>
612
588
<tr><td></td></tr>
613
589
<tr>
614
-
<td>β' (for[ε] v see[ε] p as[ε] d);
590
+
<td>from[ε] v see[ε] p as[ε] d;
615
591
</td>
616
592
</tr>
617
593
<tr><td></td></tr>
618
594
<tr>
619
-
<td>γ' (for[ε] b see[ε] w as[ε] p);
595
+
<td>from[μ] b see[μ] w as[μ] p;
620
596
</td>
621
597
</tr>
622
598
</table>
@@ -634,7 +610,80 @@ <h4>(<a href="#Contents">back to contents</a>)</h4>
634
610
</div>
635
611
636
612
613
+
<h3id="MultiplicationByScalarsOrigin">Multiplication by scalars. Origin</h3>
614
+
<h4>(<ahref="#Contents">back to contents</a>)</h4>
615
+
616
+
<span3>
617
+
The special word </span3>origin<span3> is a term. With respect to the </span3>origin<span3> we define the multiplication by the scalar μ of the term T:<br><br>
Copy file name to clipboardexpand all lines: quinecheck.html
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
<!-- based on a modification of the js version https://github.com/ishanpm/chemlambda-editor of my chemlambda v2, see the issue https://github.com/chorasimilarity/chemlambda-gui/issues/9
0 commit comments