Jump to content

Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎Unsorted: Task favouring C might just be solved y calling a wrapped C routine.
(Moved Literals/Floating point to Recently Completed section.)
(→‎Unsorted: Task favouring C might just be solved y calling a wrapped C routine.)
Line 217:
: [[RCRPG/Perl]] was the result of me scratching a nostalgic itch while stuck in bed sick one weekend. I didn't have a deeper goal than that. --[[User:Short Circuit|Michael Mol]] 09:33, 20 June 2010 (UTC)
 
* A task designed to requiresrequire a large amount of processing, tuned to allow lower level languages like C to find the solution in a reasonable amount of time (like one or two minutes) and higher level languages like Python to be too much slow for the job.
::You may not get the answer you were expecting as the idiomatic Python solution might be to add ''this'' the C solution then call the C from Python using ''that'' wrapper generator. Their are several toolsets around that use Python as a wrapper around existing C and Fortran libraries and allow the easy wrapping of C routines.
 
* A task demonstrating how to write a PHP extension DLL (or .so) ... hmmm ... that can only be done in C and Delphi so far. Maybe that's too much of an ask. --[[User:Axtens|Axtens]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.