Talk:Interactive programming (repl): Difference between revisions

I think I found it...fact check me
(Interpreter or not?)
(I think I found it...fact check me)
Line 7:
:::My apologies Mwn3d, I thought you were wanting to delete the page altogether. --[[User:Paddy3118|Paddy3118]] 06:19, 22 February 2009 (UTC)
::I don't think the template has been created yet. Check [[User:ImpleSearchBot/Code the bot's code]] to see what it uses. (I believe I have it set to check "Category:Langname/Omit" to see if a task is in that category.) There's currently no way to categorically drop a language or task from the listings short of removing the language from [[:Category:Programming Languages]] or the task from [[:Category:Programming Tasks]]. (I realize that's not what you had in mind, but it should help clarify how the bot's behavior can be manipulated.) --[[User:Short Circuit|Short Circuit]] 10:56, 22 February 2009 (UTC)
:::It looks like putting it in Category:language/Omit does it:
:::<lang perl> my %omitted = map {$_, 1} $editor->get_pages_in_category("Category:$language/Omit");</lang>
:::Does that seem right? --[[User:Mwn3d|Mwn3d]] 16:00, 22 February 2009 (UTC)
 
I fail to see what concatenation of strings has to do with an interpreter and the latter with the language in which the task is to be implemented. I see a solution, but what was the task? --[[User:Dmitry-kazakov|Dmitry-kazakov]] 19:03, 21 February 2009 (UTC)
Anonymous user