Simon Willison’s Weblog

Subscribe
Atom feed for programming

151 items tagged “programming”

2009

The Go Programming Language. A brand new systems programming language, designed by Robert Griesemer and Unix/Plan 9 veterans Rob Pike and Ken Thompson and funded by Google. Concurrency is supported by lightweight communicating processes called goroutines. “It feels like a dynamic language but has the speed and safety of a static language.”

# 11th November 2009, 7 am / go, goroutines, google, plan9, unix, concurrency, programming, rob-pike, kenthompson, robert-griesemer

Toiling in the data-mines: what data exploration feels like. Useful advice from Tom Armitage on the exploratory development approach required when starting to build a project against a large, complex dataset. Tips include making sure you have a REPL to hand and using tools like gRaphael to generate graphs against pretty much everything, since until you’ve seen their shape you won’t know if they are interesting or not.

# 26th October 2009, 9:34 am / data, tom-armitage, repl, exploratoryprogramming, programming, graphael, graphing, berg

I like Unicorn because it’s Unix. Ryan Tomayko analyses Unicorn, a new, pre-forking Ruby HTTP server that makes extensive use of Unix syscalls and idioms, and asks why dynamic language programmers don’t take advantage of these more often.

# 7th October 2009, 11:42 am / ruby, exec, fork, programming, ryan-tomayko, unicorn, unix

The Little Manual of API Design (PDF). A concise, highly readable guide to designing APIs that are “Complete, Easy to learn and memorize, lead to readable code, hard to misuse, and easy to extend”, based on lessons learnt over many years of development of the Qt framework.

# 18th May 2009, 10:14 am / api-design, apis, qt, programming

Switching from scripting languages to Objective C and iPhone: useful libraries. Matt Biddulph collects together some very useful libraries for developers just getting started with Objective-C (though I’m not too keen on the title).

# 27th January 2009, 5:50 pm / matt-biddulph, objectivec, programming, iphone

Coding Horror: A Scripter at Heart. Sigh. I cannot believe that the false distinction between “scripting” and “programming” is still being discussed.

# 26th January 2009, 6:06 pm / scripting, programming, ffs, flamewars, jeff-atwood

Learning to Think Like A Programmer. Outstanding advice aimed mainly at journalists, but important to anyone who collects information for a living and might want it to be automatically processed at some point in the future.

# 22nd January 2009, 6:06 pm / tom-armitage, programming, journalism, data-journalism

The History of Python (via) “A series of articles on the history of the Python programming language and its community”, being compiled by Guido plus guest authors.

# 14th January 2009, 9:42 am / guido-van-rossum, python, history, programming

why’s potion. why’s latest project is a small, fast language (JIT to x86/x86-64) which seems to take ideas from Ruby, Lua, Python and who knows where else. Everything is based around objects, closures and mixins, with the delightful inclusion of scoped mixins so you can modify an object only within a certain module (hence avoiding Ruby’s action-at-a-distance problems).

# 8th January 2009, 6:37 pm / ruby, whytheluckystiff, potion, programming, languages, jit, lua, mixins, closures

2008

Blocks in Objective-C. Closures are coming soon to Objective-C - interesting syntax, a regular curly brace block preceded by a caret ^{ ... }.

# 29th December 2008, 7:38 pm / objectivec, closures, programming, blocks, syntax

The Universal Design Pattern. Steve Yegge presents a small book on key/value pairs and prototypal inheritance. “I call it the Universal design pattern because it is (by far) the best known solution to the problem of designing open-ended systems, which in turn translates to long-lived systems.”

# 20th October 2008, 11:13 pm / steve-yegge, prototypes, keyvaluepairs, programming

Reia. The most common complaint I see about Erlang is the syntax. Reia is a Python-style scripting language (with a dash of Ruby) that runs on the Erlang virtual machine. Looks promising.

# 25th September 2008, 6:12 pm / reia, erlang, python, ruby, programming

Core Techniques and Algorithms in Game Programming. Scarily detailed online book on games programming, including 2D and 3D graphics, AI, multiplayer network code, indoor and outdoor rendering, character animation and much more. UPDATE: Removed the original link, which appeared to be a pirated copy.

