User:Realazthat/Projects wishlist/HLML: Difference between revisions

Line 10:
* Won't arbitrarily convert one language to another
** Won't guarantee functional equivalence.
==Things to consider==
* Python's integers overflow into arbitrary precision integers etc.
* Operator overloading not supported in some languages; function name manglanging will result
* Syntactic sugar will probably probably produce lots of mangled output; eg. anonymous classes, anonymous functions etc.
* Generics/templates?
 
==Features==