More didactic than a language reference
Retina: A regex-based recreational programming language
11–20 of 21 posts
Re: Retina: A regex-based recreational programming language
#12Re: Retina: A regex-based recreational programming language
#13Not sure I’d ever use one, but it’s a useful categorization nonetheless!
Re: Retina: A regex-based recreational programming language
#14somewhat reminds me of 'sed', but with less history and less power.
A lot of people (including me) have basically only learned the s command in sed and don't usually think about all of the more sophisticated sed features.
Re: Retina: A regex-based recreational programming language
#15Re: Retina: A regex-based recreational programming language
#16I’m enamored with the term ‘recreational programming language’. Not sure I’d ever use one, but it’s a useful categorization nonetheless!
Re: Retina: A regex-based recreational programming language
#17so this is a programming language for when we aren't working? please elaborate
Re: Retina: A regex-based recreational programming language
#18somewhat reminds me of 'sed', but with less history and less power.
Re: Retina: A regex-based recreational programming language
#19so this is a programming language for when we aren't working? please elaborate
Re: Retina: A regex-based recreational programming language
#20K`0¶1
{\G0`
)`(\d+)\n(\d+)
$2$n$.($1_$2*_)
...you got somethin' severely wrong with you, boy.