Content deleted Content added
Pizzacalz0ne (talk | contribs) m Anonymous functions and closures in C are supported with the Blocks extension. |
Update Ruby entry to match criteria used for other languages. Tag: Reverted |
||
Line 199:
| [[Python (programming language)|Python]] || {{yes}} || {{yes}} || {{yes}} || {{partial|Expressions only}} || {{yes}} || {{yes|2.5}}<ref>{{Cite web|url=https://docs.python.org/whatsnew/2.5.html#pep-309-partial-function-application|title=What's New in Python 2.5 — Python 3.10.0 documentation}}</ref> || (see below)
|-
| [[Ruby (programming language)|Ruby]] || {{
|-
| rowspan=6 | Other languages
Line 222:
: Explicit partial application with <code>[https://docs.python.org/library/functools.html#functools.partial functools.partial]</code> since version 2.5, and <code>[https://docs.python.org/library/operator.html#operator.methodcaller operator.methodcaller]</code> since version 2.6.
; Ruby
: Nested method definitions do not actually nest the scope.
: Explicit currying with <code>[http://www.ruby-doc.org/core-1.9.3/Proc.html#method-i-curry]</code>.
|