| Hi, I was wondering where would be an good place to ask basic questions about arc? Seems like most of you folks posting here are active contributors to the project. Hope to get there in the not-too-distant future! My first question is, what does the * at the end of a variable or function mean (e.g. comments*), or is it just a notation for the reader? Secondly, I'm trying to set up mzscheme on Ubuntu Hardy, but the only binary I could find (on here http://download.racket-lang.org/installers/recent/racket-textual/) is for Jaunty, and it doesn't seem to run after installing: wei@wei:/usr/mz/bin$ ./mzscheme
-bash: ./mzscheme: No such file or directory
I tried compiling from source but it hangs during compile. Any suggestions? |