Talk:Abbreviations, automatic: Difference between revisions

no edit summary
No edit summary
Line 79:
 
: As mentioned above (concerning the website that I originally gathered all the information regarding the translation of the names of the days-of-the-week),   I think (but I have no basis in fact) that the translations were all (mostly?) done by   ''netizens''   and it appears the result aren't up to scratch.   This is my own opinion and observation.   All this research and information gathering (by me) was done decades ago, and Google was still in the future.   ... And all the ways the Far East languages are spelled and/or translated phonetically is so diverse, and I suspect that there are a lot of dialects that were maybe unconsciously used or referenced.   Perhaps I should add some sort of disclaimer about the veracity of the data.   -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 01:07, 23 September 2017 (UTC)
 
==Solution for Python==
'''Preface:''' I just registered recently on this website and decided to make my first contribution for a problem that didn't have a solution for Python. <br/>
When I finished writing the code, someone else already provided solutions. <br/>
Imperative: [http://www.rosettacode.org/mw/index.php?title=Abbreviations,_automatic&oldid=272170#Python http://www.rosettacode.org/mw/index.php?title=Abbreviations,_automatic&oldid=272170#Python] <br/>
and Functional: [http://www.rosettacode.org/mw/index.php?title=Abbreviations,_automatic&oldid=272190#Functional http://www.rosettacode.org/mw/index.php?title=Abbreviations,_automatic&oldid=272190#Functional]. <br/>
I found my solution more concise, Pythonic and readable than both versions and decided to replace one of them by my version. <br/>As my solution follows mainly functional paradigm, apart from main function, I decided to replace the functional version. <br/>
'''Problem:''' Please, provide feedback on if I should leave it like that, try to make my version completely functional (and probably less readable), or post it separately (if so then how should I name my version)? <br/>
Here is my code: [http://www.rosettacode.org/mw/index.php?title=Abbreviations,_automatic&oldid=272203#Functional link] <br/>
Any notes on the code itself are also welcome. --[[User:Georgy|Georgy]] ([[User talk:Georgy|talk]]) 12:57, 4 November 2018 (UTC)
35

edits