Category talk:Egison: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 July 2023

  • curprev 15:4415:44, 4 July 2023Mercerenies talk contribs 640 bytes +640 Created page with "== What is this page? == The Egison programming language linked here is [https://www.egison.org/ this one]. The language shown on that page, and in the accompanying thesis, is ML-like, with syntax like so <syntaxhighlight lang="egison"> def twinPrimes := matchAll primes as list integer with | _ ++ $p :: #(p + 2) :: _ -> (p, p + 2) </syntaxhighlight> But this category page, and all of the linked challenges, seem to be using a Lisp-style language that doesn't remotely..."