<neuro_sys>
I gave up on stack shuffling, now it's significantly easier to write.
<veltas>
Sounds about right!
<veltas>
What is "Forth200x"?
<neuro_sys>
I think Quotations are part of Forth200x standard (from what crc mentioned yesterday) and is only available in the latest versions of gforth.
<veltas>
Oh I see there is actually a draft of the standard online after all
<veltas>
Why is it not on the pretty website though?
<veltas>
forth-standard.org just has 2012's pdf I think?
<veltas>
Ah yeah they link the 2012 document from the 200x website. This is convoluted
hosewiejacke has joined #forth
hosewiejacke has left #forth [#forth]
<neuro_sys>
I haven't fully checked the websites yet. Mostly using the pretty website and gforth documentation so far.
<veltas>
In that example they show use of FIELD+ which would shorten your code a bit, but also the structure words which could shorten them even more (I'm reading your AoC day2-1 code)
Zarutian_HTC has quit [Ping timeout: 240 seconds]
<veltas>
So you could write e.g. begin-structure password:struct field: password:min field: password:max field: password:letter field: password:phrase end-structure
Zarutian_HTC has joined #forth
<veltas>
Why does it feel like every AoC would be borderline trivial in awk