Arc Forumnew | comments | leaders | submit | listic's commentslogin
2 points by listic 5441 days ago | link | parent | on: Arc Logo

I think it's better to go with something like this:

http://www.bitbakery.com/arcstuff

or something simpler, like a single arc of the legato sign.

-----


What prevents lib from working on Windows?

-----

1 point by CatDancer 5551 days ago | link

Presumably forward slashes in URL's would need to be changed to backslashes to store the library file in the lib directory with the corresponding path. (MzScheme has some platform-independent path manipulation procedures that could be used if they turn out to be convenient).

Also, is there a version of wget for Windows? What are the instructions for installing it that should be added to the lib documentation? Would the lib code need to invoke wget differently?

There may be some other things too, those are the ones that occur to me off the top of my head.

-----

1 point by eds 5542 days ago | link

There is a version of wget for Windows; you can get it from either Cygwin (http://www.cygwin.com/) or GnuWin32 (http://gnuwin32.sourceforge.net/). You can download the wget binary by itself at http://gnuwin32.sourceforge.net/packages/wget.htm .

I don't normally have any problems with forward/backward slashes on Windows (but I use Cygwin a lot, so my perspective may be biased).

-----

1 point by CatDancer 5541 days ago | link

So does the current version of lib work as it is with Cygwin and wget installed on Windows? Or is Cygwin even needed?

(I said that "Windows is not supported" but it would be more accurate to say that I haven't tried it with Windows).

-----

2 points by listic 5683 days ago | link | parent | on: Howto: windows + command line arc?

Do you actually use cmd?

I only actually use cmd when on someone else computer and need to run a single command a single time. Otherwise, I use FAR manager (an orthodox file manager) all the time. It gives me command line (Ctrl+O for more) history (Ctrl+E, Ctrl+X), easy directory navigation, editing (syntax highlighting via colorer plugin) and everything I need. Did you try it?

-----

1 point by bOR_ 5681 days ago | link

Will look into it. Right now looking at lisp in a box

-----

7 points by listic 5820 days ago | link | parent | on: Chalk one up for Arc

I hope this will get sorted out in the next 100 years.

-----

1 point by listic 5861 days ago | link | parent | on: SVG

I'm trying to use this on Windows. mzscheme v352. Anarki version, with srv.arc patched as suggested. (I have git.)

When I do (load "svg.arc") the following error occurs:

Error: "open-input-file: cannot open input file: \"Z:\\LAB\\Arc\\arc\\svg.arc\" (The system cannot find the file specified.; errno=2)"

What's wrong?

-----

1 point by cchooper 5861 days ago | link

I'm running the same and I don't get that error. Can you open other files ok? Have you tried running (open-input-file "svg.arc") from MzScheme? Also, have you double checked that the file is actually in the right place? (I only say that because that's the only way you should be getting this error, so it's worth looking again just in case.)

-----

2 points by listic 5887 days ago | link | parent | on: Arc Webserver Performance

Why run scheme on a jvm?

-----

3 points by sacado 5887 days ago | link

It can be intersting if you want to have access to all the Java libs (that's one of the ideas of Clojure or Scala for example) and / or if you want to be able to be embedded in a client JVM (e.g. to write Scheme applets or sandboxed code). The latter cannot be solved by a JNI / FFI solution.

-----

1 point by antiismist 5887 days ago | link

Access to the vast corpus of java libraries was the cited reason.

One interesting point that was made was that when you access the external libraries, it causes the scheme code to start to become less scheme-like and more like a java program written in scheme.

-----

4 points by listic 5887 days ago | link | parent | on: Poll: Where are you from ?

Russia.

Honestly, I never knew how to answer the question "Where are you from ?" when it's asked in the forum registration form. I mean, do you want to know the place I was born? Or live now? Or have spent most time? Or liked the most? Or are you asking where from did we come to this world? I wish I knew! On the other hand, if we get materialistic, everyone gets here from the same certain place... It's a hard question...

-----

3 points by sacado 5887 days ago | link

Well, the good thing with multiple choice polls is that you can give many answers. If you are born in Russia, spent most of your life in Canada and now live in Bamako, I think it can be interesting for Russian, Canadian and African people.

-----

1 point by listic 5894 days ago | link | parent | on: Anarki Down

Wow, their prices are really cheap. Should beware.

-----

2 points by listic 5894 days ago | link | parent | on: asds

It's noise. Why can't I vote this down? It's been only 32 minutes.

-----

4 points by sacado 5894 days ago | link

Obviously we can't vote done submissions, only comments. It's a shame.

-----

1 point by tjr 5894 days ago | link

Furthermore, who voted it up?

-----

3 points by kennytilton 5894 days ago | link

Firefox cannot load any of the icons so all I see are broken icon images. When I wanted to hit "back" I accidentally voted it up. I was kinda hoping it would start a groundswell of enthusiasm for the comment and it would soar to the top ten.

-----

1 point by tjr 5893 days ago | link

My apologies for the anonymous ad-hominem attack; I should have worded my question, "Why was this voted up?" rather than asking "Who?"

But thank you for sharing. :-)

-----

1 point by listic 5895 days ago | link | parent | on: hosting for arc web app

I see that minivds.com have low prices (starting at $5,95 / month) for FreeBSD-based VDS. Also they offer ~1 GB of preinstalled software that doesn't count towards your quota. The information is from their site, not my personal experience. Actually I was going to use it myself, but haven't yet. What do you think of it ?

-----

More