User talk:Morn: Difference between revisions

Content added Content deleted
(Task creation, domains of interest and code review)
No edit summary
Line 11: Line 11:
:::Done. Of course so far all examples on this site seem to suggest that Python and Common Lisp are the coolest languages to learn (very terse, yet comprehensible—particularly Python), so I'm not sure if I can contribute much here, because the Wiki content looks very complete for those two. This site is also a nice antidote for the current "it" languages Clojure, Haskell, and Ruby—for the most part they don't seem to be able to beat Lisp or Python in readability and compactness. :-) --[[User:Morn|Morn]] 20:53, 25 December 2010 (UTC)
:::Done. Of course so far all examples on this site seem to suggest that Python and Common Lisp are the coolest languages to learn (very terse, yet comprehensible—particularly Python), so I'm not sure if I can contribute much here, because the Wiki content looks very complete for those two. This site is also a nice antidote for the current "it" languages Clojure, Haskell, and Ruby—for the most part they don't seem to be able to beat Lisp or Python in readability and compactness. :-) --[[User:Morn|Morn]] 20:53, 25 December 2010 (UTC)
::::I strongly recommend you get a feel for the task creation "process", such as it is; I noticed you have domains of interest that we don't have strong task coverage in. Apart from that, code review and linting of existing code is a useful contribution, as well. (You could also learn another language... :) ) --[[User:Short Circuit|Michael Mol]] 02:02, 26 December 2010 (UTC)
::::I strongly recommend you get a feel for the task creation "process", such as it is; I noticed you have domains of interest that we don't have strong task coverage in. Apart from that, code review and linting of existing code is a useful contribution, as well. (You could also learn another language... :) ) --[[User:Short Circuit|Michael Mol]] 02:02, 26 December 2010 (UTC)
:::::I think the site could use a few more games or simple graphics demos as tasks, because too many of the current tasks are heavily geared towards language features such as recursion, complex data structures and such. Of course it's impressive when all you have to do is import the appropriate module in Python to solve a task in [[N-queens_problem#Python|about 3 lines of code]], but then it's not really comparing languages but standard libraries. Not that doing the latter is wrong; I absolutely love Python for its extensive standard library, but I'd like to see more tasks that are more equally within reach of powerful present-day and older languages. --[[User:Morn|Morn]] 11:34, 26 December 2010 (UTC)