DEV Community

Discussion on: Just Ignore This

 
murdercode profile image
Stefano Novelli

I'm not questioning that you don't know what you're talking about, I'm just saying that you haven't explained the reasons for the limitations you've found.

What don't you like about Javascript? Being untyped? Being limited to memory access? Exploding when working with floating point numbers?

If you don't like the name "Javascript", or if you just want to make a language "because you want to" you are free to do so, but I don't think these are valid reasons.

Thread Thread
 
fjones profile image
FJones

Small nitpick: Everything in JS is a float, so it always explodes. :P