AltJS - A list of compile-to-JavaScript languages
1–10 of 19 posts
Re: AltJS - A list of compile-to-JavaScript languages
#2Re: AltJS - A list of compile-to-JavaScript languages
#3Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Re: AltJS - A list of compile-to-JavaScript languages
#4Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Re: AltJS - A list of compile-to-JavaScript languages
#5I'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
#6Do 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
#7Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Re: AltJS - A list of compile-to-JavaScript languages
#8Do 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 ...
That's what Source Maps are for. Currently supported in a superset of {CoffeeScript, TypeScript and GWT}.
Re: AltJS - A list of compile-to-JavaScript languages
#9Although somewhat newer, TypeScript ( http://www.typescriptlang.org/ ) is not included.
Re: AltJS - A list of compile-to-JavaScript languages
#10Do 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 ...