Arc Forumnew | comments | leaders | submit | parenthesis's commentslogin
6 points by parenthesis 6458 days ago | link | parent | on: Show us your Arc code

With this you can do things like (s ls -l) or (s clear) or (s mzscheme -m -f as.scm) etc..

  (mac s args
  `(system ,(apply string (map [string _ " "] args))))

-----

2 points by parenthesis 6458 days ago | link | parent | on: Improve your arc REPL

And don't forget to customise your prompt string in procedure tl2 in ac.scm .

-----


I'm just using a shell alias - arc - to bring mzscheme and arc together from the silly directories I've got them in (I'm using someone else's computer).

-----