kostas


12 points by kostas over 2 years ago | link
cached 23 days ago

11 points by kostas over 2 years ago | link | parent | top
cached 11 days ago
Ask Trevor: Why the Perl Artistic License?

10 points by kostas over 2 years ago | link | top
cached 6 days ago
Still recommending mzscheme 352?

7 points by kostas over 2 years ago | link | top
cached 6 days ago
PG,

Grepping the source, the x.y and x!y syntax doesn't seem to be used.

Have you tried them out on the news.yc code? What's your initial feel in terms of code compression?


5 points by kostas over 2 years ago | link
cached 2 days ago

What was the problem with internal define in Arc? (arcanesentiment.blogspot.com)
3 points by kostas over 2 years ago | link
cached 6 days ago

2 points by kostas over 2 years ago | link | parent | top
cached 11 days ago
Sent.

2 points by kostas over 2 years ago | link | top
cached 3 days ago
I haven't played with Arc in while, but I have these two lines added to my ac.scm to add mzscheme's underlying regexp functionality to Arc:

  (xdef 'regexp pregexp)
  (xdef 'r-match (lambda (x y) (ar-nill (pregexp-match x y))))
Look up pregexp and pregexp-match in the mzscheme documentation for details on how they are called.

2 points by kostas over 2 years ago | link | top
cached about 23 hours ago
The install page http://arclanguage.org/install still refers to arc1.tar

1 point by kostas over 2 years ago | link | parent | top
cached 23 days ago
Thanks. Learning to use git is next on the priority list.