All public logs

Combined display of all available logs of Rosetta Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:44, 4 July 2023 Mercerenies talk contribs created page Category talk:Egison (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...")