Yet another AWK competitor - C++
github.com
Yet another AWK competitor - C++
1–6 of 6 posts
Re: Yet another AWK competitor - C++
#2Re: Yet another AWK competitor - C++
#3A C++ Repl while really interesting and nice and all that--- does not an AWK make. Given the examples shown, you can do some AWKish things, but so can Perl or Lua or whatever... Tis cool though, gotta give it that!
What I take out of this is "the unix command line tools are there, learn them and use them."
Re: Yet another AWK competitor - C++
#4A C++ Repl while really interesting and nice and all that--- does not an AWK make. Given the examples shown, you can do some AWKish things, but so can Perl or Lua or whatever... Tis cool though, gotta give it that!
Well, it also probably compiles a full C++ program before running it. So performance would be terrible. I think this was made as tongue-in-cheek with all of the ruby awk stuff we've seen lately. What I take out of this is "the unix command line tools are there, learn them and use them."
Re: Yet another AWK competitor - C++
#5Earlier quoted context omitted.
Well, it also probably compiles a full C++ program before running it. So performance would be terrible. I think this was made as tongue-in-cheek with all of the ruby awk stuff we've seen lately. What I take out of this is "the unix command line tools are there, learn them and use them."
Interactive performance? SCC compilation is about 1 sec on my old laptop with warm cache. Good enough for command line tool. Or do you mean run time performance? Run time probably faster than anything else.
lol
Re: Yet another AWK competitor - C++
#6Earlier quoted context omitted.
Interactive performance? SCC compilation is about 1 sec on my old laptop with warm cache. Good enough for command line tool. Or do you mean run time performance? Run time probably faster than anything else.
[...] 1 sec [...]. Good enough for command line tool [...] lol