RSS Parrot

BETA

🦜 Coding in Old Entish -Coding in Old Entish

@chandlerc.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: chandlerc.blog

Feed URL: chandlerc.blog/index.xml

Posts: 6

Followers: 1

Summer of Code: Editor Integration

Published: November 28, 2023 00:00

Note: This is the second of two guest blog posts from Carbon’s Google-Summer-of-Code contributors this year. Introduction I’m Manmeet Singh, and I took part in Google Summer of Code 2023, contributing to the Editor Integration for the Carbon Language. In…

Improving the user-facing Carbon Explorer output

Published: November 21, 2023 00:00

Note: This is the first of two guest blog posts from Carbon’s Google-Summer-of-Code contributors this year. Carbon Explorer is a prototype interpreter for Carbon whose primary purpose is to act as a clear executable specification of the language. It can…

The RSS feed is (hopefully) fixed!

Published: November 15, 2023 00:00

Earlier this year, while at CppNow, I completely broke the RSS feed for this blog. Really sorry about that, and thanks to Jonathan for pointing it out. However, I have been distracted with work, life, and a bunch of complications over the intervening…

The little things #1: Access control

Published: March 26, 2023 07:24

This post is part of a series looking at little details of programming language design, mostly in the context of Carbon. Check out the series intro post for context and other entries. Let’s talk about public vs. private! Folks who know C++ may be familiar…

The little things in languages

Published: March 26, 2023 07:23

Working on a programming language is one of the most challenging and open ended design spaces that I have ever tried to operate in, both for existing and brand new languages. There are very few bounds or constraints on the solution space to help guide and…

Welcome

Published: February 3, 2023 09:45

Welcome everyone to my first “real” blog. =] To set some initial expectations, not all of these posts will be of super high quality published material. Often, I plan to use them for random musings and thoughts which I might have posted somewhere like…