Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

38
votes
14answers
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 ...
10
votes
3answers
604 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 ...
8
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 ...
4
votes
3answers
236 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 ...
3
votes
2answers
1k 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)
0
votes
2answers
231 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?