Arc Forumnew | comments | leaders | submitlogin
Forum suggestions
3 points by globalrev 6001 days ago | 3 comments
just 2 suggestions to make the forum better.

make the textentry bigger so iit is easier to overlook what you have written.

and if this doesnt work, make it work: [code] (def fac(n) (if (is n 0) 1 (* n (fac(- n 1))))) [/code]

because it is very hard to write unindented code.



2 points by rincewind 6001 days ago | link

1. You could use the firefox extension "It's all Text" and edit your submissions in emacs/vim/nano/textmate/notepad.exe/whatever.

2. Indent your code by 2 (additional) spaces and put it in a separate paragraph, then it will be displayed correctly.

http://www.google.com/search?q=site%3Aarclanguage.org+code+f...

-----

3 points by cchooper 6000 days ago | link

Definitely agree about the text entry. It drives me crazy.

-----

3 points by sw 5998 days ago | link

Also, please use higher contrast for posts! Light gray on light gray is hard to read...

-----