Arc Forumnew | comments | leaders | submit | s-phi-nl's commentslogin

Conanite's Rainbow has a wrapper around the Java object system that you might want to look at.

-----


http://news.ycombinator.com/item?id=654683 and http://news.ycombinator.com/item?id=299102

-----

1 point by thaddeus 5249 days ago | link

Ah yes. Thank you. It's always good to hear from the horses mouth....

-----


When I run Norvig's version, I do not get the results you do, but get the same results as you get from the Ruby/Arc versions.

  >>> spell.correct('speling')
  'spelling'
  >>> spell.correct('godd')
  'good'

-----

1 point by s-phi-nl 5322 days ago | link | parent | on: Other sites running news.arc?

I don't know of any, other than this forum and news.yc. There used to be Academic Hacker News at http://www.cs.toronto.edu/~ad/news/, but that in effect failed. I'm not that active here, though, so there could be some I'm not aware of.

-----


Once you get it up and running, would you mind posting a link?

-----

3 points by s-phi-nl 5371 days ago | link | parent | on: Your own Arc REPL, online

Thanks for this, even though I haven't used it yet. I've been using the ArcLite online demo (http://jonathan.tang.name/files/arclite/index.html), but it hasn't been maintained; its creator, nostrademons, hasn't been very active; and it is so slow that the fizz-buzz problem fails to run on it.

-----

2 points by palsecam 5371 days ago | link

Gosh, and thank you for the ArcLite link! I didn't such a thing (Arc in JS) already exist, and it's actually a thing I plan to (maybe) work on!

Don't know what the "fizz-buzz" problem is, but if you test it on evsrv, please let me know if it works ;-)

-----

5 points by s-phi-nl 5424 days ago | link | parent | on: Versioning for arc3.tar file

It might be nice if the download page said the release date of the current file, so that people could compare their copy's date to it rather than having to search pg's comments.

-----