Hello, I don't know if it has been asked before:

nowadays, there are a few languages whose specialty is compiling to javascript, 
while at the same time are much closer to Nim in terms of semantics and 
features, notably typescript, and others like dart. typescript is backed by 
microsoft. Now that Nim version 1.0 is out, would it be a wise long term 
decision to target ts instead of js? (perhaps not instead, but in addition to)

An additional advantage is that code produced can be more readable, than 
"expanded" javascript (expanded: implementing features js doesn't have with 
more code), so it plays better in team scenarios.

I know the js backend had much effort put into it already, but I am asking 
strictly in terms of merit -- longer term it seems the better path.

What are your thoughts on this?

Reply via email to