User:Kevin Reid: Difference between revisions

update URLs to HTTPS
(link to classification pages)
(update URLs to HTTPS)
 
(17 intermediate revisions by 2 users not shown)
Line 1:
{{mylangbegin|Languages I know}}
{{mylang|AppleScript|rusty}}
{{mylang|Brainf***|Don't ask me to ''read'' it}}
{{mylang|C|decent}}
{{mylang|C++|learningsketchy}}
{{mylang|Common Lisp|knows well}}
{{mylang|E|implementor}}
{{mylang|gnuplot|bits and pieces}}
{{mylang|Haskell|knows well}}
{{mylang|Java|patchydecent}}
{{mylang|JavaScript|decent}}
{{mylang|LaTeX|bits and pieces}}
{{mylang|Maxima|bits and pieces}}
{{mylang|Objective-C|decent}}
{{mylang|Octave|bits and pieces}}
{{mylang|Pascal|Once upon a time…}}
{{mylang|Perl|rusty}}
{{mylang|Python|rusty}}
{{mylang|Scheme|vaguely}}
{{mylang|SQLSelf|rustybits and pieces}}
{{mylang|Smalltalk|bits and pieces}}
{{mylang|SQL|bits and pieces}}
{{mylang|SVG|patchy}}
{{mylang|TI-89 BASIC|bits and pieces}}
{{mylang|Visual Basic .NET|bits and pieces}}
{{mylang|x86 Assembly|bits and pieces}}
{{mylangend}}
 
* [httphttps://switchb.org/kpreid/ Kevin Reid's web site]
* [httphttps://kpreid.livejournaldreamwidth.comorg/ Kevin Reid's blog]
* [https://github.com/kpreid GitHub]
 
I work on examples in [[:Category:E|E]], [[:Category:Common Lisp|Common Lisp]], [[:Category:Haskell|Haskell]], [[:Category:TI-89 BASIC|TI-89 BASIC]], [[:Category:gnuplot|gnuplot]], [[:Category:SVG|SVG]], and occasionally other languages.
 
==Tasks I created==
Line 30 ⟶ 41:
* [[N distinct objects]]
* [[Optional parameters]]
* [[Stem-and-leaf plot]]
 
== Task classifications ==
 
I maintainmaintained classifications of unimplemented tasks for the following languages:
 
* [[User:Kevin Reid/Common Lisp tasks|Common Lisp]]
* [[User:Kevin Reid/E tasks|E]]
 
I haven't updated them since ImplSearchBot got replaced with MultiCategorySearch, pending figuring out a better way to figure out what to update in them than checking the page changes ISB made. —[[User:Kevin Reid|Kevin Reid]] 00:43, 14 December 2009 (UTC)
 
* [[/E contrasts]] is a page listing tasks that have been completed in some other languages but not in E.
 
==Drafts==
 
Task ideas:
 
* ...
 
==Bookmarks==
 
* One of my pet issues is that RC should not become just a catalog of programs meeting specific requirements; any given slice of RC (say, all examples in a language, or all completing a task) should be an ''educational'' resource. In particular, any new platform for RC should not restrict examples to 'one program, with commentary on the side'. Here is a task which I think exemplifies the right sort of thing: [[Pointers and references]]. <p>This is what we should aspire to. It has code, but it primarily ''tells you about the language''. I wrote [[Pointers and references#E]]; note that there are three individual programs, which are not merely different solutions to the same task: they are part of an overall discussion.