{" "} Programming Help for Arc Programming

Introduction to Arc Programming Language

Arc is a List based Language which is dialect of Lisp Programming Language.It was developed in 2009 by Paul Graham and Morris.It supports all operating system and run on the Racket compiler.It is designed for exploratory programming i.e what to write by writing it.Arc is still unfinished and missing lots of property in it.It is under development process.Arc Programs are consists of expressions.The simplest expression are like number and strings etc.

Example of Arc Programming Language

Hello world in Arc :

{`(prn "Hello, World")`}

Another Example

arc> (+ 1 2)
3
arc> (+ (+ 1 2) (+ 3 (+ 4 5)))
15

How to learn Arc Programming Language

Tutorial or Books for learning Arc Programming Language:

Download Arc software from Here !!