Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

High Level Languages that aren't shit

Name: Anonymous 2011-12-03 3:45

Do any exist? I've been looking for something like a high level C. The closest thing is probably Lua, but that's obviously unacceptable. Plus Lua is more C++ and less C. I liked Perl, but Perl 6 is not so good and has left a bad taste in my mouth.

Name: Anonymous 2011-12-05 2:04

C/C++/Java/C#

System.FileAccess.CDirectoryIterator System.FileAccess.openDirectory("./", "rw");
It.setFilterExpression("*.png");
while (It.notEnd()) {
  CString Src = It.getName();
  CString Dst = Src.copy();
  System.RegEx.replace(Dst, "$png", "jpg", System.RegEx.SingleOccurency);
  System.ImageLibrary.CImage Img;
  Img.loadPNG(Src);
  Img.saveJPG(Dst, System.ImageLibrary.Overwrite);
  It.advance();
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List