Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 950 Bytes

README.markdown

File metadata and controls

24 lines (17 loc) · 950 Bytes

Anarki: a publicly modifiable 'wiki-like' fork of PG's and RTM's Arc Lisp (http://www.paulgraham.com/arc.html)

The intention is to be extremely permissive in accepting patches. For commit privileges, just submit your first pull request or ask on http://arclanguage.org/forum.

Important: If you are already running a HN-like site, migrating to this fork might mess up your site's data. Come talk to us first, and be sure to make a backup before the migration.

Anarki is explicitly not constrained to maintain compatibility with pg's releases, and compatibility status may swing wildly from commit to commit depending on who takes an interest.

To run, install Racket from http://racket-lang.org, then:

$ git clone http://github.com/arclanguage/anarki
$ cd arc
$ ./arc.sh
arc> :a
$

If you run into trouble: http://sites.google.com/site/arclanguagewiki; http://arclanguage.org/forum

To run the HN server: lib/how-to-run-news