How many language compilers are made till now which converts its language to javascript one i know is typescript any other like that? I just want to know for my knowledge so if possible can i get a whole list of such compilers...
-
This is not about solving a concrete programming issue, so it's off-topic on stackoverflow.Tim Schmelter– Tim Schmelter2018-01-08 12:24:14 +00:00Commented Jan 8, 2018 at 12:24
-
sorry if it is a wrong topic to be post but i thought we can put questions related to computer science to gain knowledge from experts , i am extremely sorry if this question was out of topic or as you says not a problem solving question.cyrus– cyrus2018-01-08 16:18:33 +00:00Commented Jan 8, 2018 at 16:18
Add a comment
|
1 Answer
What about this list https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js It looks like there are a lot.