Valentin Deleplace
Valentin Deleplace
See http://www.wolfram.com/language/ about the Wolfram Language. Programming-Idioms is not intended to host code in all languages, only the most widely used languages. A new entry is possible only after a...
Programming-Idioms is not intended to host code in all languages, only the most widely used languages. A new entry is possible only after a lot of users have requested it....
This may or may not be available in GAE. Also may or may not require to switch to HTTPS. Would allow sending JS+CSS responses before the request arrives, saving at...
See https://developer.apple.com/swift/ about Swift. Programming-Idioms is not intended to host code in all languages, only the most widely used languages. A new entry is possible only after a lot of...
When scrolling down the grid, it's difficult to see the language name :  Make language names (column headers) always visible on top, even when scrollling.
Should fade away like the rest of the form. 
Create a convenient way to browse the modifications made on an implementation over time.
Current new id generation is poor : ``` datastore.NewQuery("Idiom").Order("-Id").Limit(1) ... newID := maxIdiom.Id + 1 ``` Replace it with correct, thread-safe id increment (or arbitrary id allocation). Same applies for...
Not to encourage wasting paper... but current print layout is a mess.