Discussion:
Rosetta Code : "Tasks not implemented"
(too old to reply)
Rugxulo
2011-05-17 22:15:35 UTC
Permalink
While I'm interesting in Modula-2 and weakly studying various parts of
it in my spare time, I'm not experienced enough to contribute to
Rosetta Code (yet). It has a bunch of tasks not implemented, though
admittedly most seem a bit out of reach:

http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Modula-2

Easy ones (IMHO) include the following:

99 Bottles of Beer
Arithmetic/Complex (ISO)
Arrays
Bitwise operations
Call a function from a foreign language (ISO? GM2)
Command-line arguments (ISO)
Comments
Copy a string (ISO)
Create a file
Detect division by zero (ISO)
Exceptions (ISO)
Factorial
Factors of an integer
Fibonacci sequence
Literals/Integer
Literals/String
Loops/Break
Pi
Quine
Rot-13
Sieve of Eratosthenes
String length (ISO)
Towers of Hanoi
User input/Text
Variable size/Get
Variadic function (ISO? GM2)

P.S. I vaguely remembered seeing a quine before, so a quick search
found it: http://www.nyx.net/~gthompso/self_mod2.txt

So who's up for these?? :-)
aaaaaaaaaaaaaaaaaaaaaaaaaa
2011-05-18 10:31:42 UTC
Permalink
Post by Rugxulo
While I'm interesting in Modula-2 and weakly studying various parts of
it in my spare time, I'm not experienced enough to contribute to
Rosetta Code (yet). It has a bunch of tasks not implemented, though
http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Modula-2
99 Bottles of Beer
Arithmetic/Complex (ISO)
Arrays
Bitwise operations
Call a function from a foreign language (ISO? GM2)
Command-line arguments (ISO)
Comments
Copy a string (ISO)
Create a file
Detect division by zero (ISO)
Exceptions (ISO)
Factorial
Factors of an integer
Fibonacci sequence
Literals/Integer
Literals/String
Loops/Break
Pi
Quine
Rot-13
Sieve of Eratosthenes
String length (ISO)
Towers of Hanoi
User input/Text
Variable size/Get
Variadic function (ISO? GM2)
P.S. I vaguely remembered seeing a quine before, so a quick search
found it: http://www.nyx.net/~gthompso/self_mod2.txt
So who's up for these?? :-)
any beginner can do his... just look at the modula-3 versions
aaaaaaaaaaaaaaaaaaaaaaaaaa
2011-05-19 08:39:38 UTC
Permalink
Post by Rugxulo
http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Modula-2
I missed one topic here that fits in very well, called 'potje met vet'
aaaaaaaaaaaaaaaaaaaaaaaaaa
2011-05-20 08:47:14 UTC
Permalink
Post by Rugxulo
While I'm interesting in Modula-2 and weakly studying various parts of
it in my spare time, I'm not experienced enough to contribute to
Rosetta Code (yet). It has a bunch of tasks not implemented, though
http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Modula-2
99 Bottles of Beer
Arithmetic/Complex (ISO)
Arrays
Bitwise operations
Call a function from a foreign language (ISO? GM2)
Command-line arguments (ISO)
Comments
Copy a string (ISO)
Create a file
Detect division by zero (ISO)
Exceptions (ISO)
Factorial
Factors of an integer
Fibonacci sequence
Literals/Integer
Literals/String
Loops/Break
Pi
Quine
Rot-13
Sieve of Eratosthenes
String length (ISO)
Towers of Hanoi
User input/Text
Variable size/Get
Variadic function (ISO? GM2)
P.S. I vaguely remembered seeing a quine before, so a quick search
found it: http://www.nyx.net/~gthompso/self_mod2.txt
So who's up for these?? :-)
I added the first 12 sections. Anyone else?
tbreeden
2011-06-15 20:06:05 UTC
Permalink
I added a Quicksort procedure I've had lying around for a while.

I think I've got some more, but my god, there are so many of the
Rosettacode "tasks"!

Tom

Loading...