Thread: HTML Formatter: Which language?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    @Kermit: I've always thought the same thing about C++, just way too much to learn.

    @zacs7: I'm a big fan of looking at language implementation comparisons, and Computer Language Benchmarks Game seems to show Go being completely terrible in the sense that it can do some things very fast, but some things even slower than Ruby.

    I've always been a fan of using Lisp for string processing, but Python isn't bad either.

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Quote Originally Posted by Epy View Post
    @Kermit: I've always thought the same thing about C++, just way too much to learn.

    @zacs7: I'm a big fan of looking at language implementation comparisons, and Computer Language Benchmarks Game seems to show Go being completely terrible in the sense that it can do some things very fast, but some things even slower than Ruby.

    I've always been a fan of using Lisp for string processing, but Python isn't bad either.
    Go is still very new -- late 2009 was its initial release. And there are two implementations, the 6g/8g compilers and the gccgo compiler (the latter being a front-end for GCC). They ran the tests on the 6g/8g compilers and not the gccgo compiler (which sports the GCC C compiler optimization features).

    Language speed isn't everything -- when you buy a drill, do you pick the one with the fastest RPM? I don't think so :-)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  2. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM
  3. What's your favorite language/API
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 03-18-2003, 08:41 PM
  4. What is your favourite programming or web designing language?
    By techie in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-19-2001, 02:14 PM