Arc Forum
new
|
comments
|
leaders
|
submit
|
parenthesis's comments
login
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 .
-----
1 point
by
parenthesis
6458 days ago |
link
|
parent
| on:
What's the best way to run arc from another direct...
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).
-----