Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4418 days ago | link | parent

Weird. Can you try running the main branch of anarki with just:

  $ racket -f as.scm
? We're trying to move away from legacy mzscheme. Let us know if the error persists.

In general, the instructions we've been steering newcomers toward are at https://sites.google.com/site/arclanguagewiki/getting-starte..., which we try to keep up-to-date. If that helps in this case.

(Once you resolve this issue I'd also recommend switching to the Nu branch described in the above link. It's a much more clean and modern implementation.)



2 points by Pauan 4418 days ago | link

When akkartik said "the Nu branch", he meant this:

https://github.com/Pauan/ar

I too recommend using it rather than vanilla Arc. It has many bug fixes and new features, yet is still backwards compatible.

-----

1 point by geoengineering 4418 days ago | link

will do

-----

2 points by geoengineering 4418 days ago | link

racket -f as.scm works! moving forward ...

-----