User:Dkf: Difference between revisions

From Rosetta Code
Content added Content deleted
(Described my RC projects)
(→‎Rosetta Code Projects: yeah, I'm a wikignome and proud...)
Line 28: Line 28:


==Rosetta Code Projects==
==Rosetta Code Projects==
At the moment, I'm working on going through ''all'' the solutions by Tcl to tasks, checking for correctness (both generally and with respect to the task), clarity of explanation where needed, and clarity of presentation and formatting.
Most recently, I've been working on going through ''all'' the solutions by Tcl to tasks, checking for correctness (both generally and with respect to the task), clarity of explanation where needed, and clarity of presentation and formatting. This was mainly [[wp:Wikipedia:WikiGnome|wikignoming]], but not entirely.


Before that, I focussed especially on “hard” problems, dealing with the tasks that needed the application of advanced machinery such as threads (a lesser known part of Tcl) or an object system (only recently standardized).
Before that, I focussed especially on “hard” problems, dealing with the tasks that needed the application of advanced machinery such as threads (a lesser known part of Tcl) or an object system (only recently standardized).

Revision as of 18:04, 24 May 2009

My Favorite Languages
Language Proficiency
Tcl Wrote the book
C Advanced
Java Advanced
UNIX Shell Advanced
Fortran Intermediate
LaTeX Intermediate
M4 Intermediate
Perl Intermediate
PostScript Intermediate
Standard ML Intermediate
C++ Beginner
Emacs Lisp Beginner
Lisp Beginner
Modula-3 Beginner
Pascal Beginner
Prolog Beginner
SQL Beginner
XSLT Beginner
C sharp Read-only
Objective-C Read-only
Python Read-only
Ruby Read-only

I'm Donal Fellows, a maintainer of Tcl and member of the Tcl Core Team. I've also got a reasonable amount of experience with Java and C, and I'm fairly familiar with quite a few others. (looks at language box...) OK, a lot of others. (I also know HTML, CSS and XML fairly well, but don't consider them to be programming languages.)

I work at the University of Manchester, where I'm a Senior Software Engineer supporting Research Computing university-wide. My focus is largely on strategic development opportunities and standardization for Grid Computing and the Cloud, mainly as part of the EU-funded Framework programmes. Sometimes that ends up feeling like I'm programming research projects in Word and Powerpoint...

Rosetta Code Projects

Most recently, I've been working on going through all the solutions by Tcl to tasks, checking for correctness (both generally and with respect to the task), clarity of explanation where needed, and clarity of presentation and formatting. This was mainly wikignoming, but not entirely.

Before that, I focussed especially on “hard” problems, dealing with the tasks that needed the application of advanced machinery such as threads (a lesser known part of Tcl) or an object system (only recently standardized).