User:NevilleDNZ: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 17: Line 17:


I hope to translate some of the examples into [[ALGOL 68]]....
I hope to translate some of the examples into [[ALGOL 68]]....
* I'm not sure how regular I will be, hopefully I can do on example a day.
* I'm not sure how regular I will be, hopefully I can do one example a day.
* Found out about this site from a lighting talk at OSDC2007.
* Found out about this site from a lighting talk at OSDC2007.


Line 23: Line 23:
N
N


==ALGOL 68 Contributions==
==ALGOL 68 Contributions up to 2010==
* July 2010: [[Classes#ALGOL 68|Classes]], [[Evaluate binomial coefficients#ALGOL 68|Evaluate binomial coefficients]], [[Holidays related to Easter#ALGOL 68|Holidays related to Easter]], [[Range expansion#ALGOL 68|Range expansion]], [[Range extraction#ALGOL 68|Range extraction]], [[Read entire file#ALGOL 68|Read entire file]], [[Roman numerals#ALGOL 68|Roman numerals]], [[Undefined values#ALGOL 68|Undefined values]]
* July 2010: [[Classes#ALGOL 68|Classes]], [[Evaluate binomial coefficients#ALGOL 68|Evaluate binomial coefficients]], [[Holidays related to Easter#ALGOL 68|Holidays related to Easter]], [[Range expansion#ALGOL 68|Range expansion]], [[Range extraction#ALGOL 68|Range extraction]], [[Read entire file#ALGOL 68|Read entire file]], [[Roman numerals#ALGOL 68|Roman numerals]], [[Undefined values#ALGOL 68|Undefined values]]
* June 2010: [[ALGOL 68 - Numerical Algorithm Library#ALGOL 68|ALGOL 68 - Numerical Algorithm Library]], [[ALGOL 68C#ALGOL 68|ALGOL 68C]], [[Algol 68#ALGOL 68|Algol 68]], [[Bitwise IO#ALGOL 68|Bitwise IO]], [[Collatz conjecture#ALGOL 68|Collatz conjecture]], [[Fibonacci sequence#ALGOL 68|Fibonacci sequence]], [[Find Common Directory Path#ALGOL 68|Find Common Directory Path]], [[Flatten a list#ALGOL 68|Flatten a list]], [[Hofstadter-Conway $10,000 sequence#ALGOL 68|Hofstadter-Conway $10,000 sequence]], [[Horizontal sundial calculations#ALGOL 68|Horizontal sundial calculations]], [[Non-continuous subsequences#ALGOL 68|Non-continuous subsequences]], [[Operating System#ALGOL 68|Operating System]], [[Prime decomposition#ALGOL 68|Prime decomposition]], [[Random number generator (included)#ALGOL 68|Random number generator (included)]], [[Run-length encoding#ALGOL 68|Run-length encoding]], [[Run-length encoding/C#ALGOL 68|Run-length encoding/C]], [[Stack traces#ALGOL 68|Stack traces]]
* June 2010: [[ALGOL 68 - Numerical Algorithm Library#ALGOL 68|ALGOL 68 - Numerical Algorithm Library]], [[ALGOL 68C#ALGOL 68|ALGOL 68C]], [[Algol 68#ALGOL 68|Algol 68]], [[Bitwise IO#ALGOL 68|Bitwise IO]], [[Collatz conjecture#ALGOL 68|Collatz conjecture]], [[Fibonacci sequence#ALGOL 68|Fibonacci sequence]], [[Find Common Directory Path#ALGOL 68|Find Common Directory Path]], [[Flatten a list#ALGOL 68|Flatten a list]], [[Hofstadter-Conway $10,000 sequence#ALGOL 68|Hofstadter-Conway $10,000 sequence]], [[Horizontal sundial calculations#ALGOL 68|Horizontal sundial calculations]], [[Non-continuous subsequences#ALGOL 68|Non-continuous subsequences]], [[Operating System#ALGOL 68|Operating System]], [[Prime decomposition#ALGOL 68|Prime decomposition]], [[Random number generator (included)#ALGOL 68|Random number generator (included)]], [[Run-length encoding#ALGOL 68|Run-length encoding]], [[Run-length encoding/C#ALGOL 68|Run-length encoding/C]], [[Stack traces#ALGOL 68|Stack traces]]

Latest revision as of 15:25, 9 May 2022

My Favorite Languages
Language Proficiency
Ada Intermediate
ALGOL 68 Advanced
Assembly Intermediate
AWK Advanced
C Advanced
C++ Intermediate
Fortran Advanced
Pascal Intermediate
PL/I Intermediate
PL/SQL Intermediate
Python Advanced
TAL Advanced
UNIX Shell Advanced

Hi...

I hope to translate some of the examples into ALGOL 68....

  • I'm not sure how regular I will be, hopefully I can do one example a day.
  • Found out about this site from a lighting talk at OSDC2007.

Cheers N

ALGOL 68 Contributions up to 2010