Arc Forumnew | comments | leaders | submit | anarcer's commentslogin
2 points by anarcer 4434 days ago | link | parent | on: Semi-Arc on Android

Great job ! Can you put Semi-Arc on Android Market, please?

-----

1 point by anarcer 5383 days ago | link | parent | on: Anyone get Arc running on mzscheme 4.x?

http://www.arclanguage.org/item?id=9385

-----


Could ABLE (lisp editor) be a good start point?

http://phil.nullable.eu/

-----

1 point by tokipin 5395 days ago | link

that's the kind of thing i'm going for, but i couldn't find the source for that program o.o

-----

5 points by anarcer 5415 days ago | link | parent | on: New Version of Arc

MzScheme v4.1.5 $ mzscheme -f as.scm ac.scm:1164:19: compile: unbound identifier in module in: set-car!

-----

8 points by pg 5415 days ago | link

Oops, should have mentioned you have to use MzScheme v372.

Arc has mutable conses, so it would have been hard to make it work with versions of MzScheme after they switched to making lists immutable.

-----

3 points by w8lvn 5412 days ago | link

Install doc at top of arclanguage.org says to use 352, turns out to be issue with 64 bit systems.

-----

3 points by pg 5412 days ago | link

Use 352 with arc2.tar (the old, stable release), 372 with arc3.tar (the latest release, still being fixed).

-----

1 point by w8lvn 5412 days ago | link

Trying arc for the first time. Unable to get version 372 on my 64 bit systems.

Any way to get this to work with a later version of mzscheme?

-----

2 points by CatDancer 5412 days ago | link

How about http://download.plt-scheme.org/drscheme/plt-372-bin-x86_64-l... ?

Sadly Arc hasn't been ported to mzscheme version 4 yet.

-----

1 point by w8lvn 5412 days ago | link

Ach.

Thanks. For some reason was trying 352.

Thanks.

-----

1 point by anarcer 5415 days ago | link

ya, it works, all ok for now... nice...

-----

1 point by anarcer 5421 days ago | link | parent | on: Possible alternatives to car/cdr

Yes, but IMHO they are omogeneous with the other abbrevs in Arc sintax and are also conceptually clearer than car/cdr (that refer to old registers of an old pc): for example, hp (head of pair), tp (tail of pair) and hthtp (head tail head tail of pair) may help conceptual visualization...

-----

2 points by anarcer 5414 days ago | link

Can anybody tell me where I could find discussion about this topic?

BTW, just to complete my previous example:

!hp for set-car !tp for set-cdr ?hp and similar for predicates...

-----


Nice idea rewriting all book in Arc: OnArc!

-----


Great! TIA

-----