Want to write some miscellanous Common Lisp code?
Sunday, August 2nd, 2009 14:01![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Rosetta Code is a wiki where a variety of programming problems and language features are demonstrated in many languages, allowing language learning and comparison of features and paradigms.
If you'd like to contribute Common Lisp code to the project, I've just completed a classification of tasks in CL (like my prior one for E), so that it's easy to find the kind of problem one wants to work on at the moment.
One thing I find interesting about working on Rosetta Code is that many tasks bring with them some particular perspective — someone's notion of how programming necessarily works — and it can be a challenge to figure out the analogous way, or best way, to do it in your language is, and then explain it.
(no subject)
Date: 2009-08-03 20:44 (UTC)(no subject)
Date: 2009-08-03 21:21 (UTC)Start with Tasks not implemented in Scheme (http://rosettacode.org/wiki/Tasks_not_implemented_in_Scheme), edit to your taste, and dump in another page. To keep it up to date, keep a note of when you last updated it and use the history page (http://rosettacode.org/w/index.php?title=Template:Unimp_body_Scheme&action=history) to generate a then-to-now diff.
Ideally there would be a wiki-bot that automatically removed old entries and added new ones to the bottom, but nobody's gotten the tuit yet.
Can libs be used or should code snippet be atomic
Date: 2009-08-04 01:40 (UTC)...Or would the writer need to define the lib and the plotting code in one 'lump' or 'snippet'?
Using libs would be nicer for the developer, but a little bit more trouble for the user (though not much really).
Re: Can libs be used or should code snippet be atomic
Date: 2009-08-04 02:00 (UTC)If you use a library, use the {{libheader|your language here}} template to index the usage.
Long_Multiplication#Lisp
Date: 2009-08-04 09:10 (UTC)http://rosettacode.org/mw/index.php?title=Long_Multiplication&action=history
... delete Common Lisp, Clojure examples not performing *explicit* long multiplication)
I disagree.
(no subject)
Date: 2009-08-04 23:57 (UTC)Or, at least, when my vacation sets in next week.