Category:Quackery: Difference between revisions

Content added Content deleted
m (typos)
(Added Tasks not implemented in Quackery.)
Line 31: Line 31:


If your language supports bignums, first-class functions and dynamic arrays of bignums, functions and dynamic arrays, and has automatic garbage collection, and if you can code depth-first traversal of a tree you can implement Quackery in your preferred language with reasonable ease, and modify it as you please.
If your language supports bignums, first-class functions and dynamic arrays of bignums, functions and dynamic arrays, and has automatic garbage collection, and if you can code depth-first traversal of a tree you can implement Quackery in your preferred language with reasonable ease, and modify it as you please.

Or try your hand at one of the [https://rosettacode.org/wiki/Tasks_not_implemented_in_Quackery Tasks not implemented in Quackery]
.