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

Content added Content deleted
(→‎Unsorted: Good idea to have a specific task for bignum support)
(→‎Unsorted: BIgnum task available.)
Line 243: Line 243:
* Bignums: Either demonstrate the bignum support already in the language or write bignum support for the language. --[[User:Axtens|Axtens]] 03:26, 12 February 2010 (UTC)
* Bignums: Either demonstrate the bignum support already in the language or write bignum support for the language. --[[User:Axtens|Axtens]] 03:26, 12 February 2010 (UTC)
*: There are already some tasks that do this on the side (e.g., [[Hamming numbers]]) but it would be nice to break this out into a separate task. –[[User:Dkf|Donal Fellows]] 08:54, 12 February 2010 (UTC)
*: There are already some tasks that do this on the side (e.g., [[Hamming numbers]]) but it would be nice to break this out into a separate task. –[[User:Dkf|Donal Fellows]] 08:54, 12 February 2010 (UTC)

::I have just added [[Arbitrary-precision integers (included)]]. I did not call it Bignum because wp doesn't and I thought Bignum may not be as descriptive. Maybe [[Bignum integers (included)]] could be made to refer to it. (That way around). --[[User:Paddy3118|Paddy3118]] 07:00, 13 February 2010 (UTC)

* Sets: AddToSet, RemoveFromSet, IsSubset etc. VBScript would have to construct something. Other languages have it already. --[[User:Axtens|Axtens]] 07:11, 11 February 2010 (UTC)
* Sets: AddToSet, RemoveFromSet, IsSubset etc. VBScript would have to construct something. Other languages have it already. --[[User:Axtens|Axtens]] 07:11, 11 February 2010 (UTC)
* non-JSON serialisation (what Tcl does, for instance, writing data out to a text file that can then be 'source'd at another time.) --[[User:Axtens|Axtens]] 02:48, 10 February 2010 (UTC)
* non-JSON serialisation (what Tcl does, for instance, writing data out to a text file that can then be 'source'd at another time.) --[[User:Axtens|Axtens]] 02:48, 10 February 2010 (UTC)