Bob: yeah, it's simple, see? it's just a function. Alice: So this is a just a function, which is what... a type of generalized description of some arbitrary algorithmic procedure, and in this particular case a textual representation of same in a particular but likewise arbitrary programming language and syntax, and is in practice here interpreted...
My Recurse center half-batch ended yesterday. This is my reflections post. We used to call these "return statements," because that's what happens at the end of a function, and also I guess it's like a return to normalcy. So this is my return statement. Six weeks is really not a very long time, and I was conscious of that going in. Going to RC and...
Perhaps I have a string lying around somewhere... const testString = "Abcd123"; What a lovely little string. I will start with a function that takes a string as input and tells you if the input passes some test you've set out for it. This is not yet a parser, not really. Usually, a parser does quite a lot mor...