Arc Forumnew | comments | leaders | submit | wfarr's commentslogin
1 point by wfarr 6210 days ago | link | parent | on: RSS Feeds in Arc

Thanks.

Also "~z" addresses the time-zone issue.

-----

1 point by wfarr 6212 days ago | link | parent | on: Reducing Parentheses

I think that it kind of defeats the fundamental nature of Lisp, and introduces overhead. =/

-----

1 point by wfarr 6214 days ago | link | parent | on: Help with a function

I'll definitely give this one a shot, because I have a tendency to get a bit long-winded. =D

-----

1 point by wfarr 6214 days ago | link | parent | on: Help with a function

Works for me as well.

-----

1 point by wfarr 6214 days ago | link | parent | on: Help with a function

It seems the error I get is caused by (posmatch):

  > (posmatch "a" "foo")
    Error: "string-ref: index 3 out of range [0, 2] for string: \"foo\""
=(

-----

3 points by wfarr 6217 days ago | link | parent | on: Fixing Windows problems

Yes, Anarki correctly handles parsing directories on all platforms.

-----


The application is undergoing a large bit of a rewrite before the deadline, in order to address some of Fare's concerns about the proposal. =)

Ideally, a first pass at a rough API should be done by then (obviously, not in ANY way representative of a final project, since the proposal itself is writing a library and an API).

-----

1 point by almkglor 6220 days ago | link

Okay^^. Want to post a draft here so you can get reactions about it?

-----

1 point by wfarr 6220 days ago | link

I should have one by tonight, ideally.

-----

1 point by wfarr 6217 days ago | link

I've dropped you an email. =)

-----

3 points by wfarr 6221 days ago | link | parent | on: Where is the git ?

It's been moved to GitHub:

git://github.com/nex3/arc.git

-----

3 points by wfarr 6221 days ago | link | parent | on: arc2c : new version, very soon on the git

Because the scope of what you're doing is fairly large in its own, I'd really recommend making your own repo on hub just for arc2c - such that anarki "core" doesn't have any adverse side-effects.

-----

3 points by sacado 6221 days ago | link

That's an excellent idea. I've just started a git at http://github.com/sacado/arc2c . The new version is published on it. If I configured it correctly, anyone can push modifications on it. I have 2 invitations to github left, by the way.

-----

2 points by almkglor 6221 days ago | link

  ERROR: Write permission to sacado/arc2c denied to AmkG.
  fatal: The remote end hung up unexpectedly
  error: failed to push to 'git@github.com:sacado/arc2c.git'

-----

1 point by sacado 6220 days ago | link

Hmm... Thaks for the information. I can't see how I can say "this git is open to everyone" in the config menus. Any idea ?

-----

1 point by almkglor 6220 days ago | link

Hmm. Can't seem to do this either. Erk.

I suppose nex3 specifically requested github for special treatment of Anarki? ^^

-----

2 points by sacado 6220 days ago | link

Anyway, I can add specifically anyone who asks me to. You are now an authorized "committer", btw.

-----

2 points by almkglor 6220 days ago | link

Thanks, I'll push something in maybe an hour or two, am at the office.

The push I was going to make was simply to wrap some of the private functions in codegen.arc in a 'let form.

-----

1 point by skenney26 6221 days ago | link

I'd appreciate an invite if you still have any left.

-----

1 point by sacado 6221 days ago | link

done.

-----

1 point by skrishna23 6221 days ago | link

can I have one please ? TIA.

-----

1 point by almkglor 6221 days ago | link

what's your email address?

-----

1 point by skrishna23 6220 days ago | link

my user id at yahoo.com

-----

1 point by almkglor 6220 days ago | link

Sent!

-----

2 points by wfarr 6223 days ago | link | parent | on: Problem displaying images

On Anarki, my images loaded in such a fashion work just fine.

-----

2 points by skenney26 6223 days ago | link

So the arc server on Anarki has been modified to support file hierarchies?

-----

More