Oscar Spencer

Results 142 comments of Oscar Spencer

Maybe this will be a bit different with info from #82.

Blocked on https://github.com/grain-lang/grain/pull/1665 @alex-snezhko Can we mark this as a draft for now?

I'd probably give it its own page, probably after mutation. Since Grain is largely a functional language I think it'd be good to introduce them a bit later!

Taking a look over the docs as a whole, I think we should: - move mutation to before functions - add a page on arrays after lists - add a...

Quick link: https://deploy-preview-301--grain-lang.netlify.app/docs/reference/introduction

Thanks @chadoh! We'll probably need to do some reworking of the buttons on the website to point to the right place, since the source of truth for this document actually...

I originally envisioned that section to just include the formal syntax for the construct, along with any additional information users should know about it, and maybe an example or two....

These are two great test failures—they show a case I hadn't considered. We have a flag, `--memory-base`, which allows you to reserve an amount of memory that the Grain code...

To be clear, `concat` takes a list of strings and returns one large string—it's not concatenating two strings over and over. This would remove the allocations for the list cons...