hey,<br><br>  so gambit is really awesome; especially the debugger; however I'm running into some trivial practical issues -- and curious how others are solving it<br><br>1) sed/awk/grep/perl<br>  if possible, i'd like to use gambit for these type of apps instead (being slower is fine; i just want everything in scheme for now) -- is there a good way to do regex matching in gambit?<br>
<br>2) fprintf/format<br>  pp and display are cool -- but sometimes, I really really want control over my output; how is this generally done in gambit? things like "print this number with 8 chars width, 3 digits after the decimal point" seems kind of hard to phrase<br>
<br>thanks!<br><br>keep up the good work<br>