General
-
Reverse paren matching makes it impossible to get out of the current prompt
If you type a close paren, you have to type an opening paren to get out:
arc> (list))
> (
arc>Now try this:
arc> ))
> (
>See if you can get out of it.
Or this:
arc> (asdf(sadf)
> ))))
> (
> (((
> (((((
> )
> )))
>These last 4 lines are just desperate attempts to get out of that prompt.
5 votes -
3 votes
-
3 votes
-
Add a big GET ARC button.
You are running an ad campaign for something you aren't selling. You need a big GET ARC button linking to the install arclanguage.org page or the Anarki git repo
3 votes -
3 votesunder review ·
AdminEvan R. Murphy
(Admin, Try Arc)
responded
This is a really neat idea. How would you deal with state? If “bleh” is a sequence of expression, do the side effects of the first expr affect the exprs that follow?
-
3 votes
-
Make the scroller in the REPL not jump to the top every time a character is typed
this just makes the online REPL impossible to use.
3 votes -
3 votes
-
Put the arc tutorial inside an iframe, just below the REPL
This would make it easier to copy and paste the samples from the tutorial into the REPL without having to switch windows. It would also put the tutorial right in front of the users face, so that it does not get missed. - just an idea.
1 voteunder review ·
AdminEvan R. Murphy
(Admin, Try Arc)
responded
Considering the best way to handle this with the new site design. Right now it’s offered in a neighboring tab, but that’s probably not optimal since you still can’t see the REPL and tutorial simultaneously.
-
Fix on Android 1.6
On T-Mobile G-1 with Android 1.6, the enter key won't terminate an input line in the REPL, making Try Arc unusable (http://arclanguage.org/item?id=16284).
Note that it does work on some other phones / versions of Android, for instance my Samsung Nexus S with Android > 2.
1 vote -
Make the console smaller for small screens
On a 13" MacBook Pro (using Firefox 3.6) the console is bigger than can be displayed on a page so you end up having to scroll down the page to see what you are typing.
You can get around it by hacking a different height in FireBug but it would be nice if it worked out of the box :)
1 voteunder review ·
AdminEvan R. Murphy
(Admin, Try Arc)
responded
Thanks for reporting this! I definitely want the layout to be as portable as possible to different devices, so I will look into it.
-
Fix the downtime problem
Downtime has been unacceptably frequent lately, as described in http://tryarc.org/2012/04/26/apologies-for-the-frequent-downtime/. Need to address this.
1 vote