Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Wish is weird, because they copy pasted from the list of Jash Kenas where it is included: https://github.com/jashkenas/coffee-script/wiki/List-of-lang...
AltJS - A list of compile-to-JavaScript languages
11–19 of 19 posts
Re: AltJS - A list of compile-to-JavaScript languages
#12Re: AltJS - A list of compile-to-JavaScript languages
#13Re: AltJS - A list of compile-to-JavaScript languages
#14Do any of these languages solve the debugging problem? I'd love to write my client-side code in something other than JS, but I'd still be debugging it in JS, and I have trouble believing that's going to help ...
Re: AltJS - A list of compile-to-JavaScript languages
#15Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Wish is weird, because they copy pasted from the list of Jash Kenas where it is included: https://github.com/jashkenas/coffee-script/wiki/List-of-lang...
Re: AltJS - A list of compile-to-JavaScript languages
#16Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Wish is weird, because they copy pasted from the list of Jash Kenas where it is included: https://github.com/jashkenas/coffee-script/wiki/List-of-lang...
Re: AltJS - A list of compile-to-JavaScript languages
#17Earlier quoted context omitted.
Wish is weird, because they copy pasted from the list of Jash Kenas where it is included: https://github.com/jashkenas/coffee-script/wiki/List-of-lang...
A common misapprehension, but it's actually "Jeremy Ashkenas". Sorry about the confusing handle.
Re: AltJS - A list of compile-to-JavaScript languages
#18Do any of these languages solve the debugging problem? I'd love to write my client-side code in something other than JS, but I'd still be debugging it in JS, and I have trouble believing that's going to help ...
Re: AltJS - A list of compile-to-JavaScript languages
#19Do any of these languages solve the debugging problem? I'd love to write my client-side code in something other than JS, but I'd still be debugging it in JS, and I have trouble believing that's going to help ...
Dart. You debug in Dart and it's (generally) considered a bug if the generated JS deviates in behavior. The JS is rather readable, if needed. It also runs server-side.