Talk:24 game/Solve: Difference between revisions

→‎Python Solution incomplete?: Declare 'em and everything's sweet
(→‎Python Solution incomplete?: external libraries)
(→‎Python Solution incomplete?: Declare 'em and everything's sweet)
Line 9:
::: Unfortunately declarative logic is only supported by external libraries in Python. --[[User:Paddy3118|Paddy3118]] 06:42, 2 November 2009 (UTC)
:::: If external libraries are un-Pythonic, I suppose solutions [http://xkcd.com/353/ involving antigravity] are out of the question... --[[User:Short Circuit|Michael Mol]] 11:16, 2 November 2009 (UTC)
:::: I think it's perfectly OK to invoke external libraries – you'd have to do that in many other languages anyway – but if that's done, they should be properly declared with the right <nowiki>{{template}}</nowiki> so that it's easy to see what's going on. (Internal libs, by which I mean ones that are included with standard distributions of the language, don't need such extra declarations.) —[[User:Dkf|Donal Fellows]] 11:35, 2 November 2009 (UTC)
Anonymous user