Language/Compiler design blogs?

I find it interesting to read other peoples progress and thoughts as they develop their own languages and compilers, does anyone knows some good blogs to follow?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Ola Bini's blog on Ioke and Seth

Whiley

Some pointers

I have tried to classify my pointers according to the style of articles you'll find in them.

First, some established languages blogs; they tend to contain less design-related posts and more usage-introduction posts, but their archive are sometimes full of useful discussions.

Less concrete stuff about unfinished languages, ongoing design processes, meditation...

More implementation-related blogs, mostly about JIT for dynamic languages, because that's what's hot these days:

Finally, if you're into (type) theory:

  • Epilogue for Epigram, Conor McBride blog about the dependent system Epigram
  • QA9, Aaron Stump's blog. Touches lot of topic, its own language Guru, and sometimes (but not so often) the ongoing Trellys effort.
  • mmmodularity!, by Scott Kilpatrick.
  • It is not strictly language-design-related (difficult to draw a line between language-design and interesting posts about programming languages), but Bob Harper's Existential Types is also interesting in the strongly opinionated kind.

arabic programming language designers

arabic programming language designers http://www.arabicdesigners.wordpress.com/

I must have done something

I must have done something wrong since my language fails to attract any interest. ;)

I thought of it while

I thought of it while writing my listing above, but unfortunately I had forgotten to add it to my syndication feeds, and can't remember the name, so I couldn't find the URL back easily.

I'm thinking of expanding the list with afterthoughts and other suggestions, so feel free to provide additional links. There are certainly other LtUers doing interesting things that I forgot or didn't know about (I'm not an old-timer). My list is by no mean exhaustive.

No problem, I didn't work on

No problem, I didn't work on it for quite some time so I am not even going to post it now. Nice you thought of it. ;)

It will be nice to have a

It will be nice to have a page with links to LtU-ers projects. (If someone creates it, I'd gladly put it up).

ParaSail

The ParaSail blog is a surprisingly thorough record of the design decisions and tradeoffs in a relatively feature-rich language built from the ground up. The blog doubles as an open design process and a written history, so one can find material on both process and design, depending on what you're looking for.

Me too

I have a blog at Artima.com that I used to contribute to frequently when I had more free time on my hands.

Much more well known language designers than myself also have blogs at Artima.com like Guido van Rossum (who later moved to Blogger) and Martin Odersky.

I remember when Artima was

I remember when Artima was Venner's "Inside the JVM" blog or something like that. It was a good read back then, today its just not very active. These day, there is more action from many popular language designers on twitter, reddit, or ycombinator.

Surprised no one has mentioned Jonathan Edward's Alarming Development.

Grace

The Grace project has a relatively low traffic blog where we are discussing the language design and project organisation from time to time.

All I know about Scala compiler internals

http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/

with flexibe infrastructure for compiler plugins included.

Miguel