Arc Forumnew | comments | leaders | submitlogin
MzScheme v360 seems to work
6 points by bcater 5937 days ago | 5 comments
I'm playing with blog.arc, and it works pretty well under MzScheme v360. In case it matters, I'm running Ubuntu 7.10 (x64).


3 points by lojic 5937 days ago | link

I was doing fine with v360 until the hello web app:

  arc> (defop hello req (pr "hello world"))
  #<procedure:gs1430>
  arc> (asv)
  ready to serve port 8080
  date: 1201661257: No such file or directory
  make-string: expects argument of type <non-negative exact integer>; given -1

  === context ===
   subseq
   memodate
   srvlog
   gs899
   handle-request-thread
This is on Ubuntu 7.10 32bit:

2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux

Welcome to MzScheme version 360, Copyright (c) 2004-2006 PLT Scheme Inc.

-----

3 points by tjr 5937 days ago | link

Do you get the same error using v352 ?

-----

4 points by starc 5937 days ago | link

That isn't caused by v360: see http://arclanguage.org/item?id=155 for a patch

-----

1 point by lojic 5937 days ago | link

Thanks, that did the trick. Now if the "hello, world" web app produced valid html, I'd be happy :)

-----

1 point by bootload 5937 days ago | link

"... that isn't caused by v360: see http://arclanguage.org/item?id=155 for a patch ..."

Starc I can confirm this patch does the job. Thanks.

-----