Syntax highlighting “Hello, world”
Don’t mind me; I’m just trying out the Syntax Highlighter WordPress Plugin. It’s pretty awesome, huh?
public void HelloWorld() {
String txt = "Hello, World!";
System.out.println(txt);
return;
}
Don’t mind me; I’m just trying out the Syntax Highlighter WordPress Plugin. It’s pretty awesome, huh?
public void HelloWorld() {
String txt = "Hello, World!";
System.out.println(txt);
return;
}
This entry was posted on Thursday, May 29th, 2008 at 00:13 and is filed under Meta. Keywords: Tags: plugin, syntax, syntax highlighting, WordPress. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
Powered by
WordPress
Entries (RSS)
and Comments (RSS).
May 29th, 2008 at 08:02
Do you do most of your coding in Java, or is that just what you picked for this? It seems like a good choice, since even someone who can’t code could understand it. Probably.
May 29th, 2008 at 11:14
Yes, I do do most of my coding in Java (both at work and for fun). Besides that, I’ve recently done some C# .NET and VB.NET development at work, and at home, I’m very comfortable hacking away on quick problems in Perl. There’s quite a few more languages I could list (Python, Lisp, Ruby, SQL, PHP, JavaScript, C++, et al), but I don’t use them all that often anymore, so when I do, I’m frequently consulting tutorials to remember, say, what the name of a specific function I’m trying to think of is.