Nim (programming language): Difference between revisions

Content deleted Content added
m Function composition: fmt., "allow for" ≠ "allow"
Line 482:
 
==== Function composition ====
[[Uniform Function Call Syntax|Uniform function call syntax]] allows for the [[Function composition (computer science)|chaining of arbitrary functions]], perhaps best exemplified with the <code>std/sequtils</code> library.<ref>{{Cite web |title=std/sequtils |url=https://nim-lang.org/docs/sequtils.html |access-date=2023-08-17 |website=nim-lang.org}}</ref><syntaxhighlight lang="nim">
import std/[sequtils, sugar]