Arc is a Lisp dialect designed by Paul Graham and Robert Morris and gained significant attention when it was claimed to be a "100 years" programming language. The official site is at http://arclanguage.org/
1
vote
1answer
182 views
Simple Web Form in Lisp [closed]
I have been trying several common lisp web frameworks: http://weblocks.viridian-project.de looked promising but I couldn't really get it working in OS X. SBCL multi treat (even with ports) is not ...
1
vote
2answers
90 views
Error when I try to make clone of HN in Windows 7: main: not defined
I have downloaded Arc 3.1 and Racket in my Windows 7 machine, and solved many errors while proceeding. But still when I run mzscheme -f as.scm it never returns to the prompt (as if there was an ...
2
votes
1answer
93 views
Error when I try to make clone of HN in Windows 7: 'rm' is not recognized
I have downloaded Arc 3.1 and Racket to my Windows 7 machine.
I have solved many errors as instructed in http://www.arclanguage.org/item?id=12397
Now when I enter (nsv) the following error occurs and ...
4
votes
1answer
443 views
Launching Hacker News Clone - Next Steps?
I want to use Hacker New's open source software to build a link sharing community for another industry. I followed the instructions on the arc github page and was able to get a clone up and running on ...
9
votes
2answers
1k views
The advantage of Arc over Racket
Arc is built on top of Racket. Since both of them are in the Lisp family, I am curious about the the advantage of Arc over Racket, or what is the motivation of creating Arc given that Racket is ...
1
vote
1answer
124 views
How can I generate multiple expressions at compile time, within a macro call?
A particular macro runs each expression in its body, interleaving an atom between each expression, and collecting the results.
This works well with hard-coded expressions, but if I want to ...
0
votes
2answers
303 views
Could Arc be implemented over Clojure?
I have been reading up alot about Arc and it seems to provide some good thing. Since Arc is a lisp and Clojure is a Lisp I was wondering if Arc could be implemented on top of Clojure?
4
votes
3answers
320 views
Multiple source files, directory structures and namespaces in functional programming
I was surprised to see that the source code for Hacker News is just one big file containing a flat list of function definitions.
Git Hub - news.arc
Is that typical for functional programming? Is it ...
9
votes
3answers
4k views
How do I install Arc to get a Hacker News clone website?
I've downloaded the source code for arc3.1 and extracted it into a folder.
I've downloaded and installed version 372 of MzScheme (on Mac OSX).
What do I do next?
The install instructions on the arc ...
9
votes
2answers
756 views
hacker news algorithm in php?
This is the Hacker News ranking algorithm, which I think is a simple way of ranking things, espcially if users are voting on items, but I really dnt understand this, can this be converted to PHP, so I ...
3
votes
3answers
2k views
Does Google's go-language address the problems in Paul's Graham's post 'Why Arc isn't Especially Object Oriented'?
Does Google's go-language (http://golang.org/) address the problems with languages addressed in Paul's Graham's post 'Why Arc isn't Especially Object Oriented'? (http://www.paulgraham.com/noop.html)
10
votes
3answers
681 views
Source code of well designed functional web apps?
What are examples of well designed functional (as opposed to object oriented) web apps that make their source code available? I am currently studying the Hacker News source but I'd like to see some ...
44
votes
15answers
10k views
What's happening with Arc?
Arc, if you don't know, is Paul Graham's "100 year language", or, more prosaically, new version of Lisp. It was heavily trailed on reddit (back when reddit was interesting), and an early version was ...
20
votes
7answers
5k views
Which one is more likely to succeed: clojure or arc?
Which one of the following new lisp implementations is more likely to gain the momentum and more mainstream acceptance, arc by Paul Graham or clojure by Rich hickey?
They both launched at the same ...