Ken Shirriff's blog
Computer history, restoring vintage computers, IC reverse engineering, and whatever
Why Arc is bad for exploratory programming
›
Recently, I've been reading Programming Collective Intelligence , which is a practical guide to machine learning algorithms, showing how...
13 comments:
The importance of software testing
›
At work we have a nifty electronic postage kiosk that will weigh letters, compute the postage, print a postage strip, and bill a credit card...
1 comment:
Idioms for programming in Arc
›
The code that implements Arc illustrates many useful programming techniques. Some of the techniques occur multiple times, and can be consid...
2 comments:
Many Arc compilers and interpreters
›
The introduction of the Arc language has spawned a mini-boom of Arc compilers and interpreters implemented in everything from JavaScript to ...
Ajax and Arc
›
Ajax is surprisingly easy to use with the Arc language. This article shows how to implement Ajax-based autocompletion and dynamic page upda...
Documentation of HTML generation in the Arc language
›
I've created documentation of Arc's HTML generation operations (from arc.arc). There are a lot of different functions there, but I...
Continuations made difficult
›
For a challenge, I translated the "mondo-bizarro" Arc Continuation Puzzle into Java. Why would I do that? Because I can :-) Bu...
‹
›
Home
View web version