Name: Anonymous 2017-02-07 13:53
??
is it a c dialect or sth???
is it a c dialect or sth???
Vacietis uses the memory model of Common Lisp as is, so sizeof of the primitive data types (char, int, float etc.) is all 1. This shouldn't be a problem for most C code, but some C programs claim to be portable while making assumptions that things can be cast into an array of chars to be manipulated. These programs won't work under Vacietis.That's not C. The ``things can be cast into an array of chars to be manipulated'' is why C is C.