1089a1090,1094
> (xdef 'regexp regexp)
> (xdef 'r-match regexp-match)
> (xdef 'r-match-pos regexp-match-positions)
> (xdef 'r-replace regexp-replace)
>
arc> (= r (regexp "(-[0-9]*)+"))
#rx"(-[0-9]*)+"
arc> (r-match r "a-12--345b")
("-12--345" "-345")
Just add what you need.
|
cached 23 days ago
patch for ac.scm:
|
|
cached 11 days ago
heh, thanks :)
I'll put them in next time.
|
|
cached 7 days ago
blog.arc seems to work with v360. :)
|
|
cached 23 days ago
Because I'm reddit-damaged:
|
|
cached 13 days ago
There is also withs:
|
|
cached 12 days ago
or
|
|
cached 11 days ago
Revision 12, synchronized with git and added a simple bayesian classifier.
|
|
cached 9 days ago
My thoughts on Prolog:
Why, oh why, didn't I take Werner Hett's (aka Mr. Ninety-Nine_Prolog_Problems) Prolog/logic programming course when I had the opportunity. :/ Maybe then I could actually judge the language. When used in small doses (and I think that's how it would be used, when embedded in other languages) it can be incredibly elegant, readable and short. |
|
cached 23 days ago
Maybe I'm the last one to notice withs as let* replacement, maybe not.
Simulated Annealing: http://dpaste.com/hold/33337/ |
|
cached 13 days ago
Choosing the best possible type for numbers is imho a good thing. And it's (probably) taken directly from mzscheme.
|
