Gleam v1.17.0
11–20 of 20 posts
Re: Gleam v1.17.0
#12Stupid question but does the Gleam website run on Gleam?
Re: Gleam v1.17.0
#13Is there any AOT solution for running BEAM?
If you have a special need, I haven't seen anyone do it, but I would expect it wouldn't be that hard to run the jit ahead of time. I haven't fully studied it, but I think the expectation is the output from jit should be pretty much the same every run, so it seems doable to generate it once and load many times.
Re: Gleam v1.17.0
#14Every time I read one of these I’m impressed by the language server work. Gleam’s DX is so good.
Re: Gleam v1.17.0
#15Every time I read one of these I’m impressed by the language server work. Gleam’s DX is so good.
but do they oppose nazism? This is a key factor in choosing a programming language
> Black lives matter. Trans rights are human rights. No nazi bullsh*t.
Is it enforced? I just hope so.
Re: Gleam v1.17.0
#16Huh, I didn't know how much I needed a "todo" type until now. So often I'll be defining a packet sumtype, or a collection, and not have created the type yet, so just use ubyte, or Object, or whatever. Having an explicit "todo" type would be amazing in other languages.
Re: Gleam v1.17.0
#17Is there any AOT solution for running BEAM?
Re: Gleam v1.17.0
#18Huh, I didn't know how much I needed a "todo" type until now. So often I'll be defining a packet sumtype, or a collection, and not have created the type yet, so just use ubyte, or Object, or whatever. Having an explicit "todo" type would be amazing in other languages.
Rust has the todo!() macro but no todo type. I use todo! constantly and would probably make heavy use of a todo type as well...
Re: Gleam v1.17.0
#19Re: Gleam v1.17.0
#20Earlier quoted context omitted.
but do they oppose nazism? This is a key factor in choosing a programming language
I don’t know how it relate to the responded comment, nor what’s the level a sarcasm used, but they do, it’s on the footer of every pages. > Black lives matter. Trans rights are human rights. No nazi bullsh*t. Is it enforced? I just hope so.