|
13:06
librasteve_ joined
13:45
Geth left,
Geth joined
23:06
david7832 joined
|
|||
| david7832 | @lizmat: For escaping functionality, I now plan make an own module for it. This makes much more sense, I think. | 23:08 | |
| I'll probably start with humble subroutines, with syntax the sort: .&esc:bash (for escaping for "bare" bash calls), .&esc:bash:dq (escaping for use within double quotes), and the like, e.g. a simple .&esc (escaping for the standard system shell) | 23:11 | ||
| Down the line, it might be interesting to get fancy and provide importable extensions of the Qlang. Not sure if one actually can make a sensible design for this, but it would be cool to have something like Q:x:s:esc<shell>⟨crc32 $^x⟩ where the :esc... makes it so that the $^x doesn't get interpolated literally, but in an escaped form. | 23:13 | ||
| lizmat | david7832++ | 23:53 | |