▲ 893 ▼ The C++ learning process (aussie.zone) submitted 2 years ago by unionagainstdhmo@aussie.zone to c/programmerhumor@lemmy.ml 126 comments fedilink hide all child comments Incase it doesn't show up:
[–] mogoh@lemmy.ml 24 points 2 years ago (3 children) Do you have a minute for our lord and savoir TypeScript? permalink fedilink source parent hideshow 3 child comments replies: [–] n3cr0@lemmy.world 12 points 2 years ago (2 children) As long as it can distinguish between int and uint - yesss! permalink fedilink source parent hideshow 2 child comments replies: [–] Zangoose@lemmy.world 19 points 2 years ago* (1 child) TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃 Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don't think there's a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I'm not completely sure if I'm remembering that correctly. permalink fedilink source parent hideshow 1 child comment replies: [–] flying_sheep@lemmy.ml 5 points 2 years ago Not only is there a UInt8Array, there's also a bunch of others: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#typedarray_objects permalink fedilink source parent
[–] n3cr0@lemmy.world 12 points 2 years ago (2 children) As long as it can distinguish between int and uint - yesss! permalink fedilink source parent hideshow 2 child comments replies: [–] Zangoose@lemmy.world 19 points 2 years ago* (1 child) TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃 Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don't think there's a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I'm not completely sure if I'm remembering that correctly. permalink fedilink source parent hideshow 1 child comment replies: [–] flying_sheep@lemmy.ml 5 points 2 years ago Not only is there a UInt8Array, there's also a bunch of others: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#typedarray_objects permalink fedilink source parent
[–] Zangoose@lemmy.world 19 points 2 years ago* (1 child) TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃 Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don't think there's a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I'm not completely sure if I'm remembering that correctly. permalink fedilink source parent hideshow 1 child comment replies: [–] flying_sheep@lemmy.ml 5 points 2 years ago Not only is there a UInt8Array, there's also a bunch of others: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#typedarray_objects permalink fedilink source parent
[–] flying_sheep@lemmy.ml 5 points 2 years ago Not only is there a UInt8Array, there's also a bunch of others: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#typedarray_objects permalink fedilink source parent