Find limit of recursion: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: Added an alternative test – highest Church numeral representable without stack overflow in Applescript)
Line 122:
 
We get a fractionally higher (and arguably purer) result by deriving the highest Church Numeral (Church-encoded integer) that can be represented using AppleScript:
<lang applescript>-- HIGHEST CHURCH NUMBERNUMERAL REPRESENTABLE IN APPLESCRIPT ?
 
-- (This should be a good proxy for recursion depth)