What is bilingual coding?
Programming while working across two languages — reasoning in a first language while instruction, keywords, and errors are all in English.
Guide · Research
Programming is already hard. Doing it while translating the instructions, the error messages, and your own reasoning out of a second language is a different task entirely — and it is the task a large share of CS students are actually performing.
Introductory programming asks a novice to hold several new things at once: the syntax of a language, a mental model of how a machine executes it, and a problem-solving method. Cognitive load in that first course is high for everyone.
For a bilingual learner, an additional layer sits on top of all of it. The lecture is in a second language. The textbook is in a second language. Keywords, error messages, documentation, and the informal vocabulary instructors use to explain concepts are all in a second language — while the reasoning itself, the internal narration of "if this is empty then I need to…", often still happens in the first.
The result is that a learner can be translating and programming simultaneously, and the cost of the translation is invisible from the outside. It looks like slowness, or hesitation to speak in class, or reluctance to ask questions — and it is frequently misread by everyone involved, including the learner, as lack of aptitude for programming.
That last point is what our study went after. The paper — "Exploring Bilingual Coding for Inclusive CS Learning", presented at the SIGCSE Technical Symposium 2026 (DOI 10.1145/3770761.3777339) — was conducted in Dr. Ethel Tshukudu's CS Education Research Lab at San José State University.
| Element | Detail |
|---|---|
| Venue | SIGCSE Technical Symposium 2026 |
| Design | Mixed methods — quantitative measures plus qualitative analysis |
| Participants | 60 |
| Ethics | IRB-approved protocol |
| Focus | Bilingual learners in introductory programming contexts |
| Reported outcome | Significant pre-to-post gains in confidence, largest among novices |
The mixed-methods design was not decoration. Confidence is a self-reported construct, so the quantitative side establishes that it moved and by how much, while the qualitative side — learners describing their own experience in their own words — is what indicates why, and surfaces the parts of the experience that no pre-written scale asks about.
The study reported statistically significant pre-to-post gains in learner confidence, alongside gains in computing identity, enjoyment and motivation — with inexperienced participants gaining significantly more in confidence than experienced ones. That is the headline result, and it is worth being precise about what it does and does not claim. The bilingual-versus-English-only comparison itself came out small-to-moderate in effect size and did not reach statistical significance.
The measured outcome is confidence, not a claim that bilingual support makes anyone a better programmer in the abstract. In introductory CS that distinction matters less than it sounds, because confidence is one of the stronger predictors of whether a student continues in computing at all — the students lost to CS are frequently lost before their capability was ever the binding constraint.
The mechanism the qualitative side points at is unsurprising once stated: reducing the translation overhead frees attention for the actual computational thinking, and being permitted to reason in your stronger language removes a barrier that had nothing to do with programming ability in the first place.
The practical implications are cheap to act on, which is the useful property of this line of work — none of it requires a new curriculum or a budget.
Global CS enrolment is substantially bilingual, and the field's introductory materials are overwhelmingly English-language. Any factor that pushes capable students out of computing before their capability is the constraint is a retention problem worth measuring, and language is one of the few such factors that is both large and inexpensive to address.
The full paper is at doi.org/10.1145/3770761.3777339. How undergraduates get into work like this in the first place is covered in the undergraduate research guide.
FAQ
Programming while working across two languages — reasoning in a first language while instruction, keywords, and errors are all in English.
Continuous translation sits on top of already-high cognitive load, and asking questions costs language effort. It looks like slowness, not overhead.
SIGCSE TS 2026 paper, DOI 10.1145/3770761.3777339: mixed methods, IRB-approved, 60 participants, bilingual learners in intro programming.
Significant pre-to-post gains in learner confidence, largest among novices. Confidence, not raw ability — and it predicts persistence in CS.
Numbers show that confidence moved and by how much; interviews show why, including factors no pre-written scale would ask about.
Allow first-language reasoning, glossary the informal vocabulary, teach error messages, simplify problem prose, offer written question routes.