sb
sb
MModular
Created by Darkmatter on 9/17/2024 in #questions
MAX for fixed-function hardware
I wonder if this could also include things like BPF as a target? Might be good to consider separately, but I see some overlap
5 replies
MModular
Created by gryznar on 9/5/2024 in #questions
Can Mojo support hot reload in debugging session?
*Option 2 can be accomplished relatively effectively with some runtimes even without language support, though it does introduce a different programming style
5 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
iNative or something? Sounds like isize with extra confusion
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
(akin to rust's iN or C/++ intN_t)
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
I think I agree on that one actually--I'm of the mind people should be explicitly choosing their concrete types, including with explicitly sized scalars
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
Stack engines nowadays should keep up relatively well, but yeah...that too
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
(and a lot of optimizations nowadays come from allowing reordering, both at compile time and at runtime)
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
Even using tagged enums, you need affordances for the various container sizes and would stop being about to pass around bare ints in GP registers quite as easily
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
That would be a neat use case to add them for...
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
(this is one of the things that contributed to python being as painfully slow as it is, so doing it by default would be a huge perf hit for a lot of people)
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
How often do people get bitten by ints "only" being 64 bits?
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
It's sounding (to me) more like you want a library for symbolic math, maybe with some automatic simplification
53 replies
MModular
Created by bowlerman on 7/2/2024 in #questions
Would you be interested in BigInt support?
Is there any reason to do bigint as fixed length types instead of using const generics? Truly arbitrary bit widths would give a bit more freedom for transformations later that don't respect high bits
53 replies