# 1st May 2008, 12:26 am / games, programming, algorithms

Good architectural layering, and Bzr 1.1. Mark Shuttleworth on the growing importance of plug-in architectures as an open source project evolves, as they allow new developers to release their own components without needing commit access to the project. Django is pretty good for this, but more hooks (and a faster event dispatch system) would be useful.

# 9th January 2008, 2:06 pm / hooks, bazaar, bzr, dispatch, django, events, mark-shuttleworth, open-source, programming, python

Naming twins in Python and Perl. Simple anagram problem solved in Perl and Python, with a bunch more solutions in the comments. The C# solution provides an interesting example of LINQ in action.

# 7th January 2008, 11:03 am / linq, csharp, python, perl, brad-fitzpatrick, programming, anagrams

2007

Don't EVER make the mistake that you can design something better than what you get from ruthless massively parallel trial-and-error with a feedback cycle. That's giving your intelligence much too much credit.

Linus Torvalds

# 16th December 2007, 9:53 pm / linus-torvalds, evolution, open-source, linux, programming

The D Language and Server Logs. Neat example of a simple D program for crunching log files.

# 3rd December 2007, 9:02 pm / d, programming, logs, joe-gregorio

Bit Twiddling Hacks. I’ve never been much of a bit twiddler, but I’ve always felt I should learn.

# 2nd November 2007, 6:49 am / bits, bittwiddling, binary, programming, hacks

The Web Application Scale of Stupidity goes from OGF (One Giant Function) to OOP (Object Oriented Programming), like this: OGF ——– sanity ——— OOP

Cal Henderson, paraphrased

# 2nd November 2007, 6:23 am / oop, onegiantfunction, objects, ogf, calhenderson, peter-van-dijck, php, programming

Programming Nu (via) Interesting new programming language—Lisp style syntax, Ruby style semantics, built in Objective C bridge so you can access Cocoa APIs directly.

# 1st October 2007, 9:49 pm / nu, programming, lisp, ruby, objectivec, cocoa

Large codebases are the problem, not the language they're written in. Find a way to break/decompose big codebases into little ones.

Bill de hÓra

# 27th September 2007, 3:11 pm / bill-de-hora, programming, complexity, lesscode

Want To Learn Web Programming? Write A Blog Engine. I couldn’t agree more. Weblogs are an ideal starter project—simple enough to get your head around, complex enough to teach you a bunch of important lessons, ideally suited for eating your own dog food.

# 20th September 2007, 1:17 pm / dogfood, weblogs, programming

An Introduction to Erlang. Erlang gets the ONLamp tutorial treatment from Gregory Brown.

# 13th September 2007, 5:47 pm / erlang, onlamp, gregorybrown, programming

Brad Neuberg’s Personal Research Agenda. Inspiring; lots of interesting problems to solve. I also liked the idea of moving to Thailand during a tech downturn and hacking on interesting projects while spending $200/month on living costs.

# 23rd August 2007, 1:40 am / brad-neuberg, programming, hacking, thailand

Erlang fits all the characteristics of an OO system, even though sequential Erlang is a functional language, not an OO language

Ralph Johnson

# 8th August 2007, 7:47 pm / erlang, objectoriented, programming, java

19 Eponymous Laws Of Software Development. I normally loathe anything that’s bundled up as a numbered list, but this one is actually really useful.

# 18th July 2007, 12:29 am / lists, laws, programming

Understanding Engineers: Feasibility. Charles Miller provides smart definitions of what programmers mean when they say “impossible”, “trivial”, “unfeasible”, “non-trivial”, “hard” and “very hard”.

# 17th July 2007, 10:24 am / trivial, nontrivial, language, programmers, charles-miller, programming, hard, veryhard, unfeasible

Introduction to Abject-Oriented Programming. The best part is the comments, where several people completely fail to get the joke.

# 8th July 2007, 6:24 am / abject, programming, funny, wtf

2006

A General Theory of Programming Language Relativity. Functional languages have clearer levels of indirection.

# 12th December 2006, 8:56 am / functional, programming

2004