Arc Makes Programs Shorter
Businessman and Lisp enthusiast Paul Graham presented the initial version of the Arc programming language. Graham points in particular to the brevity of Arc source code and has launched a programming language competition.
The release announcement describes Arc as a new dialect of Lisp which is still not complete, but usable. Currently Arc compiles source code with MzScheme, another member of the Lisp family, from which Arc borrows numeric and mathematical operations.
Graham sees Arc as a language for practically-oriented programmers who enjoy experimenting and need more freedom in program design. He refers to the language as "non-bureaucratic".
Above all, the language impresses with short source code files and parsing trees. After all, this is the whole point of a high-level language Paul Graham emphasizes. To add practical relevance to this, Graham is organizing a programming competition in the Arc Forum. The tasks describes a website that processes a simple form. Grahams Arc code for the complete application looks like this:
(defop said req (aform [w/link (pr "you said: " (arg _ "foo")) (pr "click here")] (input "foo") (submit)))
The Arc Challenge for fans of other programming languages is to create shorter source code for the program.
The Arc homepage has an installation guide and a short introduction to Arc programming, which does not assume prior knowledge of Lisp. Arc is licensed under the Perl Foundation's Artistic License 2.0.
Issue 260/2022
Buy this issue as a PDF
News
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.
-
Pop!_OS 22.04 Has Officially Been Released
From the makers of some of the finest Linux-powered desktop and laptop computers on the market comes the latest version of their Ubuntu-based distribution, Pop!_OS 22.04.
-
Star Labs Unveils a New Small Format Linux PC
The Byte Mk I is an AMD-powered mini Linux PC with Coreboot support and plenty of power.
-
MX Linux Verison 21.1 “Wildflower” Now Available
The latest release of the systemd-less MX Linux is now ready for public consumption.
-
Microsoft Expands Their Windows Subsystem for Linux Offerings With AlmaLinux
Anyone who works with Windows Subsystem for Linux (WSL) will now find a new addition to the available distributions, one that’s become the front-runner replacement for CentOS.
-
Debian 11.3 Released wIth Numerous Bug and Security Fixes
The latest point release for Debian Bullseye is now available with some very important updates.