User talk:BenBE: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with 'Thanks for the offer to help with the Tcl formatting. I was really just looking to go back to what we had before as that mostly was working well. ;–) The Tcl language is a…')
 
(Tcl comment)
Line 1: Line 1:
== Tcl ==
Thanks for the offer to help with the [[Tcl]] formatting. I was really just looking to go back to what we had before as that mostly was working well. ;–)
Thanks for the offer to help with the [[Tcl]] formatting. I was really just looking to go back to what we had before as that mostly was working well. ;–)


The Tcl language is a tricky one to do perfectly correctly (I wrote a syntax highlighter for emacs's <tt>tcl-mode</tt> many years ago, so I know what I'm talking about) so typically it's easier to use an approximation and GeSHi isn't far off what's needed (apart from a few updates to the list of standard commands, which should be trivial anyway and doesn't need to be hurried). No time to go into great depth about it today though; I have a snowstorm to beat home… –[[User:Dkf|Donal Fellows]] 13:34, 3 February 2010 (UTC)
The Tcl language is a tricky one to do perfectly correctly (I wrote a syntax highlighter for emacs's <tt>tcl-mode</tt> many years ago, so I know what I'm talking about) so typically it's easier to use an approximation and GeSHi isn't far off what's needed (apart from a few updates to the list of standard commands, which should be trivial anyway and doesn't need to be hurried). No time to go into great depth about it today though; I have a snowstorm to beat home… –[[User:Dkf|Donal Fellows]] 13:34, 3 February 2010 (UTC)
: Well, there was an erronous regexp in the comment section that caused a bit of trouble. I disabled it for now.

: Well, I'm also working together with someone on the [[J]] language file that looks totally illogical to me ... [[Tcl]] at least presents a tiny bit of logic.

: I'll have some more time to work on language files soon. --[[User:BenBE|BenBE]] 23:06, 3 February 2010 (UTC)

Revision as of 23:06, 3 February 2010

Tcl

Thanks for the offer to help with the Tcl formatting. I was really just looking to go back to what we had before as that mostly was working well. ;–)

The Tcl language is a tricky one to do perfectly correctly (I wrote a syntax highlighter for emacs's tcl-mode many years ago, so I know what I'm talking about) so typically it's easier to use an approximation and GeSHi isn't far off what's needed (apart from a few updates to the list of standard commands, which should be trivial anyway and doesn't need to be hurried). No time to go into great depth about it today though; I have a snowstorm to beat home… –Donal Fellows 13:34, 3 February 2010 (UTC)

Well, there was an erronous regexp in the comment section that caused a bit of trouble. I disabled it for now.
Well, I'm also working together with someone on the J language file that looks totally illogical to me ... Tcl at least presents a tiny bit of logic.
I'll have some more time to work on language files soon. --BenBE 23:06, 3 February 2010 (UTC)