"Third Hand" Languages
jonbeebe.net
"Third Hand" Languages
1–10 of 11 posts
Re: "Third Hand" Languages
#2Re: "Third Hand" Languages
#3"Third Hand" languages ... for young teenagers who have nothing better to do and can't hack the real thing or think they are developing something useful. Been there, done that.
Re: "Third Hand" Languages
#4"Third Hand" languages ... for young teenagers who have nothing better to do and can't hack the real thing or think they are developing something useful. Been there, done that.
Re: "Third Hand" Languages
#5Re: "Third Hand" Languages
#6"Third Hand" languages ... for young teenagers who have nothing better to do and can't hack the real thing or think they are developing something useful. Been there, done that.
If you think CoffeeScript is solely for "young teenagers who have nothing better to do," your arrogance is obviously clouding your vision.
Re: "Third Hand" Languages
#7"Third Hand" languages ... for young teenagers who have nothing better to do and can't hack the real thing or think they are developing something useful. Been there, done that.
Javascript was made to be a target language ... Brendan Eich is a supporter of the BYOJ ( Build Your Own Javascript) movement
Re: "Third Hand" Languages
#8Is Haskell then a "Third Hand" language because it is compiled into C?
This is in contrast to Haskell, which undergoes a fair amount of static analysis and optimization before code generation ever happens. Also, GHC doesn't only output C, and doesn't even translate Haskell directly to C. Instead, Haskell is transformed into C-- code, and GHC can be made to target C to be compiled by GCC, as you say, or the LLVM intermediate representation, or, most commonly, machine code directly.
Re: "Third Hand" Languages
#9Earlier quoted context omitted.
Javascript was made to be a target language ... Brendan Eich is a supporter of the BYOJ ( Build Your Own Javascript) movement
That's because he knows how much his JS sucks as a language to program into.
Re: "Third Hand" Languages
#10"Third Hand" languages ... for young teenagers who have nothing better to do and can't hack the real thing or think they are developing something useful. Been there, done that.