User talk:PureFox: Difference between revisions

 
(3 intermediate revisions by 3 users not shown)
Line 292:
Thanks,
Retired_Build_Engineer
 
:Hi and welcome to Rosetta Code!
 
:I've made quite a few changes to Wren-trait lately and the problem is that I've somehow managed to lose the closing brace at the end of the ByKey class when updating the RC copy. Sorry about that but I've fixed it now so it should work OK.
 
:Incidentally, in some of the earlier examples you'll find that I've been importing modules like this: import "/fmt". This works fine on Linux (which I use) but may not work on Windows or MacOs due to a glitch in how Wren-cli is currently written. If you find that's the case, then just precede the module reference with a dot: import "./fmt" and it should work.
 
:Thanks for taking an interest in Wren which I think you'll agree is a nice little language and surprisingly stable given that we're not yet at version 1.0. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 08:42, 31 August 2023 (UTC)
 
Thank you for the updated trait.wren; it seems to have resolved all the problems I experienced with that library. There are a few new things that I've noticed, but in general, this is awesome!
 
Thanks,
Retired_Build_Engineer
 
== Wren Syntax Highlighting ==
 
Hi PureFox,
 
I ran an old script looking for <code>syntaxhighlight lang="ecmascript"</code> and found these. Most are where the Wren entry has multiple code blocks.
 
'''Tasks'''
 
* [[Associative array/Merging]]
* [[Currying]]
* [[Determine sentence type]]
* [[Grayscale image]]
* [[Map range]]
* [[Make directory path]]
 
'''Drafts'''
 
* [[Conjugate a Latin verb]]
* [[Exactly three adjacent 3 in lists]]
 
'''Talk'''
 
* [[Talk:Code Golf: Code Golf]]
* [[Talk:Statistics/Chi-squared distribution]]
 
I'd be happy to change these to <code>lang="wren"</code> if you're fed up with it.
 
Cheers,
James
 
--[[User:Jgrprior|Jgrprior]] ([[User talk:Jgrprior|talk]]) 16:57, 17 February 2024 (UTC)
 
:Hi James,
:Thanks very much for finding these stragglers :)
:I'm not surprised I've missed some as it's an awful job trying to maintain concentration when doing something like this manually.
:Fed up with it as I am, as it's my baby, I think I'd better finish the job myself.
:Thanks again. [[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 18:32, 17 February 2024 (UTC)
9,485

edits