Content deleted Content added
→History: Fixed a broken reference Tags: Mobile edit Mobile web edit |
Jerryobject (talk | contribs) WP:REFerence WP:CITation Template:Cite web parameters: adds, fills, updates, reorders, move to paragraph end. Small WP:EoS WP:COPYEDIT: clarify. |
||
Line 37:
==Motives==
In the essay ''Being Popular''<ref>{{cite web |url=http://www.paulgraham.com/popular.html |title=Being Popular |last=Graham |first=Paul |date=May 2001 |website=PaulGraham.com |access-date=2018-12-05}}</ref> Graham describes a few of his goals for the language. While many of the goals are very general ("Arc should be hackable", "there should be good [[Library (computing)|libraries]]"), he did give some specifics. For example, he believes it important for a language to be terse:
{{Quote |It would not be far from the truth to say that a hacker about to write a program decides what language to use, at least subconsciously, based on the total number of characters he'll have to type. If this isn't precisely how hackers think, a language designer would do well to act as if it were.}}
He also stated that it is better for a language to only implement a small number of ''axioms'', even when that means the language may not have features that large organizations want, such as [[Object-oriented programming|object-orientation]] (OO). Further, Graham thinks that OO is not useful as its methods and [[Software design pattern|patterns]] are just "good design", and he views the language features used to implement OO as partly mistaken.<ref>{{cite web |url=http://www.paulgraham.com/noop.html |title=Why Arc Isn't Especially Object-Oriented |last=Graham |first=Paul |website=PaulGraham.com |access-date=
A controversy among Lisp programmers is whether, and how much, the [[s-expression]]s of the language should be complemented by other forms of [[syntax]]. Graham thinks that added syntax should be used in situations where pure s-expressions would be overly verbose, saying, "I don't think we should be religiously opposed to introducing syntax into Lisp." Graham also thinks that efficiency problems should be solved by giving the programmer a good [[Profiling (computer programming)|profiler]].<ref>{{cite web |url=http://www.paulgraham.com/langdes.html |title=Five Questions About Language Design |last=Graham |first=Paul |date=May 2001 |website=PaulGraham.com |access-date=
=== Reception ===
Line 53:
</source>
<source lang="lisp">
(defop said req
Line 64:
===Official version===
The first publicly released version of Arc was made available on 29 January 2008,<ref>{{cite web |url=http://www.paulgraham.com/arc0.html |title=Arc's Out |last=Graham |first=Paul |date=29 January 2008 |website=PaulGraham.com |access-date=2018-12-05}}</ref> implemented on [[Racket (programming language)|Racket]] (named PLT-Scheme then). The release comes in the form of a [[Tar (computing)|.tar]] archive, containing the Racket [[source code]] for Arc. A tutorial<ref>{{cite web |url=http://www.arclanguage.org/tut.txt |title=Arc Tutorial |author=<!-- Unstated. --> |date=<!-- Unstated. --> |website=Paul Graham |access-date=2018-12-05}}.</ref> and a discussion forum<ref>{{cite web |url=http://arclanguage.org/forum |title=Arc Forum |website=Arc language}}</ref> are also available. The forum uses the same program that [[Hacker News]] does, and is written in Arc.
=== Unofficial versions ===
Due to lack of updates in the official Arc branch, some members of the Arc [[Community of practice|community]] started unofficial repositories with unofficial emendations, extensions, and libraries. One version, ''Anarki'',<ref>{{cite web |url=https://github.com/arclanguage/anarki |title=Anarki |last=Rapp |first=Kenneth (kennethrapp) |date=14 November 2018 |website=GitHub |access-date=2018-12-05}}</ref> permitted<ref>{{cite web |url=http://arclanguage.org/item?id=17707
''Rainbow''<ref>{{cite web |url=https://github.com/conanite/rainbow |title=Rainbow
''Arcadia''<ref>{{cite web |url=https://github.com/kimtg/Arcadia |title=Arcadia
==References==
{{
==External links==
|