Rosetta Code:Village Pump: Difference between revisions

Test
No edit summary
(username removed)
(Test)
 
(80 intermediate revisions by 27 users not shown)
Line 1:
This is the new place for Rosetta Code community activity. Pages can be created starting here (similarly to [[Loops]]) for community discussion. To start a new "thread", just append a "/" to the end of the URL of this page and give your thread a short title. On the new page, give a more detailed description of the topic as a heading, and write away. Also, link to the new topic on this page. Ex:add <pre><nowiki>{{vp|New topic}}</nowiki>.Vptopic
==Home==
|topic=Title
This is the new place for Rosetta Code community activity. Pages can be created starting here (similarly to [[Loops]]) for community discussion. To start a new "thread", just append a "/" to the end of the URL of this page and give your thread a short title. On the new page, give a more detailed description of the topic as a heading, and write away. Also, link to the new topic on this page. Ex: <nowiki>{{vp|New topic}}</nowiki>.
|summary=Summary of the topic
*{{vp|Task organization}}
}}</nowiki></pre>substituting your topic title for "Title" and a summary for "Summary of the topic".
*{{vp|Automate Village Pump}}
{{#ask:[[Is village pump topic::true]]
*{{vp|IRC/wiki bridge}}
|?Summary
*{{vp|Pre to Lang Tag Fixer}}
|?Modification date
*{{vp|Unimplemented tasks}}
|format=broadtable
*{{vp|Recent Changes broadcast}}
|limit=20
*{{vp|Language template enhancements}}
|order=desc
*{{vp|Works with against libheader}} Which is the "real" difference?
|sort=Modification date
*{{vp|Enable Mediawiki API Edit}}
|searchlabel=Older topics...
*{{vp|Syntax_Highlighting}}
|offset=0
*{{vp|Bash_examples}}
}}
*{{vp|Task creation process discussion}}
 
*{{vp|Foldable output}}. Request for ability to hide lines of output
Hi, sorry to post this here but I don't know a better place. I wanted to create a new proposed task "Create statically-validated API" but it's impossible to create a page without solving a captcha, and the browser I use doesn't show the captcha (I was able to create this account using a phone browser, but that's no good for entering much text or code). Maybe someone can move it to the right place? (Added: I also had to de-link the urls to bypass the captcha).
*{{vp|Examples needing attention}}
 
*{{vp|Admin assistance request}}
By the way I find this site a huge pain to use because of the captchas. Email verification for account creation is likely to be enough.
*{{vp|Running the programs}}
 
*{{vp|News Channel}}
== create statically-validated API ==
*{{vp|Less Than X Examples}}
 
*{{vp|Income}}
This is a challenge proposed by Tony Morris here:
*{{vp|Tex and Math}}
 
*{{vp|Image uploads}}
blog.tmorris.net/posts/understanding-practical-api-design-static-typing-and-functional-programming/
*{{vp|Screwed pages}}
 
*{{vp|Omit bot}}
It is only for statically-typed languages and the challenge is to implement a Tic-tac-toe API that supports operations like starting a game, making a move, and seeing who won, where invalid arguments (such as asking who won an unfinished game) are rejected by the compiler as compile-time type errors. So it is mostly a test of how expressive the language's type system is.
*{{vp|CAPTCHA problems}}
 
<br/>
A Haskell solution (not by me) is here:
 
github.com/tismith/tictactoe-haskell/blob/master/Tictactoe.hs
 
Further discussion and links to some other solutions:
 
github.com/data61/fp-course/blob/master/projects/TicTacToe/TicTacToe.markdown
(username removed)