Remix.run Logo
justcuriousab 5 days ago

I am trying to run Carbon in Godbolt.

Printing as in the example from Carbon's Github repository, does not work. 'Print("Test");' gives a complaint about not finding 'Print'.

josh11b 4 days ago | parent [-]

That is correct. Strings and I/O both have a bunch of work to be done. Printing currently requires workarounds like https://godbolt.org/z/MP4164f7s

josh11b 2 days ago | parent [-]

Array iteration got checked into the prelude so this is now shorter: https://godbolt.org/z/YYheo19ea